From 052fa5a4deabe4c43f0dff3d72b77f836f24a423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:14:56 +0000 Subject: [PATCH] build(deps): bump @actions/exec from 2.0.0 to 3.0.0 in /github-action 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] --- github-action/package-lock.json | 25 ++++++++++++++++++++----- github-action/package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/github-action/package-lock.json b/github-action/package-lock.json index c3bf760..382f023 100644 --- a/github-action/package-lock.json +++ b/github-action/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^2.0.0", - "@actions/exec": "^2.0.0", + "@actions/exec": "^3.0.0", "axios": "^1.7.7", "jsonc-parser": "^3.3.1", "truncate-utf8-bytes": "^1.0.2" @@ -43,7 +43,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==", @@ -52,6 +52,21 @@ "@actions/io": "^2.0.0" } }, + "node_modules/@actions/core/node_modules/@actions/io": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-2.0.0.tgz", + "integrity": "sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==", + "license": "MIT" + }, + "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/http-client": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.2.tgz", @@ -63,9 +78,9 @@ } }, "node_modules/@actions/io": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@actions/io/-/io-2.0.0.tgz", - "integrity": "sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==", + "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/@babel/code-frame": { diff --git a/github-action/package.json b/github-action/package.json index a80b863..8c97ef3 100644 --- a/github-action/package.json +++ b/github-action/package.json @@ -28,7 +28,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^2.0.0", - "@actions/exec": "^2.0.0", + "@actions/exec": "^3.0.0", "axios": "^1.7.7", "jsonc-parser": "^3.3.1", "truncate-utf8-bytes": "^1.0.2"