Skip to content

chore(deps): update pnpm/action-setup action to v6.0.4#258

Merged
lacolaco-actions-worker[bot] merged 1 commit into
mainfrom
renovate/pnpm-action-setup-6.x
May 5, 2026
Merged

chore(deps): update pnpm/action-setup action to v6.0.4#258
lacolaco-actions-worker[bot] merged 1 commit into
mainfrom
renovate/pnpm-action-setup-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 5, 2026

This PR contains the following updates:

Package Type Update Change Pending
pnpm/action-setup action patch v6.0.3v6.0.4 v6.0.5

Release Notes

pnpm/action-setup (pnpm/action-setup)

v6.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: pnpm/action-setup@v6.0.3...v6.0.4


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • Bug fix only: v6.0.4 contains a single fix — "use npm co-located with the action node binary" (fix: use npm co-located with the action node binary pnpm/action-setup#239)
  • Root cause: PR chore(deps): update node.js to v24 #212 introduced npm ci as a bootstrap mechanism. On standard GitHub-hosted runners, npm is on PATH; on GHE self-hosted runners it may not be, causing spawn npm ENOENT failures
  • Fix: Resolves npm path via dirname(process.execPath) and prepends it to the child PATH, making the action work reliably on both standard and self-hosted runners
  • No breaking changes: No API changes, no configuration changes, no new required inputs
  • Test coverage: Verified on standard GitHub-hosted Linux, macOS, and Windows runners, as well as GHE self-hosted runners

🎯 Impact Scope Investigation

  • ci.yml: 3 jobs use pnpm/action-setup pinned by commit hash — format-check, typecheck, notion-sync-dry-run. All 3 are updated by this PR from 903f9c1... (v6.0.3) → 26f6d4f... (v6.0.4)
  • sync-with-notion.yml: Uses pnpm/action-setup@v6 (floating tag, not pinned). This workflow is NOT touched by this PR but already resolves to v6.0.4 via the floating tag
  • trigger-sync-from-pr-comment.yml: Does not use pnpm/action-setup
  • No dependency impact: This is a GitHub Actions action, not a library — it does not affect node_modules, pnpm-lock.yaml, or runtime dependencies

💡 Recommended Actions

  • No migration steps required
  • No code modifications needed
  • Merge as-is — this is a straightforward patch that improves reliability without any risk of regression on standard GitHub-hosted runners (which this repository uses)

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@lacolaco-actions-worker lacolaco-actions-worker Bot merged commit a579a7e into main May 5, 2026
10 checks passed
@lacolaco-actions-worker lacolaco-actions-worker Bot deleted the renovate/pnpm-action-setup-6.x branch May 5, 2026 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants