From 8d9d3f7eb174f94a1cf058f762753c3bc2326f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 05:52:57 +0000 Subject: [PATCH] build(deps): bump @actions/core from 3.0.0 to 3.0.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 3.0.0 to 3.0.1. - [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.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 34f83d2..fcd76a8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "license": "Apache-2.0", "packageManager": "yarn@4.9.2", "dependencies": { - "@actions/core": "^3.0.0", + "@actions/core": "^3.0.1", "@aws-sdk/client-ecr": "^3.1020.0", "@aws-sdk/client-ecr-public": "^3.1020.0", "@docker/actions-toolkit": "^0.86.0", diff --git a/yarn.lock b/yarn.lock index 0c78ebf..4478614 100644 --- a/yarn.lock +++ b/yarn.lock @@ -61,6 +61,16 @@ __metadata: languageName: node linkType: hard +"@actions/core@npm:^3.0.1": + version: 3.0.1 + resolution: "@actions/core@npm:3.0.1" + dependencies: + "@actions/exec": "npm:^3.0.0" + "@actions/http-client": "npm:^4.0.0" + checksum: 10/e1295f6b81299cc5655ea571e7b3eea02889fdc479e71c783ad9ca48432c613f52a1fd01fecc973a64488b053083ea925a0d23ac7af0bcd8462afc4f4371918b + languageName: node + linkType: hard + "@actions/exec@npm:^3.0.0": version: 3.0.0 resolution: "@actions/exec@npm:3.0.0" @@ -3154,7 +3164,7 @@ __metadata: version: 0.0.0-use.local resolution: "docker-login@workspace:." dependencies: - "@actions/core": "npm:^3.0.0" + "@actions/core": "npm:^3.0.1" "@aws-sdk/client-ecr": "npm:^3.1020.0" "@aws-sdk/client-ecr-public": "npm:^3.1020.0" "@docker/actions-toolkit": "npm:^0.86.0"