Skip to content

Commit ffefe0c

Browse files
chore(deps): update amannn/action-semantic-pull-request action to v6 (#232)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [amannn/action-semantic-pull-request](https://redirect.github.com/amannn/action-semantic-pull-request) | action | major | `v5.5.3` -> `v6.0.1` | --- ### Release Notes <details> <summary>amannn/action-semantic-pull-request (amannn/action-semantic-pull-request)</summary> ### [`v6.0.1`](https://redirect.github.com/amannn/action-semantic-pull-request/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/amannn/action-semantic-pull-request/compare/v6.0.0...v6.0.1) ##### Bug Fixes - Actually execute action ([#&#8203;289](https://redirect.github.com/amannn/action-semantic-pull-request/issues/289)) ([58e4ab4](https://redirect.github.com/amannn/action-semantic-pull-request/commit/58e4ab40f59be79f2c432bf003e34a31174e977a)) ### [`v6.0.0`](https://redirect.github.com/amannn/action-semantic-pull-request/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/amannn/action-semantic-pull-request/compare/v5.5.3...v6.0.0) ##### ⚠ BREAKING CHANGES - Upgrade action to use Node.js 24 and ESM ([#&#8203;287](https://redirect.github.com/amannn/action-semantic-pull-request/issues/287)) ##### Features - Upgrade action to use Node.js 24 and ESM ([#&#8203;287](https://redirect.github.com/amannn/action-semantic-pull-request/issues/287)) ([bc0c9a7](https://redirect.github.com/amannn/action-semantic-pull-request/commit/bc0c9a79abfe07c0f08c498dd4a040bd22fe9b79)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/valora-inc/typescript-app-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZ2l0aHViLWFjdGlvbnMiLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 905ac41 commit ffefe0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
name: Semantic PR title
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
16+
- uses: amannn/action-semantic-pull-request@fdd4d3ddf614fbcd8c29e4b106d3bbe0cb2c605d # v6.0.1
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)