Skip to content

fix: bump default actions/runner to 2.335.1#36

Merged
kurok merged 1 commit into
mainfrom
chore/bump-runner-2.335.1
Jun 17, 2026
Merged

fix: bump default actions/runner to 2.335.1#36
kurok merged 1 commit into
mainfrom
chore/bump-runner-2.335.1

Conversation

@kurok

@kurok kurok commented Jun 17, 2026

Copy link
Copy Markdown

Why

GitHub sunsets actions/runner v2.333.1 — the action's current default — for job execution on 2026-06-23. Any consumer relying on the default (e.g. terraform-provider-namecheap's acceptance pipeline) is already emitting the deprecation warning and will break after that date.

What

Bumps the default runner-version from 2.333.1 to the latest release 2.335.1 and swaps the pinned SHA-256 checksum table accordingly.

  • action.ymlrunner-version default → 2.335.1
  • src/config.js — runtime fallback default → 2.335.1
  • src/runner-checksums.js — replaced x64/arm64 hashes with the v2.335.1 values, taken from the release body (the exact source the verify-runner-url job cross-checks):
    • x64: 4ef2f25285f0ae4477f1fe1e346db76d2f3ebf03824e2ddd1973a2819bf6c8cf
    • arm64: 6d1e85bfd1a506a8b17c1f1b9b57dba458ffed90898799aaa9f599520b0d9207
  • tests/ — updated runner-checksums and config expectations
  • README.md + pr.yml comment — doc default
  • dist/ — rebuilt with npm run package (the diff is limited to the changed values)

Verification

  • npm test52/52 pass
  • npm run lint → clean
  • dist/ rebuilt from a clean npm ci, so git diff dist/ is limited to the intended value changes — verify-dist will stay green.
  • Checksums match the upstream v2.335.1 release body verbatim — verify-runner-url will pass.

Follow-up

After this merges and is tagged (e.g. v3.0.2 / v3), terraform-provider-namecheap's ci.yml should bump the namecheap/ec2-github-runner action pin (2 places) to the new SHA to actually adopt the runner bump.

GitHub stops allowing actions/runner v2.333.1 (the previous default) to
run jobs on 2026-06-23. Bump the default runner-version to the latest
release 2.335.1 and replace the SHA-256 checksum table with the x64/arm64
hashes from the v2.335.1 release body (the same source the
verify-runner-url job cross-checks).

Touches action.yml, src/config.js fallback, the checksum table + tests,
README, the pr.yml comment, and the rebuilt dist/ bundle.

Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
@kurok kurok merged commit 87bca3c into main Jun 17, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant