From d6f23654f51f86f56a0a94633c5f317d2bd4a0bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 03:58:43 +0000 Subject: [PATCH] Bump @actions/core from 1.10.1 to 2.0.2 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 2.0.2. - [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: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- actions/add-matcher-npm/package.json | 2 +- actions/gh-actions-core-helpers/package.json | 2 +- actions/gh-actions-eslint/package.json | 2 +- actions/gh-actions-exec/package.json | 2 +- actions/gh-actions-npm/package.json | 2 +- actions/gh-actions-prettier/package.json | 2 +- actions/gh-actions-tsc/package.json | 2 +- actions/git-user-config/package.json | 2 +- actions/ms-idp-workflow-run-auth/package.json | 2 +- lib/gh-actions-http-client/package.json | 2 +- lib/gh-actions-msal-client/package.json | 2 +- package-lock.json | 137 +++++++++++++++--- 12 files changed, 129 insertions(+), 30 deletions(-) diff --git a/actions/add-matcher-npm/package.json b/actions/add-matcher-npm/package.json index d8b78ea..6944b92 100644 --- a/actions/add-matcher-npm/package.json +++ b/actions/add-matcher-npm/package.json @@ -34,7 +34,7 @@ ], "main": "action.js", "dependencies": { - "@actions/core": "^1.10.1" + "@actions/core": "^2.0.2" }, "devDependencies": { "@types/node": "^20" diff --git a/actions/gh-actions-core-helpers/package.json b/actions/gh-actions-core-helpers/package.json index abb67a9..19efd12 100644 --- a/actions/gh-actions-core-helpers/package.json +++ b/actions/gh-actions-core-helpers/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/thnetii/.github#readme", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1" + "@actions/core": "^2.0.2" }, "engines": { "node": ">=20" diff --git a/actions/gh-actions-eslint/package.json b/actions/gh-actions-eslint/package.json index 4428a9b..9927beb 100644 --- a/actions/gh-actions-eslint/package.json +++ b/actions/gh-actions-eslint/package.json @@ -32,7 +32,7 @@ ], "main": "action.js", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@thnetii/gh-actions-core-helpers": "*", "eslint-formatter-stylish": "^8.39.0", diff --git a/actions/gh-actions-exec/package.json b/actions/gh-actions-exec/package.json index 677c117..cdaa79a 100644 --- a/actions/gh-actions-exec/package.json +++ b/actions/gh-actions-exec/package.json @@ -30,7 +30,7 @@ ], "main": "action.js", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@thnetii/gh-actions-core-helpers": "*" }, diff --git a/actions/gh-actions-npm/package.json b/actions/gh-actions-npm/package.json index 138181b..b24ee03 100644 --- a/actions/gh-actions-npm/package.json +++ b/actions/gh-actions-npm/package.json @@ -30,7 +30,7 @@ ], "main": "action.js", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@thnetii/gh-actions-core-helpers": "*" }, diff --git a/actions/gh-actions-prettier/package.json b/actions/gh-actions-prettier/package.json index a722c31..b977b4c 100644 --- a/actions/gh-actions-prettier/package.json +++ b/actions/gh-actions-prettier/package.json @@ -31,7 +31,7 @@ ], "main": "action.js", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@thnetii/gh-actions-core-helpers": "*", "setup-node": "github:actions/setup-node#v3.4.1" diff --git a/actions/gh-actions-tsc/package.json b/actions/gh-actions-tsc/package.json index d379fb1..021a8f0 100644 --- a/actions/gh-actions-tsc/package.json +++ b/actions/gh-actions-tsc/package.json @@ -30,7 +30,7 @@ ], "main": "action.js", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@thnetii/gh-actions-core-helpers": "*", "setup-node": "github:actions/setup-node#v3.6.0" diff --git a/actions/git-user-config/package.json b/actions/git-user-config/package.json index 99b73d2..5473683 100644 --- a/actions/git-user-config/package.json +++ b/actions/git-user-config/package.json @@ -32,7 +32,7 @@ ], "main": "action.js", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@thnetii/gh-actions-core-helpers": "*" }, diff --git a/actions/ms-idp-workflow-run-auth/package.json b/actions/ms-idp-workflow-run-auth/package.json index 38cd62a..c461544 100644 --- a/actions/ms-idp-workflow-run-auth/package.json +++ b/actions/ms-idp-workflow-run-auth/package.json @@ -29,7 +29,7 @@ "node": ">=20" }, "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.0", "@azure/msal-node": "^2.3.0", diff --git a/lib/gh-actions-http-client/package.json b/lib/gh-actions-http-client/package.json index e1e6f4e..bae9916 100644 --- a/lib/gh-actions-http-client/package.json +++ b/lib/gh-actions-http-client/package.json @@ -23,7 +23,7 @@ "node": ">=20" }, "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/http-client": "^2.2.0" } } diff --git a/lib/gh-actions-msal-client/package.json b/lib/gh-actions-msal-client/package.json index 2ffa96c..1aa8116 100644 --- a/lib/gh-actions-msal-client/package.json +++ b/lib/gh-actions-msal-client/package.json @@ -25,7 +25,7 @@ }, "type": "module", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/http-client": "^2.2.0", "@azure/msal-node": "^2.3.0", "@thnetii/gh-actions-http-client": "*" diff --git a/package-lock.json b/package-lock.json index 947e643..2a9bf2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1" + "@actions/core": "^2.0.2" }, "devDependencies": { "@types/node": "^20" @@ -69,7 +69,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1" + "@actions/core": "^2.0.2" }, "engines": { "node": ">=20" @@ -91,7 +91,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@thnetii/gh-actions-core-helpers": "*", "eslint-formatter-stylish": "^8.39.0", @@ -112,7 +112,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@thnetii/gh-actions-core-helpers": "*" }, @@ -125,7 +125,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@thnetii/gh-actions-core-helpers": "*" }, @@ -138,7 +138,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@thnetii/gh-actions-core-helpers": "*", "setup-node": "github:actions/setup-node#v3.4.1" @@ -182,7 +182,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@thnetii/gh-actions-core-helpers": "*", "setup-node": "github:actions/setup-node#v3.6.0" @@ -196,7 +196,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@thnetii/gh-actions-core-helpers": "*" }, @@ -209,7 +209,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.0", "@azure/msal-node": "^2.3.0", @@ -229,7 +229,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/http-client": "^2.2.0" }, "engines": { @@ -241,7 +241,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^2.0.2", "@actions/http-client": "^2.2.0", "@azure/msal-node": "^2.3.0", "@thnetii/gh-actions-http-client": "*" @@ -275,6 +275,16 @@ "uuid": "^3.3.3" } }, + "node_modules/@actions/cache/node_modules/@actions/core": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", + "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", + "license": "MIT", + "dependencies": { + "@actions/exec": "^1.1.1", + "@actions/http-client": "^2.0.1" + } + }, "node_modules/@actions/cache/node_modules/@actions/glob": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.1.2.tgz", @@ -294,14 +304,40 @@ } }, "node_modules/@actions/core": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", - "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-2.0.2.tgz", + "integrity": "sha512-Ast1V7yHbGAhplAsuVlnb/5J8Mtr/Zl6byPPL+Qjq3lmfIgWF1ak1iYfF/079cRERiuTALTXkSuEUdZeDCfGtA==", + "license": "MIT", "dependencies": { - "@actions/http-client": "^2.0.1", - "uuid": "^8.3.2" + "@actions/exec": "^2.0.0", + "@actions/http-client": "^3.0.1" } }, + "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==", + "license": "MIT", + "dependencies": { + "@actions/io": "^2.0.0" + } + }, + "node_modules/@actions/core/node_modules/@actions/http-client": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.1.tgz", + "integrity": "sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w==", + "license": "MIT", + "dependencies": { + "tunnel": "^0.0.6", + "undici": "^5.28.5" + } + }, + "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": "1.1.1", "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz", @@ -332,6 +368,17 @@ "minimatch": "^3.0.4" } }, + "node_modules/@actions/glob/node_modules/@actions/core": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", + "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@actions/exec": "^1.1.1", + "@actions/http-client": "^2.0.1" + } + }, "node_modules/@actions/http-client": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.0.tgz", @@ -359,6 +406,26 @@ "uuid": "^3.3.2" } }, + "node_modules/@actions/tool-cache/node_modules/@actions/core": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", + "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", + "license": "MIT", + "dependencies": { + "@actions/exec": "^1.1.1", + "@actions/http-client": "^2.0.1" + } + }, + "node_modules/@actions/tool-cache/node_modules/@actions/core/node_modules/@actions/http-client": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz", + "integrity": "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==", + "license": "MIT", + "dependencies": { + "tunnel": "^0.0.6", + "undici": "^5.25.4" + } + }, "node_modules/@actions/tool-cache/node_modules/@actions/http-client": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", @@ -4693,6 +4760,17 @@ "node": ">=20.0.0 <21.0.0" } }, + "node_modules/github-script/node_modules/@actions/core": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", + "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@actions/exec": "^1.1.1", + "@actions/http-client": "^2.0.1" + } + }, "node_modules/github-script/node_modules/@octokit/plugin-request-log": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-4.0.0.tgz", @@ -6541,6 +6619,26 @@ "semver": "^6.1.1" } }, + "node_modules/setup-node/node_modules/@actions/core": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", + "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", + "license": "MIT", + "dependencies": { + "@actions/exec": "^1.1.1", + "@actions/http-client": "^2.0.1" + } + }, + "node_modules/setup-node/node_modules/@actions/core/node_modules/@actions/http-client": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz", + "integrity": "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==", + "license": "MIT", + "dependencies": { + "tunnel": "^0.0.6", + "undici": "^5.25.4" + } + }, "node_modules/setup-node/node_modules/@actions/github": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@actions/github/-/github-1.1.0.tgz", @@ -6951,9 +7049,10 @@ } }, "node_modules/undici": { - "version": "5.26.3", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.26.3.tgz", - "integrity": "sha512-H7n2zmKEWgOllKkIUkLvFmsJQj062lSm3uA4EYApG8gLuiOM0/go9bIoC3HVaSnfg4xunowDE2i9p8drkXuvDw==", + "version": "5.29.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz", + "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==", + "license": "MIT", "dependencies": { "@fastify/busboy": "^2.0.0" },