From 58cebb1a16e15b98d3b6a93b98ed34034ba55cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 01:09:08 +0000 Subject: [PATCH] chore(deps): bump @actions/core from 1.11.1 to 3.0.0 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.1 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0645df..5c5094b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "author": "Atsushi Nakamura", "license": "MIT", "dependencies": { - "@actions/core": "^1.11.1", + "@actions/core": "^3.0.0", "@actions/github": "^6.0.0", "@octokit/graphql": "^9.0.3", "bs-logger": "^0.2.6",