Crowdin GitHub Action v3 runs on Crowdin CLI 5 馃殌 - a complete rewrite that starts instantly and no longer requires Java. Your workflows, crowdin.yml configuration, and exit codes stay the same, so most setups upgrade with a one-line change:
-uses: crowdin/github-action@v2
+uses: crowdin/github-action@v3Breaking changes
Only relevant if you pass custom CLI arguments via the command, command_args, or other *_args inputs:
pre-translateis nowauto-translate(no alias);--translate-untranslated-onlywas removed - use--scope.--plainwas removed - use--output plain.- Redundant negatable flags were removed (e.g.
--auto-update;--no-auto-updatestays) - defaults are unchanged, simply drop them.