From 726e1043c37f89c7d3809e757f02a6196c58fae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:00:48 +0000 Subject: [PATCH] Build(deps): Bump @actions/exec from 2.0.0 to 3.0.0 Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 2.0.0 to 3.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec) --- updated-dependencies: - dependency-name: "@actions/exec" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8870bb0..74a01d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/artifact": "^5.0.2", "@actions/cache": "^5.0.3", "@actions/core": "^2.0.2", - "@actions/exec": "^2.0.0", + "@actions/exec": "^3.0.0", "@actions/github": "^7.0.0", "@actions/http-client": "^3.0.1", "@octokit/core": "^7.0.6", @@ -262,6 +262,15 @@ "semver": "^6.3.1" } }, + "node_modules/@actions/cache/node_modules/@actions/exec": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-2.0.0.tgz", + "integrity": "sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==", + "license": "MIT", + "dependencies": { + "@actions/io": "^2.0.0" + } + }, "node_modules/@actions/cache/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", @@ -281,7 +290,7 @@ "@actions/http-client": "^3.0.2" } }, - "node_modules/@actions/exec": { + "node_modules/@actions/core/node_modules/@actions/exec": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-2.0.0.tgz", "integrity": "sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==", @@ -290,6 +299,21 @@ "@actions/io": "^2.0.0" } }, + "node_modules/@actions/exec": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-3.0.0.tgz", + "integrity": "sha512-6xH/puSoNBXb72VPlZVm7vQ+svQpFyA96qdDBvhB8eNZOE8LtPf9L4oAsfzK/crCL8YZ+19fKYVnM63Sl+Xzlw==", + "license": "MIT", + "dependencies": { + "@actions/io": "^3.0.2" + } + }, + "node_modules/@actions/exec/node_modules/@actions/io": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-3.0.2.tgz", + "integrity": "sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw==", + "license": "MIT" + }, "node_modules/@actions/github": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/@actions/github/-/github-7.0.0.tgz", diff --git a/package.json b/package.json index cab7f3a..a2c80b8 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@actions/artifact": "^5.0.2", "@actions/cache": "^5.0.3", "@actions/core": "^2.0.2", - "@actions/exec": "^2.0.0", + "@actions/exec": "^3.0.0", "@actions/github": "^7.0.0", "@actions/http-client": "^3.0.1", "@octokit/core": "^7.0.6",