Skip to content

build(deps): bump Songmu/tagpr from 1.17.1 to 1.18.3#331

Merged
masutaka merged 1 commit intomainfrom
dependabot/github_actions/Songmu/tagpr-1.18.3
May 3, 2026
Merged

build(deps): bump Songmu/tagpr from 1.17.1 to 1.18.3#331
masutaka merged 1 commit intomainfrom
dependabot/github_actions/Songmu/tagpr-1.18.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps Songmu/tagpr from 1.17.1 to 1.18.3.

Release notes

Sourced from Songmu/tagpr's releases.

v1.18.3

What's Changed

New Contributors

Full Changelog: Songmu/tagpr@v1.18.2...v1.18.3

v1.18.2

What's Changed

New Contributors

Full Changelog: Songmu/tagpr@v1.18.1...v1.18.2

v1.18.1

What's Changed

Full Changelog: Songmu/tagpr@v1.18.0...v1.18.1

v1.18.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from Songmu/tagpr's changelog.

Changelog

v1.18.3 - 2026-04-17

v1.18.2 - 2026-04-12

v1.18.1 - 2026-04-05

v1.18.0 - 2026-04-05

v1.17.1 - 2026-02-25

v1.17.0 - 2026-02-14

v1.16.0 - 2026-02-14

v1.15.0 - 2026-02-01

v1.14.0 - 2026-01-29

v1.13.0 - 2026-01-29

... (truncated)

Commits
  • 9bbb945 Merge pull request #347 from Songmu/tagpr-from-v1.18.2
  • be7142b [tagpr] update CHANGELOG.md
  • 5bc7cf2 [tagpr] prepare for the next release
  • 40a60a0 Merge pull request #346 from Songmu/tagpr-from-gh2changelog-v0.7.2
  • e0cba8a Merge pull request #344 from Songmu/dependabot/github_actions/actions/create-...
  • 18b8a7f Merge pull request #343 from Songmu/dependabot/github_actions/Songmu/tagpr-1....
  • 734f50c [tagpr] update CHANGELOG.md
  • a4812cf [tagpr] prepare for the next release
  • b11c1e3 Merge pull request #342 from katutoshi/fix/calver-previous-tag-detection
  • f61e3fd build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 show <dependency name> 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)

Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.17.1 to 1.18.3.
- [Release notes](https://github.com/songmu/tagpr/releases)
- [Changelog](https://github.com/Songmu/tagpr/blob/main/CHANGELOG.md)
- [Commits](Songmu/tagpr@b3fb894...9bbb945)

---
updated-dependencies:
- dependency-name: Songmu/tagpr
  dependency-version: 1.18.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2026
@dependabot dependabot Bot requested a review from masutaka as a code owner May 1, 2026 11:31
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2026
Copy link
Copy Markdown
Owner

@masutaka masutaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

  • Package: Songmu/tagpr 1.17.1 → 1.18.3
  • Dependency type: GitHub Actions (CI/release tooling, not a runtime dependency)
  • Version change: Minor (1.17.x → 1.18.x)

Key Findings

  • Breaking Changes: None. Neither the Release Notes nor the CHANGELOG mention any breaking changes; updates consist of bug fixes, feature additions, and internal dependency bumps.
    • v1.18.0: Fix for zero-padded CalVer formats; retry added for the commit-to-PR index race condition; ignore labels from Dependabot PRs in version determination; scoped release yaml path; internal dependency updates for actions/setup-go, create-github-app-token, etc.
    • v1.18.1: Clear PR Base before Edit to avoid duplicate synchronize webhooks
    • v1.18.2: Respect version labels in monorepos using --first-parent
    • v1.18.3: Fix previous tag detection after switching from semver to calver
  • Security: None. No CVE or security advisories listed.
  • Supported versions: Unverified (no mention of Go version requirement changes in the Release Notes). Since this project consumes tagpr as a SHA-pinned GitHub Action, the impact is limited.
  • Cascading updates: None. Only one line in .github/workflows/release.yml is updated — the SHA and the # v1.17.1# v1.18.3 comment.

Impact

  • Changed files: .github/workflows/release.yml only (+1 / -1)
  • Scope: tagpr's automated release-PR creation and tagging. No effect on this project's runtime behavior (the github-nippou binary itself).
  • Usage: Properly SHA-pinned (Songmu/tagpr@9bbb945b... with the # v1.18.3 comment).
  • This project uses semver (v4.2.46), so the CalVer-related fixes that dominate v1.18.x are not relevant. The v1.18.0 changes "ignore Dependabot PR labels" and "retry on commit-to-PR index" are likely beneficial for this project's release workflow as well.

Conclusion

No issues.

This is a minor version bump with no breaking changes or security concerns, and the change is a single line in a GitHub Actions workflow. The SHA pin is appropriate and the updates are bug-fix focused, making it safe to merge.

@masutaka masutaka merged commit 67e4090 into main May 3, 2026
8 checks passed
@masutaka masutaka deleted the dependabot/github_actions/Songmu/tagpr-1.18.3 branch May 3, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant