Update CI workflow: actions/setup-node → v6 #58

Merged
Renovate merged 1 commits from renovate/actions-setup-node-6.x into main 2026-01-04 07:05:46 +01:00
Member

User description

This PR contains the following updates:

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

Release Notes

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

v6

Compare Source

v5

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.


PR Type

Enhancement


Description

  • Bump actions/setup-node from v4 to v6

File Walkthrough

Relevant files
Configuration changes
test.yaml
Upgrade Node setup action version                                               

.gitea/workflows/test.yaml

  • Changed actions/setup-node@v4 to @v6
+1/-1     

### **User description** This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://github.com/actions/setup-node) | action | major | `v4` → `v6` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v6`](https://github.com/actions/setup-node/compare/v5...v6) [Compare Source](https://github.com/actions/setup-node/compare/v5...v6) ### [`v5`](https://github.com/actions/setup-node/compare/v4...v5) [Compare Source](https://github.com/actions/setup-node/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiQXV0b21hdGlvbiJdfQ==--> ___ ### **PR Type** Enhancement ___ ### **Description** - Bump `actions/setup-node` from v4 to v6 ___ <details> <summary><h3> File Walkthrough</h3></summary> <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>test.yaml</strong><dd><code>Upgrade Node setup action version</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> .gitea/workflows/test.yaml - Changed `actions/setup-node@v4` to `@v6` </details> </td> <td><a href="https://git.horstenkamp.eu/Screeps/screeps-deploy-action/src/branch/renovate/actions-setup-node-6.x/.gitea/workflows/test.yaml">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr></tr></tbody></table> </details> ___
Renovate added 1 commit 2026-01-04 07:04:15 +01:00
chore(deps): update actions/setup-node action to v6
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m5s
Test / Run Tests (push) Successful in 7m31s
b9f9fb852d
Renovate scheduled this pull request to auto merge when all checks succeed 2026-01-04 07:04:19 +01:00
AutoReview changed title from chore(deps): update actions/setup-node action to v6 to Update CI workflow: actions/setup-node → v6 2026-01-04 07:04:39 +01:00
Member

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵
🧪 No relevant tests
🔒 No security concerns identified
 Recommended focus areas for review

Indentation Check

Ensure the with block is properly indented under the actions/setup-node@v6 step so it’s correctly applied.

- uses: actions/setup-node@v6
  with:
    node-version: '22'
Version Compatibility

Verify that actions/setup-node@v6 fully supports Node.js version 22, as mismatches could cause failures.

- uses: actions/setup-node@v6
  with:
    node-version: '22'
## PR Reviewer Guide 🔍 Here are some key observations to aid the review process: <table> <tr><td>⏱️&nbsp;<strong>Estimated effort to review</strong>: 1 🔵⚪⚪⚪⚪</td></tr> <tr><td>🧪&nbsp;<strong>No relevant tests</strong></td></tr> <tr><td>🔒&nbsp;<strong>No security concerns identified</strong></td></tr> <tr><td>⚡&nbsp;<strong>Recommended focus areas for review</strong><br><br> <details><summary><a href='https://git.horstenkamp.eu/Screeps/screeps-deploy-action/src/branch/renovate/actions-setup-node-6.x/.gitea/workflows/test.yaml#L13-L15'><strong>Indentation Check</strong></a> Ensure the `with` block is properly indented under the `actions/setup-node@v6` step so it’s correctly applied. </summary> ```yaml - uses: actions/setup-node@v6 with: node-version: '22' ``` </details> <details><summary><a href='https://git.horstenkamp.eu/Screeps/screeps-deploy-action/src/branch/renovate/actions-setup-node-6.x/.gitea/workflows/test.yaml#L13-L15'><strong>Version Compatibility</strong></a> Verify that `actions/setup-node@v6` fully supports Node.js version `22`, as mismatches could cause failures. </summary> ```yaml - uses: actions/setup-node@v6 with: node-version: '22' ``` </details> </td></tr> </table>
Member

PR Code Suggestions

No code suggestions found for the PR.

## PR Code Suggestions ✨ No code suggestions found for the PR.
Renovate merged commit 6c7a0961a7 into main 2026-01-04 07:05:45 +01:00
Renovate deleted branch renovate/actions-setup-node-6.x 2026-01-04 07:05:49 +01:00
Sign in to join this conversation.