From 1c3a637017c5906948d74cf25ad6d58a4ee25af3 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Wed, 15 Oct 2025 14:33:34 +0100 Subject: [PATCH] Update documentation --- packages/http-client/README.md | 4 ++-- packages/http-client/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/http-client/README.md b/packages/http-client/README.md index 7e06adeb..7d1750c8 100644 --- a/packages/http-client/README.md +++ b/packages/http-client/README.md @@ -7,7 +7,7 @@ A lightweight HTTP client optimized for building actions. - HTTP client with TypeScript generics and async/await/Promises - Typings included! - [Proxy support](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners#using-a-proxy-server-with-self-hosted-runners) just works with actions and the runner - - Targets ES2019 (runner runs actions with node 12+). Only supported on node 12+. + - Targets ES2019 (runner runs actions with node 24+). Only supported on node 20+. - Basic, Bearer and PAT Support out of the box. Extensible handlers for others. - Redirects supported @@ -44,7 +44,7 @@ export NODE_DEBUG=http ## Node support -The http-client is built using the latest LTS version of Node 12. It may work on previous node LTS versions but it's tested and officially supported on Node12+. +The http-client is built using Node 24. It may work on previous node LTS versions but it's tested and officially supported on Node 20+. ## Support and Versioning diff --git a/packages/http-client/package.json b/packages/http-client/package.json index a218fb88..cb1c171a 100644 --- a/packages/http-client/package.json +++ b/packages/http-client/package.json @@ -1,6 +1,6 @@ { "name": "@actions/http-client", - "version": "3.0.1", + "version": "3.0.0", "description": "Actions Http Client", "keywords": [ "github",