From 2149af8d9033317e915f21cc9a91b8d6d7e08ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:56:39 +0000 Subject: [PATCH] build(deps): bump @actions/core from 1.11.1 to 2.0.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.1 to 2.0.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/artifact@2.0.1/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 860794c..ecb17ff 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "dependencies": { "@actions/artifact": "^4.0.0", "@actions/cache": "^4.1.0", - "@actions/core": "^1.11.1", + "@actions/core": "^2.0.1", "@actions/exec": "^2.0.0", "@actions/github": "^6.0.1", "@actions/http-client": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 84267b7..894aa1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -72,6 +72,16 @@ __metadata: languageName: node linkType: hard +"@actions/core@npm:^2.0.1": + version: 2.0.1 + resolution: "@actions/core@npm:2.0.1" + dependencies: + "@actions/exec": "npm:^2.0.0" + "@actions/http-client": "npm:^3.0.0" + checksum: 10/a3376a89886c7144d5db0cd7f897ab397c1f9eaa7b291e052b87d0bd5096e4ccc1046084b26b5d764cb29c7980098c202af8ec3a5928183a8e52d3421c4210f6 + languageName: node + linkType: hard + "@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.0.1, @actions/exec@npm:^1.1.1": version: 1.1.1 resolution: "@actions/exec@npm:1.1.1" @@ -1139,7 +1149,7 @@ __metadata: dependencies: "@actions/artifact": "npm:^4.0.0" "@actions/cache": "npm:^4.1.0" - "@actions/core": "npm:^1.11.1" + "@actions/core": "npm:^2.0.1" "@actions/exec": "npm:^2.0.0" "@actions/github": "npm:^6.0.1" "@actions/http-client": "npm:^3.0.0"