You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ci: bump actions to Node 24 majors
GitHub-hosted runners drop Node.js 20 on 2026-09-16 and force Node 24
as the default on 2026-06-02. The last release warned on every
`actions/upload-artifact@v4` invocation. Sweep every Node 20 action.
First-party:
actions/upload-artifact v4 -> v7
actions/download-artifact v4 -> v7 (skip v8 — hash-mismatch errors by default)
actions/setup-python v5 -> v6
actions/upload-pages-artifact v4 -> v5
actions/deploy-pages v4 -> v5
Third-party:
docker/setup-qemu-action v3 -> v4
amannn/action-semantic-pull-request v5 -> v6
Untouched (already Node 24 or auto-tracking):
actions/checkout@v6, actions/cache@v5, astral-sh/setup-uv@v7,
pypa/gh-action-pypi-publish@release/v1.
ci.yml has no Node 20 actions and is untouched.
* ci: add dependabot config for github-actions + python security
Catches future Node-version cutovers and action-side advisories
automatically. Two ecosystems:
- github-actions: weekly version updates, grouped into a single PR.
- uv: security advisories only (open-pull-requests-limit: 0).
Version churn across the ~25 optional dependency groups would be
noisy; security PRs always go through regardless of the limit.
0 commit comments