Skip to content

chore(deps): update actions/setup-node action to v6#80

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

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

Conversation

@renovate

@renovate renovate Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/setup-node action major v4.4.0v6.4.0

Release Notes

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

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

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

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

v6

Compare Source

v5.0.0

Compare Source

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v5

Compare Source


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • 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 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.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

このPRはactions/setup-nodeをv4.4.0からv6.4.0へアップデートするものです。変更内容はGitHub Actionsのワークフローファイルにおけるアクションのバージョン更新のみであり、コードロジックへの影響はありません。

ただし、v6.0.0のBreaking Changesとして「自動キャッシュがnpmのみに制限された」という変更があります。現在のワークフローでキャッシュ設定を使用していない場合は問題ありませんが、念のため確認が必要です。


- name: Setup Node.js for additional tools
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [MEDIUM] v6.0.0のBreaking Changesとして、cacheオプションの自動検出挙動が変更されています。具体的には、package.jsonpackageManagerフィールドが存在する場合に自動キャッシュが有効になり、かつキャッシュ対象がnpmのみに制限されました(yarn/pnpmは自動検出対象外)。

現在このステップではcacheオプションを明示的に指定していないため、直接的な影響は少ないと思われますが、リポジトリのpackage.jsonpackageManagerフィールドが存在する場合は意図しないキャッシュ動作が発生する可能性があります。必要に応じてpackage-manager-cache: falseを明示的に設定することを検討してください。

また、v5.0.0ではアクション自体がNode.js 24で動作するようになったため、ランナーがv2.327.1以降であることを確認してください。

toshi0806 added a commit that referenced this pull request Jul 4, 2026
…6.3.0 (#84)

Consolidates Renovate's individual major PRs #78 / #80 / #81 into one commit
(they overlapped on elixir-ci.yml / html-validation.yml, so merging them
individually kept blocking on the up-to-date-branch ruleset). All three are
low-risk, categorically-stable actions:
- actions/checkout   v4.3.1 / v5.0.1 -> v7.0.0
- actions/setup-node v4.4.0          -> v6.4.0
- actions/setup-python v5.6.0        -> v6.3.0

github-script v9 (#79) already merged. cache v6 (#75) and codecov v7 are held
for consumer-side validation before the v1 move.

actionlint clean. Supersedes #78 / #80 / #81.


Claude-Session: https://claude.ai/code/session_01JPuooHgsrboSEbfJsNf6iG

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@toshi0806

Copy link
Copy Markdown
Member

Superseded by #84 (consolidated into one commit to clear the up-to-date-branch ruleset). Closing.

@toshi0806 toshi0806 closed this Jul 4, 2026
@toshi0806
toshi0806 deleted the renovate/actions-setup-node-6.x branch July 4, 2026 06:59
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.

1 participant