Skip to content

ci(website): move Pages deploy to Node 24 actions and runtime#272

Merged
frbrkoala merged 2 commits into
mainfrom
ci/website-pages-actions-node24
Jul 6, 2026
Merged

ci(website): move Pages deploy to Node 24 actions and runtime#272
frbrkoala merged 2 commits into
mainfrom
ci/website-pages-actions-node24

Conversation

@frbrkoala

@frbrkoala frbrkoala commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

The first-party Pages deploy failed ("Deployment failed, try again later") and warned that configure-pages@v5 / upload-artifact@v4 target the deprecated Node 20 and were force-run on Node 24. Move the website workflows off Node 20:

  • actions/configure-pages v5 -> v6
  • actions/upload-pages-artifact v3 -> v5
  • actions/deploy-pages v4 -> v5
  • setup-node node-version 20 -> 24 in both website-deploy.yaml and website-test-deploy.yml

Node 24 is the current active LTS and the version the site build was verified on locally. This clears the Node 20 deprecation warning and moves deploy-pages onto a Node 24-compatible release. A lingering "try again later" is a transient/wedged Pages deploy and clears on a workflow re-run.

What does this PR do?

🛑 Please open an issue first to discuss any significant work and flesh out details/direction — we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.

Motivation

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • New blueprint (adding a new protocol — see checklist below)
  • Documentation update
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Testing

  • I have run npm run build successfully
  • I have run npm run test and all tests pass
  • I have run npx cdk synth with a sample .env (e.g. from blueprints/dummy/samples/) and it succeeds
  • I have run pre-commit hooks: npm run run-pre-commit

New Blueprint Checklist (if adding a protocol)

  • Blueprint follows the structure of blueprints/dummy/ (reference implementation)
  • Blueprint README follows the standard template (matches Dummy section titles and ordering)
  • Setup section points to Getting Started (not inline instructions)
  • Deployment section leads with AI-driven deployment (Option 1) and manual as Option 2
  • Sample .env files are provided for at least one network (mainnet or testnet)
  • Configuration scripts follow the install/run dispatch pattern (see blueprints/dummy/)
  • Blueprint page added to website/docs/blueprints/ (.mdx mirror importing README)
  • Client Release Channels table added to README under Additional Resources

Documentation

  • I have updated relevant documentation (if applicable)
  • I have run cd website && npm run build with no broken links (if docs changed)

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

vlasonfa and others added 2 commits July 6, 2026 13:12
The first-party Pages deploy failed ("Deployment failed, try again later") and
warned that configure-pages@v5 / upload-artifact@v4 target the deprecated
Node 20 and were force-run on Node 24. Move the website workflows off Node 20:

- actions/configure-pages v5 -> v6
- actions/upload-pages-artifact v3 -> v5
- actions/deploy-pages v4 -> v5
- setup-node node-version 20 -> 24 in both website-deploy.yaml and
  website-test-deploy.yml

Node 24 is the current active LTS and the version the site build was verified
on locally. This clears the Node 20 deprecation warning and moves deploy-pages
onto a Node 24-compatible release. A lingering "try again later" is a
transient/wedged Pages deploy and clears on a workflow re-run.
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 3 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/website-deploy.yaml

PackageVersionLicenseIssue Type
actions/configure-pages6.*.*NullUnknown License
actions/deploy-pages5.*.*NullUnknown License
actions/upload-pages-artifact5.*.*NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/configure-pages 6.*.* 🟢 6.1
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 6dependency not pinned by hash detected -- score normalized to 6
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
SAST🟢 7SAST tool detected but not run on all commits
Branch-Protection🟢 8branch protection is not maximal on development and all release branches
actions/actions/deploy-pages 5.*.* 🟢 5.4
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Binary-Artifacts🟢 10no binaries found in the repo
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 6dependency not pinned by hash detected -- score normalized to 6
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
Security-Policy🟢 9security policy file detected
SAST🟢 7SAST tool detected but not run on all commits
Branch-Protection⚠️ 1branch protection is not maximal on development and all release branches
actions/actions/upload-pages-artifact 5.*.* 🟢 5.8
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 34 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Branch-Protection🟢 8branch protection is not maximal on development and all release branches

Scanned Files

  • .github/workflows/website-deploy.yaml

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Scan for commit: 35c3180 | Updated: 2026-07-06 03:34:12 UTC

🔒 Security Scan Results

Scanned files: 2

⚠️ Security findings detected. Please review and address before merging.

@frbrkoala frbrkoala merged commit 11f1bbe into main Jul 6, 2026
7 checks passed
@frbrkoala frbrkoala deleted the ci/website-pages-actions-node24 branch July 6, 2026 05:36
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.

2 participants