Skip to content

chore(deps): update actions/setup-node action to v7 - #47

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-setup-node-7.x
Open

chore(deps): update actions/setup-node action to v7#47
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-setup-node-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/setup-node action major v6v7

Release Notes

actions/setup-node (actions/setup-node)

v7.0.0

Compare Source

What's Changed
Enhancements:
Bug fixes:
Documentation updates:
Dependency update:
New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v7

Compare Source

v6.5.0

Compare Source

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

Compare Source

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

Compare Source

What's Changed

Documentation
Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.2.0

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0


Configuration

📅 Schedule: (in timezone Europe/Sofia)

  • Branch creation
    • "before 6am on monday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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.

@BohdanMoroz11

Copy link
Copy Markdown
Owner

Review: actions/setup-node v6 → v7

No code changes needed. This is a purely internal major bump — no migration steps apply to this repo.

What changed in v7.0.0

Per the v7.0.0 release notes and the README's v7 migration note:

  • Internal ESM migration (#1574): action internals moved from CommonJS to ESM and @actions/* deps were upgraded. README states explicitly: "Migrated action internals to ESM for compatibility with latest @actions/* packages. No changes to action inputs, outputs, or behavior."
  • New outputs added (#1577): cache-primary-key and cache-matched-key — additive, not used by our workflows.
  • Minor bug fixes (dummy NODE_AUTH_TOKEN export removed, mirrorToken handling fix) — don't affect our usage (we only set node-version and cache: npm).

No breaking changes were identified in the release notes, the README, or the ESM migration PR itself. No minimum runner-version bump is called out for v7 specifically (the v2.327.1 runner note in the README applies to v5's Node 24 upgrade, not this release).

This repo's usage

All four actions/setup-node@v6 references (ci.yml ×3, major-dep-agent.yml, major-dep-agent-ci-retry.yml) only use the node-version and cache: npm inputs — both unaffected. Bumped to @v7 as-is; no further edits made.

Ran npm run typecheck — n/a for this change (workflow-only diff), skipped since there's no TS surface touched.

@renovate
renovate Bot force-pushed the renovate/actions-setup-node-7.x branch from 89aab52 to 9b8536a Compare July 30, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant