Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update build deps and github actions (major) #990

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3 -> v4
actions/setup-python action major v4 -> v5
crowdin/github-action action major v1.9.0 -> v2.0.0
docker/build-push-action action major v4 -> v5
docker/login-action action major v2 -> v3
docker/setup-buildx-action action major v2 -> v3
docker/setup-qemu-action action major 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.0.0

Compare Source

What's Changed

Features
  • Now the Action uses the new CLI v4
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

Full 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

Full 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

New 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

  • add command and command_args options. See the Crowdin CLI command section for more details.
  • add the test-action.yml GitHub workflow to test the Action
  • refine Readme
  • improve Examples
  • enforce conventional commits specification
Deprecation warning ⚠️

The add_crowdin_branch, new_branch_title, new_branch_export_pattern, new_branch_priority, and delete_crowdin_branch options were deprecated. Please use the new command and command_args options instead:

- name: Crowdin Action
  uses: crowdin/github-action@v1
  with:
    command: 'branch add'
    command_args: '--title "title" --priority "HIGH" --export-pattern "pattern"'

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)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 2, 2023
@renovate renovate bot force-pushed the renovate/major-build-deps-and-github-actions branch from b35ed11 to 3df4604 Compare December 6, 2023 14:23
@renovate renovate bot force-pushed the renovate/major-build-deps-and-github-actions branch from 3df4604 to cbc0b10 Compare May 29, 2024 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants