Merge pull request #2231 from actions/copilot/prepare-http-client-release

Release @actions/http-client v3.0.1
This commit is contained in:
Tingluo Huang
2026-01-07 15:35:32 -05:00
committed by GitHub
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -1,5 +1,8 @@
## Releases
## 3.0.1
- Add support for ACTIONS_ORCHESTRATION_ID in user-agent and default user-agent [#2229](https://github.com/actions/toolkit/pull/2229)
## 3.0.0
- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@actions/http-client",
"version": "3.0.0",
"version": "3.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@actions/http-client",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"dependencies": {
"tunnel": "^0.0.6",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "3.0.0",
"version": "3.0.1",
"description": "Actions Http Client",
"keywords": [
"github",