From 886af85e0cffa9436ba9126f228a03047c6ebb95 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 20 Aug 2025 16:50:00 -0700
Subject: [PATCH] chore(github-deps): bump amannn/action-semantic-pull-request
from 5.5.3 to 6.1.0 (#3215)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request)
from 5.5.3 to 6.1.0.
Release notes
Sourced from amannn/action-semantic-pull-request's
releases.
v6.1.0
6.1.0
(2025-08-19)
Features
Bug Fixes
- Remove trailing whitespace from "unknown release type"
error message (#291)
(afa4edb)
v6.0.1
6.0.1
(2025-08-13)
Bug Fixes
v6.0.0
6.0.0
(2025-08-13)
⚠ BREAKING CHANGES
- Upgrade action to use Node.js 24 and ESM (#287)
Features
- Upgrade action to use Node.js 24 and ESM (#287)
(bc0c9a7)
Changelog
Sourced from amannn/action-semantic-pull-request's
changelog.
Changelog
6.1.0
(2025-08-19)
Features
Bug Fixes
- Remove trailing whitespace from "unknown release type"
error message (#291)
(afa4edb)
6.0.1
(2025-08-13)
Bug Fixes
6.0.0
(2025-08-13)
⚠ BREAKING CHANGES
- Upgrade action to use Node.js 24 and ESM (#287)
Features
- Upgrade action to use Node.js 24 and ESM (#287)
(bc0c9a7)
5.5.3
(2024-06-28)
Bug Fixes
5.5.2
(2024-04-24)
Bug Fixes
5.5.1
(2024-04-24)
Bug Fixes
5.5.0
(2024-04-23)
... (truncated)
Commits
7f33ba7
chore: Release 6.1.0 [skip ci]
afa4edb
fix: Remove trailing whitespace from "unknown release type"
error message (#291)
a30288b
feat: Support providing regexps for types (#292)
a46a7c8
build: Move Vitest to devDependencies
(#290)
fdd4d3d
chore: Release 6.0.1 [skip ci]
58e4ab4
fix: Actually execute action (#289)
04a8d17
chore: Release 6.0.0 [skip ci]
bc0c9a7
feat!: Upgrade action to use Node.js 24 and ESM (#287)
631ffdc
build(deps): bump the github-action-workflows group with 2 updates (#286)
c1807ce
build: configure Dependabot (#231)
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/semantic-pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml
index 57a4df646..4adaca84d 100644
--- a/.github/workflows/semantic-pr.yml
+++ b/.github/workflows/semantic-pr.yml
@@ -22,6 +22,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check PR Title's semantic conformance
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
+ uses: amannn/action-semantic-pull-request@7f33ba792281b034f64e96f4c0b5496782dd3b37 # v6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}