actions / actions/toolkit

@actions/core: Upgrade @actions/http-client to 2.2.3

Open Beginner friendly
#2,029 4 comments 7 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
5.9k
Forks
1.8k
PR merge metrics
No merged PRs in 30d

Description

undici prior 5.28.5 has vulnerability (CWE-330, CVE-2025-22150, SNYK-JS-UNDICI-8641354).

@actions/http-client version 2.2.3 upgraded undici to v5.28.5 (ref #1957), which cleaned the vulnerability.

@actions/core still uses @actions/http-client version 2.1.0, thus is (transitively) vulnerable.

Please upgrade @actions/http-client to 2.2.3 in @actions/core.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with packages/core/package-lock.json, where @actions/core currently resolves @actions/http-client 2.1.0. Update the dependency to 2.2.3 and verify the lockfile resolves undici at 5.28.5 or later, removing the reported vulnerability.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
security
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.