This repository was archived by the owner on Jun 16, 2026. It is now read-only.
Commit 0abb6b0
committed
chore: extend bump to remaining Node 20 actions/* (setup-python, upload/deploy-pages, etc.)
Second pass on the Node 24 transition — first pass covered checkout/setup-node/
upload-artifact/download-artifact/cache/github-script; this pass adds the
remaining actions/* that were still on Node 20.
Bumps:
- actions/setup-python v5 -> v6.2.0 (a309ff8)
- actions/upload-pages-artifact v3/v4 -> v5.0.0 (fc324d3)
- actions/deploy-pages v4 -> v5.0.0 (cd2ce8f)
- actions/configure-pages -> v6.0.0 (45bfe01) [already latest in this org]
- actions/setup-dotnet v4 -> v5.2.0 (c2fa09f)
- actions/attest-build-provenance v1 -> v4.1.0 (a2bbfa2)
- actions/dependency-review-action v4 -> v5.0.0 (a1d282b)
All seven moved to Node 24 runtime in their latest stable releases; runner
requirement v2.327.1+ is met by github-hosted runners.
Breaking-change notes:
- upload-pages-artifact v4 excluded hidden dotfiles by default (not _-prefixed
paths). Astro/Vite '_astro/' output is unaffected; .well-known/ would be.
- attest-build-provenance v2 introduced multi-subject attestation (single
attestation per call instead of per-artifact). Backward-compatible for
typical single-subject usage.
SHA + version-comment pinning convention preserved.1 parent 1f47527 commit 0abb6b0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments