Update https://github.com/stefanzweifel/git-auto-commit-action action to v7 #4

Open
Johnny5 wants to merge 1 commit from renovate/https-github.com-stefanzweifel-git-auto-commit-action-7.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 -> v7.1.0

Release Notes

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

v7.1.0

Compare Source

Added
Changes
Dependency Updates

v7.0.0

Compare Source

Added
Changed
Dependency Updates

v6.0.1

Compare Source

Fixed

v6.0.0

Compare Source

Added
  • Throw error early if repository is in a detached state (#​357)
Fixed
Removed
  • Remove support for create_branch, skip_checkout, skip_Fetch (#​314)

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` -> `v7.1.0` | --- ### Release Notes <details> <summary>stefanzweifel/git-auto-commit-action (https://github.com/stefanzweifel/git-auto-commit-action)</summary> ### [`v7.1.0`](https://github.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v710---2025-12-17) [Compare Source](https://github.com/stefanzweifel/git-auto-commit-action/compare/v7.0.0...v7.1.0) ##### Added - Add skip_push input option ([#&#8203;401](https://github.com/stefanzweifel/git-auto-commit-action/pull/401)) [@&#8203;kvanzuijlen](https://github.com/@&#8203;kvanzuijlen) ##### Changes - docs: fix typo in README.md ([#&#8203;400](https://github.com/stefanzweifel/git-auto-commit-action/pull/400)) [@&#8203;GideonBear](https://github.com/@&#8203;GideonBear) ##### Dependency Updates - Bump actions/checkout from 5 to 6 ([#&#8203;399](https://github.com/stefanzweifel/git-auto-commit-action/pull/399)) \[@&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)]\(https://github.com/@&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)) - Bump bats from 1.12.0 to 1.13.0 ([#&#8203;398](https://github.com/stefanzweifel/git-auto-commit-action/pull/398)) \[@&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)]\(https://github.com/@&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)) ### [`v7.0.0`](https://github.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v700---2025-10-12) [Compare Source](https://github.com/stefanzweifel/git-auto-commit-action/compare/v6.0.1...v7.0.0) ##### Added - Restore skip_fetch, skip_checkout, create_branch ([#&#8203;388](https://github.com/stefanzweifel/git-auto-commit-action/pull/388)) [@&#8203;stefanzweifel](https://github.com/@&#8203;stefanzweifel) - Restore Detached State Detection ([#&#8203;393](https://github.com/stefanzweifel/git-auto-commit-action/pull/393)) [@&#8203;stefanzweifel](https://github.com/@&#8203;stefanzweifel) - Add Support for Tag Messages ([#&#8203;391](https://github.com/stefanzweifel/git-auto-commit-action/pull/391)) [@&#8203;EliasBoulharts](https://github.com/@&#8203;EliasBoulharts) ##### Changed - Run Action on Node 24 ([#&#8203;389](https://github.com/stefanzweifel/git-auto-commit-action/pull/389)) [@&#8203;stefanzweifel](https://github.com/@&#8203;stefanzweifel) ##### Dependency Updates - Bump actions/checkout from 4 to 5 ([#&#8203;386](https://github.com/stefanzweifel/git-auto-commit-action/pull/386)) \[@&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)]\(https://github.com/@&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot)) ### [`v6.0.1`](https://github.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v601---2025-06-11) [Compare Source](https://github.com/stefanzweifel/git-auto-commit-action/compare/v6.0.0...v6.0.1) ##### Fixed - Disable Check if Repo is in Detached State ([#&#8203;379](https://github.com/stefanzweifel/git-auto-commit-action/pull/379)) [@&#8203;stefanzweifel](https://github.com/@&#8203;stefanzweifel) ### [`v6.0.0`](https://github.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v600---2025-06-10) [Compare Source](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5.2.0...v6.0.0) ##### Added - Throw error early if repository is in a detached state ([#&#8203;357](https://github.com/stefanzweifel/git-auto-commit-action/pull/357)) ##### Fixed - Fix PAT instructions with Dependabot ([#&#8203;376](https://github.com/stefanzweifel/git-auto-commit-action/pull/376)) [@&#8203;Dreamsorcerer](https://github.com/@&#8203;Dreamsorcerer) ##### Removed - Remove support for `create_branch`, `skip_checkout`, `skip_Fetch` ([#&#8203;314](https://github.com/stefanzweifel/git-auto-commit-action/pull/314)) ### [`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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Johnny5 force-pushed renovate/https-github.com-stefanzweifel-git-auto-commit-action-7.x from 45d1be2667 to bade987ed4 2026-01-21 16:00:30 +01: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-7.x:renovate/https-github.com-stefanzweifel-git-auto-commit-action-7.x
git switch renovate/https-github.com-stefanzweifel-git-auto-commit-action-7.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/https-github.com-stefanzweifel-git-auto-commit-action-7.x
git switch renovate/https-github.com-stefanzweifel-git-auto-commit-action-7.x
git rebase main
git switch main
git merge --ff-only renovate/https-github.com-stefanzweifel-git-auto-commit-action-7.x
git switch renovate/https-github.com-stefanzweifel-git-auto-commit-action-7.x
git rebase main
git switch main
git merge --no-ff renovate/https-github.com-stefanzweifel-git-auto-commit-action-7.x
git switch main
git merge --squash renovate/https-github.com-stefanzweifel-git-auto-commit-action-7.x
git switch main
git merge --ff-only renovate/https-github.com-stefanzweifel-git-auto-commit-action-7.x
git switch main
git merge renovate/https-github.com-stefanzweifel-git-auto-commit-action-7.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/st-custom!4
No description provided.