Renovate outdated cf-pages.yml GitHub Action workflow#16
Merged
Conversation
Co-authored-by: reorx <405972+reorx@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Renovate outdated cf-pages.yml actioin
Renovate outdated cf-pages.yml GitHub Action workflow
Jul 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
cf-pages.ymlworkflow was created about 3 years ago and contained several outdated components. This PR brings it up to modern GitHub Actions standards by aligning it with the patterns used in the newly createdbuild-html.ymlworkflow.Changes Made
Updated GitHub Actions versions:
actions/checkout@v3→actions/checkout@v4actions/setup-node@v3→actions/setup-node@v4Updated runtime environment:
ubuntu-20.04→ubuntu-latest16→18Improved step naming:
run: npm install→- name: Install dependenciesrun: npm run build-site→- name: Build siteWhat Was Preserved
As requested, the Cloudflare Pages deployment section was left untouched:
cloudflare/pages-action@v1usage maintainedVerification
The workflow is now aligned with modern standards while maintaining full backward compatibility with the existing Cloudflare Pages deployment.
Fixes #15.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.