From f018475512504aee8623802c321f2980ed72d1e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:40:47 +0000 Subject: [PATCH] chore(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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fd4c0da..a8dc5f4 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "license": "Apache-2.0", "packageManager": "yarn@4.9.2", "dependencies": { - "@actions/core": "^3.0.0", + "@actions/core": "^3.0.1", "@actions/github": "^9.0.0", "@docker/actions-toolkit": "^0.90.0", "@renovate/pep440": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 12c7bd4..9d9e348 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2838,7 +2838,7 @@ __metadata: version: 0.0.0-use.local resolution: "docker-metadata-action@workspace:." dependencies: - "@actions/core": "npm:^3.0.0" + "@actions/core": "npm:^3.0.1" "@actions/github": "npm:^9.0.0" "@docker/actions-toolkit": "npm:^0.90.0" "@eslint/js": "npm:^9.39.3"