Skip to content

chore(deps): bump amannn/action-semantic-pull-request from 5 to 6#35

Merged
btwshivam merged 1 commit into
mainfrom
dependabot/github_actions/amannn/action-semantic-pull-request-6
May 31, 2026
Merged

chore(deps): bump amannn/action-semantic-pull-request from 5 to 6#35
btwshivam merged 1 commit into
mainfrom
dependabot/github_actions/amannn/action-semantic-pull-request-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Bumps amannn/action-semantic-pull-request from 5 to 6.

Release notes

Sourced from amannn/action-semantic-pull-request's releases.

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)

v5.5.3

5.5.3 (2024-06-28)

Bug Fixes

v5.5.2

5.5.2 (2024-04-24)

Bug Fixes

v5.5.1

5.5.1 (2024-04-24)

Bug Fixes

v5.5.0

5.5.0 (2024-04-23)

Features

v5.4.0

5.4.0 (2023-11-03)

... (truncated)

Changelog

Sourced from amannn/action-semantic-pull-request's changelog.

5.3.0 (2023-09-25)

Features

5.2.0 (2023-03-16)

Features

5.1.0 (2023-02-10)

Features

  • Add regex support to scope and disallowScopes configuration (#226) (403a6f8)

5.0.2 (2022-10-17)

Bug Fixes

  • Upgrade @actions/core to avoid deprecation warnings (#208) (91f4126)

5.0.1 (2022-10-14)

Bug Fixes

  • Upgrade GitHub Action to use Node v16 (#207) (6282ee3)

5.0.0 (2022-10-11)

⚠ BREAKING CHANGES

  • Enum options need to be newline delimited (to allow whitespace within them) (#205)

Features

  • Enum options need to be newline delimited (to allow whitespace within them) (#205) (c906fe1)

4.6.0 (2022-09-26)

Features

... (truncated)

Commits
  • 48f2562 chore: Release 6.1.1 [skip ci]
  • 800da4c fix: Parse headerPatternCorrespondence properly (#295)
  • 677b895 test: Fix broken test
  • 24e6f01 ci: Fix permissions for tagger
  • 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)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 23, 2026
@dependabot dependabot Bot requested a review from btwshivam as a code owner May 23, 2026 07:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 23, 2026
@github-actions github-actions Bot added the ci Continuous integration label May 23, 2026
@github-actions
Copy link
Copy Markdown

First PR — welcome aboard!

A few things to expect:

  1. CI: every PR runs build + race tests + lint on Ubuntu and macOS. If something fails, the log will tell you exactly which gate.
  2. DCO: every commit needs Signed-off-by:. git commit -s adds it automatically.
  3. Conventional Commits: PR titles like feat(analyze): new rule or fix(cli): handle X. We squash-merge by default.
  4. Review: a maintainer will review within 72 hours. Suggestions are conversations, not orders — push back if something doesn't fit your context.

If you get stuck, reply here or jump to Discussions. We want this PR to land.

@github-actions
Copy link
Copy Markdown

Major version bump detected (amannn/action-semantic-pull-request 5 → 6). Not auto-merging; please review the changelog and approve manually.

@github-actions github-actions Bot added the size/XS 10 lines or fewer label May 23, 2026
@btwshivam
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/github_actions/amannn/action-semantic-pull-request-6 branch from 8fa913f to d4a0b03 Compare May 24, 2026 01:33
@github-actions
Copy link
Copy Markdown

Major version bump detected (amannn/action-semantic-pull-request 5 → 6). Not auto-merging; please review the changelog and approve manually.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/amannn/action-semantic-pull-request-6 branch from d4a0b03 to 1a3df12 Compare May 31, 2026 01:01
@github-actions
Copy link
Copy Markdown

Major version bump detected (amannn/action-semantic-pull-request 5 → 6). Not auto-merging; please review the changelog and approve manually.

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5 to 6.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v5...v6)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/amannn/action-semantic-pull-request-6 branch from 1a3df12 to 3dc77d4 Compare May 31, 2026 01:07
@github-actions
Copy link
Copy Markdown

Major version bump detected (amannn/action-semantic-pull-request 5 → 6). Not auto-merging; please review the changelog and approve manually.

@btwshivam btwshivam merged commit cc50f16 into main May 31, 2026
10 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/amannn/action-semantic-pull-request-6 branch May 31, 2026 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous integration dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code size/XS 10 lines or fewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant