From 70223e354626c85ea28f8c1aeae8d8afcb90a999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 23:04:50 +0000 Subject: [PATCH] Bump @actions/core in /github-actions/trigger-schedule/github-data Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.1 to 2.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: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../github-data/package-lock.json | 22 ++++++------------- .../trigger-schedule/github-data/package.json | 2 +- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/github-actions/trigger-schedule/github-data/package-lock.json b/github-actions/trigger-schedule/github-data/package-lock.json index 775b2f06ed..7b796bb049 100644 --- a/github-actions/trigger-schedule/github-data/package-lock.json +++ b/github-actions/trigger-schedule/github-data/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.0", "license": "ISC", "dependencies": { - "@actions/core": "^1.11.1", + "@actions/core": "^2.0.0", "@actions/github": "^6.0.0", "@actions/http-client": ">=3.0.0", "@octokit/rest": "^22.0.0", @@ -22,23 +22,13 @@ } }, "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==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-2.0.0.tgz", + "integrity": "sha512-iGW52/zqhPUFnYl0s1ioXfJu86LGs7b+GYuO38JMPpsh14FQrNj3n2JBpC+vZ2CFS4lERQyn5koLDopY+6V/PQ==", "license": "MIT", "dependencies": { "@actions/exec": "^1.1.1", - "@actions/http-client": "^2.0.1" - } - }, - "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" + "@actions/http-client": "^3.0.0" } }, "node_modules/@actions/exec": { @@ -108,6 +98,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.0.1.tgz", "integrity": "sha512-lyeeeZyESFo+ffI801SaBKmCfsvarO+dgV8/0gD8u1d87clbEdWsP5yC+dSj3zLhb2eIf5SJrn6vDz9AheETHw==", + "peer": true, "dependencies": { "@octokit/auth-token": "^4.0.0", "@octokit/graphql": "^7.0.0", @@ -387,6 +378,7 @@ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-7.0.2.tgz", "integrity": "sha512-ODsoD39Lq6vR6aBgvjTnA3nZGliknKboc9Gtxr7E4WDNqY24MxANKcuDQSF0jzapvGb3KWOEDrKfve4HoWGK+g==", "license": "MIT", + "peer": true, "dependencies": { "@octokit/auth-token": "^6.0.0", "@octokit/graphql": "^9.0.1", diff --git a/github-actions/trigger-schedule/github-data/package.json b/github-actions/trigger-schedule/github-data/package.json index e45204ae68..7c4ed91967 100644 --- a/github-actions/trigger-schedule/github-data/package.json +++ b/github-actions/trigger-schedule/github-data/package.json @@ -8,7 +8,7 @@ "node": ">=18" }, "dependencies": { - "@actions/core": "^1.11.1", + "@actions/core": "^2.0.0", "@actions/github": "^6.0.0", "@actions/http-client": ">=3.0.0", "@octokit/rest": "^22.0.0",