build(deps): bump @actions/core from 2.0.3 to 3.0.0

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 2.0.3 to 3.0.0.
- [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: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-29 17:05:40 +00:00
committed by GitHub
parent cf27b7414a
commit 3ce99f0184
2 changed files with 12 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
"dependencies": {
"@actions/artifact": "^5.0.3",
"@actions/cache": "^5.0.5",
"@actions/core": "^2.0.3",
"@actions/core": "^3.0.0",
"@actions/exec": "^3.0.0",
"@actions/github": "^9.0.0",
"@actions/http-client": "^4.0.0",

View File

@@ -81,6 +81,16 @@ __metadata:
languageName: node
linkType: hard
"@actions/core@npm:^3.0.0":
version: 3.0.0
resolution: "@actions/core@npm:3.0.0"
dependencies:
"@actions/exec": "npm:^3.0.0"
"@actions/http-client": "npm:^4.0.0"
checksum: 10/fddeebfaf6dfd199d9267a33a97d57e2f7afed7605a54e4a3c35a5a1455a5a8f29f1837bf6ac1711b223a457ba15339189f344c57629c52dbf3a216e96c728d6
languageName: node
linkType: hard
"@actions/exec@npm:^2.0.0":
version: 2.0.0
resolution: "@actions/exec@npm:2.0.0"
@@ -1216,7 +1226,7 @@ __metadata:
dependencies:
"@actions/artifact": "npm:^5.0.3"
"@actions/cache": "npm:^5.0.5"
"@actions/core": "npm:^2.0.3"
"@actions/core": "npm:^3.0.0"
"@actions/exec": "npm:^3.0.0"
"@actions/github": "npm:^9.0.0"
"@actions/http-client": "npm:^4.0.0"