From fc517bd8e82de47f269ac436032ff59ea31c6862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 03:43:13 +0000 Subject: [PATCH] Bump @actions/core from 1.10.1 to 3.0.0 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.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] --- 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 | 139 ++++++++++++++++-- 12 files changed, 134 insertions(+), 27 deletions(-) diff --git a/actions/add-matcher-npm/package.json b/actions/add-matcher-npm/package.json index d8b78ea..c0f159b 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": "^3.0.0" }, "devDependencies": { "@types/node": "^20" diff --git a/actions/gh-actions-core-helpers/package.json b/actions/gh-actions-core-helpers/package.json index abb67a9..3e7315c 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": "^3.0.0" }, "engines": { "node": ">=20" diff --git a/actions/gh-actions-eslint/package.json b/actions/gh-actions-eslint/package.json index 4428a9b..19cbd3a 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": "^3.0.0", "@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..b47a951 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": "^3.0.0", "@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..aa9cb3a 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": "^3.0.0", "@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..0cecd50 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": "^3.0.0", "@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..7f90f10 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": "^3.0.0", "@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..5e8f282 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": "^3.0.0", "@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..cec6ab5 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": "^3.0.0", "@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..25fbe0c 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": "^3.0.0", "@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..0d5bee9 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": "^3.0.0", "@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..4224920 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": "^3.0.0" }, "devDependencies": { "@types/node": "^20" @@ -69,7 +69,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1" + "@actions/core": "^3.0.0" }, "engines": { "node": ">=20" @@ -91,7 +91,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^3.0.0", "@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": "^3.0.0", "@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": "^3.0.0", "@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": "^3.0.0", "@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": "^3.0.0", "@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": "^3.0.0", "@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": "^3.0.0", "@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": "^3.0.0", "@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": "^3.0.0", "@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,12 +304,47 @@ } }, "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": "3.0.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.0.tgz", + "integrity": "sha512-zYt6cz+ivnTmiT/ksRVriMBOiuoUpDCJJlZ5KPl2/FRdvwU3f7MPh9qftvbkXJThragzUZieit2nyHUyw53Seg==", + "license": "MIT", "dependencies": { - "@actions/http-client": "^2.0.1", - "uuid": "^8.3.2" + "@actions/exec": "^3.0.0", + "@actions/http-client": "^4.0.0" + } + }, + "node_modules/@actions/core/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/core/node_modules/@actions/http-client": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-4.0.0.tgz", + "integrity": "sha512-QuwPsgVMsD6qaPD57GLZi9sqzAZCtiJT8kVBCDpLtxhL5MydQ4gS+DrejtZZPdIYyB1e95uCK9Luyds7ybHI3g==", + "license": "MIT", + "dependencies": { + "tunnel": "^0.0.6", + "undici": "^6.23.0" + } + }, + "node_modules/@actions/core/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/core/node_modules/undici": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz", + "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==", + "license": "MIT", + "engines": { + "node": ">=18.17" } }, "node_modules/@actions/exec": { @@ -332,6 +377,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 +415,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 +4769,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 +6628,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",