Skip to content

Bump actions/setup-node from 4 to 6#12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-6
Open

Bump actions/setup-node from 4 to 6#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps actions/setup-node from 4 to 6.

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

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

v5.0.0

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

v4.4.0

... (truncated)

Commits

Summary by CodeRabbit

  • Chores
    • Atualização de ferramentas de integração contínua e implantação para versões mais recentes, garantindo melhor estabilidade, compatibilidade e segurança nos processos de build, testes e deploy.

Review Change Stack

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 13, 2026
@dependabot dependabot Bot requested a review from adm01-debug as a code owner May 13, 2026 19:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 13, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5f1bdff1-6c82-4dfd-8038-c441cf3e9b50

📥 Commits

Reviewing files that changed from the base of the PR and between e737c6d and f15d2ec.

📒 Files selected for processing (4)
  • .github/workflows/cd.yml
  • .github/workflows/lint.yml
  • .github/workflows/preview.yml
  • .github/workflows/security.yml
✅ Files skipped from review due to trivial changes (2)
  • .github/workflows/security.yml
  • .github/workflows/lint.yml
🚧 Files skipped from review as they are similar to previous changes (2)
  • .github/workflows/preview.yml
  • .github/workflows/cd.yml

📝 Walkthrough

Walkthrough

Atualiza a ação GitHub actions/setup-node de v4 para v6 em todos os quatro workflows de CI/CD (cd.yml, lint.yml, preview.yml, security.yml), mantendo todas as configurações existentes de Node.js e cache npm intactas.

Changes

Upgrade de ação Node.js em workflows

Layer / File(s) Summary
Atualização actions/setup-node v4 → v6 em todos os workflows
.github/workflows/cd.yml, .github/workflows/lint.yml, .github/workflows/preview.yml, .github/workflows/security.yml
A ação GitHub actions/setup-node é atualizada de v4 para v6 em quatro workflows: deploy (cd.yml), lint com dois jobs (lint.yml), preview, e security, mantendo todas as demais configurações de Node.js e cache npm intactas.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • adm01-debug/Promo_Gifts#197: Ambos os PRs atualizam etapas de workflows GitHub Actions atualizando versões de actions/setup-node em workflows de CI/segurança.
  • adm01-debug/Promo_Gifts#201: Ambos os PRs modificam configurações de workflows GitHub Actions alterando versões de actions/setup-node em workflows relacionados a CI/segurança.

Poem

🐰 De v4 para v6, ação renovada,
Workflows em harmonia, bem orquestrada,
Node.js seguro, sempre atualizado,
Pipelines brilhando, devidamente lapidado! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed O título descreve com precisão a principal mudança no changeset: a atualização da ação GitHub de setup-node da versão 4 para a versão 6 em todos os workflows.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

Warning

Review ran into problems

🔥 Problems

Git: Failed to clone repository. Please run the @coderabbitai full review command to re-trigger a full review. If the issue persists, set path_filters to include or exclude specific files.


Comment @coderabbitai help to get the list of available commands and usage tips.

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/setup-node-6 branch from e737c6d to f15d2ec Compare May 15, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants