@actions/http-client@4.0.1
// Actions Http Client
$ npm install @actions/http-client
downloads/wk
14,532,160
license
MIT
version
4.0.1
published
Apr 21, 2026
What is @actions/http-client?
@actions/http-client is a Node.js HTTP client library designed for use in GitHub Actions workflows. Developers use it to make reliable HTTP requests (GET, POST, etc.) with built-in support for authentication, retries, and other features commonly needed when integrating with external services or APIs within Actions. It provides a simple interface for handling HTTP communication without having to configure low-level details.
Links
Keywords
Maintainers
thboop, ericsciple, bdehamer