chore(deps): Update build deps and github actions (major) #990
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.
This PR contains the following updates:
v3
->v4
v4
->v5
v1.9.0
->v2.3.0
v4
->v6
v2
->v3
v2
->v3
v2
->v3
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
actions/setup-python (actions/setup-python)
v5
Compare Source
crowdin/github-action (crowdin/github-action)
v2.3.0
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v2.2.0...v2.3.0
v2.2.0
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v2.1.2...v2.2.0
v2.1.3
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v2.1.2...v2.1.3
v2.1.2
Compare Source
What's Changed
New Contributors
Full Changelog: crowdin/github-action@v2.1.1...v2.1.2
v2.1.1
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v2.1.0...v2.1.1
v2.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: crowdin/github-action@v2.0.0...v2.1.0
v2.0.0
Compare Source
What's Changed
Features
Deprecations
Removed deprecated options:
add_crowdin_branch
new_branch_title
new_branch_export_pattern
new_branch_priority
delete_crowdin_branch
Instead, use the
command: branch add <name>
to create a new branch.identity
- this option doesn't make much sense in the context of the GitHub action, where environment variables are a de facto standard for credentials loading.Full Changelog: crowdin/github-action@v1.20.4...v2.0.0
v1.20.4
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v1.20.3...v1.20.4
v1.20.3
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v1.20.2...v1.20.3
v1.20.2
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v1.20.1...v1.20.2
v1.20.1
Compare Source
What's Changed
New Contributors
Full Changelog: crowdin/github-action@v1.20.0...v1.20.1
v1.20.0
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v1.19.0...v1.20.0
v1.19.0
Compare Source
What's Changed
pull_request_number
output by @andrii-bodnar in https://github.com/crowdin/github-action/pull/216Full Changelog: crowdin/github-action@v1...v1.19.0
v1.18.0
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v1...v1.18.0
v1.17.0
Compare Source
What's changed
Full Changelog: crowdin/github-action@v1.16.1...v1.17.0
v1.16.1
Compare Source
What's changed
Full Changelog: crowdin/github-action@v1.16.0...v1.16.1
v1.16.0
Compare Source
What's Changed
pull_request_url
output by @andrii-bodnar in https://github.com/crowdin/github-action/pull/209Full Changelog: crowdin/github-action@v1.15.2...v1.16.0
v1.15.2
Compare Source
What's Changed
New Contributors
Full Changelog: crowdin/github-action@v1.15.1...v1.15.2
v1.15.1
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v1.15.0...v1.15.1
v1.15.0
Compare Source
What's Changed
pull_request_url
output by @j4hr3n in https://github.com/crowdin/github-action/pull/205New Contributors
Full Changelog: crowdin/github-action@v1.14.1...v1.15.0
v1.14.1
Compare Source
What's Changed
New Contributors
Full Changelog: crowdin/github-action@v1.14.0...v1.14.1
v1.14.0
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v1.13.1...v1.14.0
v1.13.1
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v1.13.0...v1.13.1
v1.13.0
Compare Source
What's Changed
Full Changelog: crowdin/github-action@v1.12.0...v1.13.0
v1.12.0
Compare Source
What's Changed
- name: Crowdin Action uses: crowdin/github-action@v1 with: upload_sources: true download_translations: true localization_branch_name: l10n_crowdin_translations create_pull_request: true pull_request_title: 'New Crowdin Translations' pull_request_body: 'New Crowdin translations by Crowdin GH Action' pull_request_base_branch_name: 'main' + pull_request_team_reviewers: 'crowdin-team-reviewer' env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
New Contributors
Full Changelog: crowdin/github-action@v1.11.0...v1.12.0
v1.11.0
Compare Source
What's Changed
command
andcommand_args
options. See the Crowdin CLI command section for more details.test-action.yml
GitHub workflow to test the ActionDeprecation warning⚠️
The
add_crowdin_branch
,new_branch_title
,new_branch_export_pattern
,new_branch_priority
, anddelete_crowdin_branch
options were deprecated. Please use the newcommand
andcommand_args
options instead:By @andrii-bodnar in https://github.com/crowdin/github-action/pull/176
Full Changelog: crowdin/github-action@v1.10.0...v1.11.0
v1.10.0
Compare Source
Updated
docker/build-push-action (docker/build-push-action)
v6
Compare Source
v5
Compare Source
docker/login-action (docker/login-action)
v3
Compare Source
docker/setup-buildx-action (docker/setup-buildx-action)
v3
Compare Source
docker/setup-qemu-action (docker/setup-qemu-action)
v3
Compare Source
Configuration
📅 Schedule: Branch creation - "after 5pm on the 2nd day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.