chore: upgrade GitHub actions - #951
Merged
Merged
Conversation
v3 replaces the bundled Crowdin CLI 4 with CLI 5. All action inputs, outputs, and defaults are unchanged between the two lines, and neither step uses the `command` input, so no CLI command syntax needed updating. CLI 5 resolves the `upload sources --cache` directory relative to `base_path` rather than the working directory. Since `base_path: "."` in src/content/crowdin.yml resolves relative to the config file's own directory, the cache moves from the repo root to src/content/.crowdin — so the actions/cache restore and save paths move with it. Left at the old path the steps would have silently cached an empty directory. Cache keys are intentionally unchanged: the first run after this upgrade rebuilds the cache, and the following save writes the new path. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
- actions/checkout v6 -> v7 - actions/setup-node v6 -> v7 - actions/cache/restore, /save v5 -> v6 - peter-evans/create-pull-request v7 -> v8 - amannn/action-semantic-pull-request v5 -> v6 All five majors are the same underlying change: a migration to the Node 24 runtime and ESM. None of them alter action inputs or outputs, so no step configuration needed updating. Two potential breaking changes were checked and do not apply here: - checkout v7 blocks checking out fork PR code under `pull_request_target` and `workflow_run`. The only workflow using those triggers is lint-pr-title.yml, which has no checkout step. - Node 24 requires Actions Runner v2.327.1+ on self-hosted runners. Every job runs on GitHub-hosted ubuntu-latest. pnpm/action-setup (v6), marocchino/sticky-pull-request-comment (v3) and crowdin/github-action (v3) were already on their latest majors. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This branch was successfully deployed
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.
No description provided.