From 958f42fe370784af4daa00c7fb0672748a591739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 08:58:29 +0000 Subject: [PATCH] build(deps): bump @actions/http-client from 3.0.2 to 4.0.0 Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 3.0.2 to 4.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/cache@4.0.0/packages/http-client) --- updated-dependencies: - dependency-name: "@actions/http-client" dependency-version: 4.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, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8e0367..22ff57c 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@actions/core": "^2.0.3", "@actions/exec": "^3.0.0", "@actions/github": "^9.0.0", - "@actions/http-client": "^3.0.2", + "@actions/http-client": "^4.0.0", "@actions/io": "^3.0.2", "@actions/tool-cache": "^3.0.1", "@azure/storage-blob": "^12.29.1", diff --git a/yarn.lock b/yarn.lock index 60e0299..eec1ecc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -179,6 +179,16 @@ __metadata: languageName: node linkType: hard +"@actions/http-client@npm:^4.0.0": + version: 4.0.0 + resolution: "@actions/http-client@npm:4.0.0" + dependencies: + tunnel: "npm:^0.0.6" + undici: "npm:^6.23.0" + checksum: 10/05f606174577cae62f563361326cc81ee4c83c468dd75e87ac93f59e8d53369a6479c3fc28a4e8ea1bfbb50c8ed7db941629b5dd9f6e3855fe5f639a2ccdabc5 + languageName: node + linkType: hard + "@actions/io@npm:^2.0.0": version: 2.0.0 resolution: "@actions/io@npm:2.0.0" @@ -1209,7 +1219,7 @@ __metadata: "@actions/core": "npm:^2.0.3" "@actions/exec": "npm:^3.0.0" "@actions/github": "npm:^9.0.0" - "@actions/http-client": "npm:^3.0.2" + "@actions/http-client": "npm:^4.0.0" "@actions/io": "npm:^3.0.2" "@actions/tool-cache": "npm:^3.0.1" "@azure/storage-blob": "npm:^12.29.1"