ci(actions): remove deprecated runtime warnings [Codex] - #1361
jderochervlk wants to merge 1 commit into
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Guide Cloudflare deployment⛅️ wrangler 4.130.0 To deploy this version to production traffic use the command wrangler versions deploy Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy |
Cloudflare deploymentDeployement ID: 8cfbc255-702e-43ad-9be1-0f52304aad06 ⛅️ wrangler 4.130.0 ✨ Uploading _redirects |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
guide | db16fd3 | Commit Preview URL Branch Preview URL |
Sep 18 2026, 02:28 PM |
Upgrade JavaScript actions to Node.js 24-compatible releases and pin hosted runners to Ubuntu 24.04. Pass branch names through the step environment so deployment scripts do not interpolate untrusted context directly.
33edeac to
db16fd3
Compare
GitHub Actions was annotating deploy runs because several third-party actions still targeted Node.js 20. Jobs using ubuntu-latest also emitted notices ahead of the Ubuntu 26 migration.
This upgrades Wrangler, sticky PR comments, and artifact upload to Node.js 24-compatible releases. All jobs are pinned to Ubuntu 24.04 so the runner environment remains stable and migration notices stop.
Deployment branch names now enter shell steps through environment variables, preserving URL behavior while avoiding direct interpolation of untrusted GitHub context.