From e5e1cd0f99d59f2b5ae25405b4ab0245ea3d94cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 10:45:26 +0000 Subject: [PATCH] build(deps): bump @actions/http-client from 2.2.3 to 3.0.0 Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 2.2.3 to 3.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client) --- updated-dependencies: - dependency-name: "@actions/http-client" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ac1badc..0cbd241 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.1", - "@actions/http-client": "^2.2.3", + "@actions/http-client": "^3.0.0", "@actions/io": "^1.1.3", "@actions/tool-cache": "^2.0.2", "@azure/storage-blob": "^12.15.0", diff --git a/yarn.lock b/yarn.lock index cde8745..b16a28f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -144,13 +144,13 @@ __metadata: languageName: node linkType: hard -"@actions/http-client@npm:^2.2.3": - version: 2.2.3 - resolution: "@actions/http-client@npm:2.2.3" +"@actions/http-client@npm:^3.0.0": + version: 3.0.0 + resolution: "@actions/http-client@npm:3.0.0" dependencies: tunnel: "npm:^0.0.6" - undici: "npm:^5.25.4" - checksum: 10/0c0a540c79e50f795d214f696710bb9c50bdf5bb1458be288140f2aae3686adec73fdb464c43da5ef94f985ac7736273efef21cb5ba5a3b09e85b403d852c04b + undici: "npm:^5.28.5" + checksum: 10/7ed597cf91953cb56f74ece13187914fee629cb81cd11357676425388dd239508be63d0eff7930e2b066034f2a86dd24b313c09717f878aaf8ed3f5a6853b816 languageName: node linkType: hard @@ -1126,7 +1126,7 @@ __metadata: "@actions/core": "npm:^1.11.1" "@actions/exec": "npm:^1.1.1" "@actions/github": "npm:^6.0.1" - "@actions/http-client": "npm:^2.2.3" + "@actions/http-client": "npm:^3.0.0" "@actions/io": "npm:^1.1.3" "@actions/tool-cache": "npm:^2.0.2" "@azure/storage-blob": "npm:^12.15.0"