Bump undici, @actions/http-client and @actions/github by dependabot[bot] · Pull Request #1497 · actions/setup-node
Bumps undici to 6.23.0 and updates ancestor dependencies undici, @actions/http-client and @actions/github. These dependencies need to be updated together.
Updates undici from 5.29.0 to 6.23.0
Release notes
Sourced from undici's releases.
v6.23.0
⚠️ Security Release
This fixes GHSA-g9mf-h72j-4rw9 and CVE-2026-22036.
Full Changelog: nodejs/undici@v6.22.0...v6.23.0
v6.22.0
What's Changed
- fix: fix wrong stream canceled up after cloning (v6) by
@snyamathiin nodejs/undici#4414- [Backport v6.x] fix: fix EnvHttpProxyAgent for the Node.js bundle by
@github-actions[bot] in nodejs/undici#4432- feat(ProxyAgent): match Curl behavior in HTTP->HTTP Proxy connections (#4180) by
@metcoder95in nodejs/undici#4433- feat(ProxyAgent) improve Curl-y behavior in HTTP->HTTP Proxy connections (#4180) (#4340) by
@metcoder95in nodejs/undici#4445- Backport 4472 to v6.x by
@Uzlopakin nodejs/undici#4480Full Changelog: nodejs/undici@v6.21.3...v6.22.0
v6.21.3
What's Changed
- [Backport v6.x] append crlf to formdata body by
@github-actionsin nodejs/undici#4210Full Changelog: nodejs/undici@v6.21.2...v6.21.3
v6.21.2
What's Changed
- fix(types): add missing DNS interceptor by
@slagiewkain nodejs/undici#4024- [v6.x] fix wpts on windows by
@mcollinain nodejs/undici#4093- Removed clients with unrecoverable errors from the Pool nodejs/undici#4088
New Contributors
@slagiewkamade their first contribution in nodejs/undici#4024Full Changelog: nodejs/undici@v6.21.1...v6.21.2
v6.21.1
⚠️ Security Release ⚠️
Fixes CVE CVE-2025-22150 GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).
What's Changed
- fix(#3736): back-port 183f8e9 to v6.x by
@ggoodmanin nodejs/undici#3855- fix(#3817): send servername for SNI on TLS (#3821) [backport] by
@metcoder95in nodejs/undici#3864- fix: sending formdata bodies with http2 (#3863) [backport] by
@metcoder95in nodejs/undici#3866- [Backport v6.x] fix: Fixed the issue that there is no running request when http2 goaway by
@github-actionsin nodejs/undici#3877- types: [backport] Update return type of RetryCallback (#3851) by
@metcoder95in nodejs/undici#3876
... (truncated)
Commits
fbc31e2Bumped v6.23.03477c94chore: release flow using provenanced3aafeafix: limit Content-Encoding chain to 5 to prevent resource exhaustionf9c9185Bumped v6.22.0f670f2afeat: make UndiciErrors reliable to instanceof (#4472) (#4480)422e397feat(ProxyAgent) improve Curl-y behavior in HTTP->HTTP Proxy connections (#41...4a06ffefeat(ProxyAgent): match Curl behavior in HTTP->HTTP Proxy connections (#4180)...4cb3974fix: fix EnvHttpProxyAgent for the Node.js bundle (#4064) (#4432)44c23e5fix: fix wrong stream canceled up after cloning (v6) (#4414)da0e823Bumped v6.21.4- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for undici since your current version.
Install script changes
This version modifies prepare script that runs during installation. Review the package contents before updating.
Updates @actions/http-client from 2.2.3 to 4.0.0
Changelog
Sourced from @actions/http-client's changelog.
4.0.0
- Breaking change: Package is now ESM-only
- CommonJS consumers must use dynamic
import()instead ofrequire()3.0.2
- Bump
undicifrom5.28.5to6.23.03.0.1
- Add support for ACTIONS_ORCHESTRATION_ID in user-agent and default user-agent #2229
3.0.0
- Add support for Node 24 #2110
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @actions/http-client since your current version.
Updates @actions/github from 6.0.1 to 9.0.0
Changelog
Sourced from @actions/github's changelog.
9.0.0
- Breaking change: Package is now ESM-only
- CommonJS consumers must use dynamic
import()instead ofrequire()- Example:
const { getOctokit, context } = await import('@actions/github')- Fix TypeScript compilation by migrating to ESM, enabling proper imports from
@octokit/core/types8.0.1
- Update
undicito6.23.0- Update
@actions/http-clientto3.0.28.0.0
- Update
@octokitdependencies
@octokit/core^7.0.6@octokit/plugin-paginate-rest^14.0.0@octokit/plugin-rest-endpoint-methods^17.0.0@octokit/request^10.0.7@octokit/request-error^7.1.0- Breaking change: Minimum Node.js version is now 20 (previously 18)
7.0.0
- Update to v3.0.1 of
@actions/http-client
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @actions/github since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.