Update https://github.com/stefanzweifel/git-auto-commit-action action to v5 #45

Open
Johnny5 wants to merge 1 commit from renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x into main
Member

This PR contains the following updates:

Package Type Update Change
https://github.com/stefanzweifel/git-auto-commit-action action major v4.16.0 -> v5.2.0

Release Notes

stefanzweifel/git-auto-commit-action (https://github.com/stefanzweifel/git-auto-commit-action)

v5.2.0

Compare Source

Added
Fixed

v5.1.0

Compare Source

Changed
Fixed
Dependency Updates

v5.0.1

Compare Source

Fixed
  • Fail if attempting to execute git commands in a directory that is not a git-repo. (#​326) @​ccomendant
Dependency Updates
Misc

v5.0.0

Compare Source

New major release that bumps the default runtime to Node 20. There are no other breaking changes.

Changed
Fixed
Dependency Updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://github.com/stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) | action | major | `v4.16.0` -> `v5.2.0` | --- ### Release Notes <details> <summary>stefanzweifel/git-auto-commit-action (https://github.com/stefanzweifel/git-auto-commit-action)</summary> ### [`v5.2.0`](https://github.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v520---2025-04-19) [Compare Source](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.1.0...v5.2.0) ##### Added - Add `create_git_tag_only` option to skip commiting and always create a git-tag. ([#&#8203;364](https://github.com/stefanzweifel/git-auto-commit-action/pull/364)) [@&#8203;zMynxx](https://github.com/@&#8203;zMynxx) - Add Test for `create_git_tag_only` feature ([#&#8203;367](https://github.com/stefanzweifel/git-auto-commit-action/pull/367)) [@&#8203;stefanzweifel](https://github.com/@&#8203;stefanzweifel) ##### Fixed - docs: Update README.md per [#&#8203;354](https://github.com/stefanzweifel/git-auto-commit-action/issues/354) ([#&#8203;361](https://github.com/stefanzweifel/git-auto-commit-action/pull/361)) [@&#8203;rasa](https://github.com/@&#8203;rasa) ### [`v5.1.0`](https://github.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v510---2025-01-11) [Compare Source](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.0.1...v5.1.0) ##### Changed - Include `github.actor_id` in default `commit_author` ([#&#8203;354](https://github.com/stefanzweifel/git-auto-commit-action/pull/354)) [@&#8203;parkerbxyz](https://github.com/@&#8203;parkerbxyz) ##### Fixed - docs(README): fix broken protected branch docs link ([#&#8203;346](https://github.com/stefanzweifel/git-auto-commit-action/pull/346)) [@&#8203;scarf005](https://github.com/@&#8203;scarf005) - Update README.md ([#&#8203;343](https://github.com/stefanzweifel/git-auto-commit-action/pull/343)) [@&#8203;Kludex](https://github.com/@&#8203;Kludex) ##### Dependency Updates - Bump bats from 1.11.0 to 1.11.1 ([#&#8203;353](https://github.com/stefanzweifel/git-auto-commit-action/pull/353)) [@&#8203;dependabot](https://github.com/@&#8203;dependabot) - Bump github/super-linter from 6 to 7 ([#&#8203;342](https://github.com/stefanzweifel/git-auto-commit-action/pull/342)) [@&#8203;dependabot](https://github.com/@&#8203;dependabot) - Bump github/super-linter from 5 to 6 ([#&#8203;335](https://github.com/stefanzweifel/git-auto-commit-action/pull/335)) [@&#8203;dependabot](https://github.com/@&#8203;dependabot) ### [`v5.0.1`](https://github.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v501---2024-04-12) [Compare Source](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.0.0...v5.0.1) ##### Fixed - Fail if attempting to execute git commands in a directory that is not a git-repo. ([#&#8203;326](https://github.com/stefanzweifel/git-auto-commit-action/pull/326)) [@&#8203;ccomendant](https://github.com/@&#8203;ccomendant) ##### Dependency Updates - Bump bats from 1.10.0 to 1.11.0 ([#&#8203;325](https://github.com/stefanzweifel/git-auto-commit-action/pull/325)) [@&#8203;dependabot](https://github.com/@&#8203;dependabot) - Bump release-drafter/release-drafter from 5 to 6 ([#&#8203;319](https://github.com/stefanzweifel/git-auto-commit-action/pull/319)) [@&#8203;dependabot](https://github.com/@&#8203;dependabot) ##### Misc - Clarify `commit_author` input option ([#&#8203;315](https://github.com/stefanzweifel/git-auto-commit-action/pull/315)) [@&#8203;npanuhin](https://github.com/@&#8203;npanuhin) - Add step id explanation for output in README.md ([#&#8203;324](https://github.com/stefanzweifel/git-auto-commit-action/pull/324)) [@&#8203;ChristianVermeulen](https://github.com/@&#8203;ChristianVermeulen) - Linux is not UNIX ([#&#8203;321](https://github.com/stefanzweifel/git-auto-commit-action/pull/321)) [@&#8203;couling](https://github.com/@&#8203;couling) ### [`v5.0.0`](https://github.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v500---2023-10-06) [Compare Source](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.16.0...v5.0.0) New major release that bumps the default runtime to Node 20. There are no other breaking changes. ##### Changed - Update node version to node20 ([#&#8203;300](https://github.com/stefanzweifel/git-auto-commit-action/pull/300)) [@&#8203;ryudaitakai](https://github.com/@&#8203;ryudaitakai) - Add \_log and \_set_github_output functions ([#&#8203;273](https://github.com/stefanzweifel/git-auto-commit-action/pull/273)) [@&#8203;stefanzweifel](https://github.com/@&#8203;stefanzweifel) ##### Fixed - Seems like there is an extra space ([#&#8203;288](https://github.com/stefanzweifel/git-auto-commit-action/pull/288)) [@&#8203;pedroamador](https://github.com/@&#8203;pedroamador) - Fix git-auto-commit.yml ([#&#8203;277](https://github.com/stefanzweifel/git-auto-commit-action/pull/277)) [@&#8203;zcong1993](https://github.com/@&#8203;zcong1993) ##### Dependency Updates - Bump actions/checkout from 3 to 4 ([#&#8203;302](https://github.com/stefanzweifel/git-auto-commit-action/pull/302)) [@&#8203;dependabot](https://github.com/@&#8203;dependabot) - Bump bats from 1.9.0 to 1.10.0 ([#&#8203;293](https://github.com/stefanzweifel/git-auto-commit-action/pull/293)) [@&#8203;dependabot](https://github.com/@&#8203;dependabot) - Bump github/super-linter from 4 to 5 ([#&#8203;289](https://github.com/stefanzweifel/git-auto-commit-action/pull/289)) [@&#8203;dependabot](https://github.com/@&#8203;dependabot) - Bump bats from 1.8.2 to 1.9.0 ([#&#8203;282](https://github.com/stefanzweifel/git-auto-commit-action/pull/282)) [@&#8203;dependabot](https://github.com/@&#8203;dependabot) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuOCIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Johnny5 added 1 commit 2025-03-05 14:02:20 +01:00
Johnny5 force-pushed renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x from dfbdcbf534 to 8cc4bb713b 2025-04-19 11:01:23 +02:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x:renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x
git checkout renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x
git checkout renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x
git rebase main
git checkout main
git merge --ff-only renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x
git checkout renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x
git rebase main
git checkout main
git merge --no-ff renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x
git checkout main
git merge --squash renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x
git checkout main
git merge --ff-only renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x
git checkout main
git merge renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: snailed/tokyonight-theme#45
No description provided.