pnpm/setup prints deprecation warnings with Node.js 24 on GitHub actions
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 140
- Forks
- 19
- Avg merge
- 13h 19m
- Merged PRs (30d)
- 3
Description
The GitHub action logs show these lines after the Running pnpm install --no-runtime.. step:
[DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
Ideally, using the pnpm/setup action should not cause warnings to be printed.
Version pnpm/setup 2.0.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the warning with pnpm/setup 2.0.0 on Node.js 24, focusing on the step after pnpm install --no-runtime. Inspect the TypeScript action implementation to trace the [DEP0190] warning and confirm completion when the action runs without that warning while preserving its install behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, node.js, typescript
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100