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 → v62026-01-04 07:04:39 +01:00
## PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
<table>
<tr><td>⏱️ <strong>Estimated effort to review</strong>: 1 🔵⚪⚪⚪⚪</td></tr>
<tr><td>🧪 <strong>No relevant tests</strong></td></tr>
<tr><td>🔒 <strong>No security concerns identified</strong></td></tr>
<tr><td>⚡ <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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User description
This PR contains the following updates:
v4→v6Release Notes
actions/setup-node (actions/setup-node)
v6Compare Source
v5Compare 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.
This PR has been generated by Renovate Bot.
PR Type
Enhancement
Description
actions/setup-nodefrom v4 to v6File Walkthrough
test.yaml
Upgrade Node setup action version.gitea/workflows/test.yaml
actions/setup-node@v4to@v6chore(deps): update actions/setup-node action to v6to Update CI workflow: actions/setup-node → v6PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
Indentation Check
Ensure the
withblock is properly indented under theactions/setup-node@v6step so it’s correctly applied.Version Compatibility
Verify that
actions/setup-node@v6fully supports Node.js version22, as mismatches could cause failures.PR Code Suggestions ✨
No code suggestions found for the PR.