build(deps): bump @actions/core from 2.0.2 to 2.0.3 (#251)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 2.0.2 to 2.0.3.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-28 20:17:57 +01:00
committed by GitHub
parent e1da0f2cc9
commit 5fea552c33
2 changed files with 19 additions and 10 deletions

27
package-lock.json generated
View File

@@ -6,20 +6,20 @@
"": { "": {
"name": "action-send-mail", "name": "action-send-mail",
"dependencies": { "dependencies": {
"@actions/core": "^2.0.2", "@actions/core": "^2.0.3",
"@actions/glob": "^0.5.0", "@actions/glob": "^0.5.0",
"nodemailer": "^7.0.12", "nodemailer": "^7.0.12",
"showdown": "^1.9.1" "showdown": "^1.9.1"
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {
"version": "2.0.2", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-2.0.2.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-2.0.3.tgz",
"integrity": "sha512-Ast1V7yHbGAhplAsuVlnb/5J8Mtr/Zl6byPPL+Qjq3lmfIgWF1ak1iYfF/079cRERiuTALTXkSuEUdZeDCfGtA==", "integrity": "sha512-Od9Thc3T1mQJYddvVPM4QGiLUewdh+3txmDYHHxoNdkqysR1MbCT+rFOtNUxYAz+7+6RIsqipVahY2GJqGPyxA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/exec": "^2.0.0", "@actions/exec": "^2.0.0",
"@actions/http-client": "^3.0.1" "@actions/http-client": "^3.0.2"
} }
}, },
"node_modules/@actions/core/node_modules/@actions/exec": { "node_modules/@actions/core/node_modules/@actions/exec": {
@@ -77,13 +77,22 @@
} }
}, },
"node_modules/@actions/http-client": { "node_modules/@actions/http-client": {
"version": "3.0.1", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.1.tgz", "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.2.tgz",
"integrity": "sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w==", "integrity": "sha512-JP38FYYpyqvUsz+Igqlc/JG6YO9PaKuvqjM3iGvaLqFnJ7TFmcLyy2IDrY0bI0qCQug8E9K+elv5ZNfw62ZJzA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tunnel": "^0.0.6", "tunnel": "^0.0.6",
"undici": "^5.28.5" "undici": "^6.23.0"
}
},
"node_modules/@actions/http-client/node_modules/undici": {
"version": "6.23.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz",
"integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==",
"license": "MIT",
"engines": {
"node": ">=18.17"
} }
}, },
"node_modules/@actions/io": { "node_modules/@actions/io": {

View File

@@ -2,7 +2,7 @@
"name": "action-send-mail", "name": "action-send-mail",
"main": "main.js", "main": "main.js",
"dependencies": { "dependencies": {
"@actions/core": "^2.0.2", "@actions/core": "^2.0.3",
"@actions/glob": "^0.5.0", "@actions/glob": "^0.5.0",
"nodemailer": "^7.0.12", "nodemailer": "^7.0.12",
"showdown": "^1.9.1" "showdown": "^1.9.1"