Verify that the 'pi' runner image used in CI supports Node 24 or update the runner configuration.
runs-on:pi
## 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/node-24.x/.gitea/workflows/test.yaml#L15-L15'><strong>Dependency Compatibility</strong></a>
Ensure project dependencies are compatible with Node 24 and update any deprecated APIs or packages accordingly.
</summary>
```yaml
node-version: '24'
```
</details>
<details><summary><a href='https://git.horstenkamp.eu/Screeps/screeps-deploy-action/src/branch/renovate/node-24.x/.gitea/workflows/test.yaml#L10-L10'><strong>Runner Support</strong></a>
Verify that the 'pi' runner image used in CI supports Node 24 or update the runner configuration.
</summary>
```yaml
runs-on: pi
```
</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:
22→24Release Notes
actions/node-versions (node)
v24.12.0: 24.12.0Compare Source
Node.js 24.12.0
v24.11.1: 24.11.1Compare Source
Node.js 24.11.1
v24.11.0: 24.11.0Compare Source
Node.js 24.11.0
v24.10.0: 24.10.0Compare Source
Node.js 24.10.0
v24.9.0: 24.9.0Compare Source
Node.js 24.9.0
v24.8.0: 24.8.0Compare Source
Node.js 24.8.0
v24.7.0: 24.7.0Compare Source
Node.js 24.7.0
v24.6.0: 24.6.0Compare Source
Node.js 24.6.0
v24.5.0: 24.5.0Compare Source
Node.js 24.5.0
v24.4.1: 24.4.1Compare Source
Node.js 24.4.1
v24.4.0: 24.4.0Compare Source
Node.js 24.4.0
v24.3.0: 24.3.0Compare Source
Node.js 24.3.0
v24.2.0: 24.2.0Compare Source
Node.js 24.2.0
v24.1.0: 24.1.0Compare Source
Node.js 24.1.0
v24.0.2: 24.0.2Compare Source
Node.js 24.0.2
v24.0.1: 24.0.1Compare Source
Node.js 24.0.1
v24.0.0: 24.0.0Compare Source
Node.js 24.0.0
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
Other
Description
File Walkthrough
test.yaml
Update Node version in workflow.gitea/workflows/test.yaml
node-versionfrom22to24chore(deps): update dependency node to v24to Bump Node.js version to 24 in CI workflowPR Reviewer Guide 🔍
Here are some key observations to aid the review process:
Dependency Compatibility
Ensure project dependencies are compatible with Node 24 and update any deprecated APIs or packages accordingly.
Runner Support
Verify that the 'pi' runner image used in CI supports Node 24 or update the runner configuration.
PR Code Suggestions ✨
No code suggestions found for the PR.