github-actions-version-updater
github-actions-version-updater copied to clipboard
A GitHub Action that Updates All GitHub Actions in a Repository and Creates a Pull Request with the Updates
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.16.0) - [github.com/psf/black: 23.7.0 → 24.4.2](https://github.com/psf/black/compare/23.7.0...24.4.2) - [github.com/asottile/blacken-docs: 1.15.0 → 1.18.0](https://github.com/asottile/blacken-docs/compare/1.15.0...1.18.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2) - [github.com/PyCQA/flake8: 6.1.0 →...
Bumps the dependencies group with 3 updates: [packaging](https://github.com/pypa/packaging), [pydantic](https://github.com/pydantic/pydantic) and [pydantic-settings](https://github.com/pydantic/pydantic-settings). Updates `packaging` from 21.3 to 24.0 Release notes Sourced from packaging's releases. 24.0 What's Changed Fix specifier matching when...
saadmk11/[email protected] YML file is the standard one - first in README.MD, with changed `actions/checkout` to `@v4`: Error and warnings: 
Looking at [this run](https://github.com/MirBSD/int/actions/runs/7094882769/job/19310902838) I see… ``` Checking ".github/workflows/vm-slowlartus.yml" for updates Checking "vmactions/solaris-vm" for updates... Found new version for "vmactions/solaris-vm" Updating "vmactions/[email protected]" with "vmactions/[email protected]"... Found new version for "actions/checkout" Updating...
I have around 20 repositories where I use your package. When I do not check the repository for a while, I sometimes have 5-6 PRs. Would be nice to have...
Hello, I'm trying to figure out if I can use this actions to only update files locally and then use different action for creating PR I have similar workflow for...
Since composite actions are a alternative method to make the workflows more reusable, i think it would be good to add a way to check if the actions defined within...
### GitHub Actions Version Updates * **[actions/checkout](https://github.com/actions/checkout)** published a new release **[v4.1.0](https://github.com/actions/checkout/releases/tag/v4.1.0)** on 2023-09-22T17:42:49Z
Please see [this PR](https://github.com/baconcheese113/handle-it-server/pull/8) It lists 2 actions that have new versions but does not include the version bump in the PR code changes The 2 actions are ``` google-github-actions/auth@v0...