build(deps): bump Songmu/tagpr from 1.17.1 to 1.18.3#331
Merged
Conversation
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>
masutaka
approved these changes
May 3, 2026
Owner
masutaka
left a comment
There was a problem hiding this comment.
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.ymlis updated — the SHA and the# v1.17.1→# v1.18.3comment.
Impact
- Changed files:
.github/workflows/release.ymlonly (+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.3comment). - 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps Songmu/tagpr from 1.17.1 to 1.18.3.
Release notes
Sourced from Songmu/tagpr's releases.
... (truncated)
Changelog
Sourced from Songmu/tagpr's changelog.
... (truncated)
Commits
9bbb945Merge pull request #347 from Songmu/tagpr-from-v1.18.2be7142b[tagpr] update CHANGELOG.md5bc7cf2[tagpr] prepare for the next release40a60a0Merge pull request #346 from Songmu/tagpr-from-gh2changelog-v0.7.2e0cba8aMerge pull request #344 from Songmu/dependabot/github_actions/actions/create-...18b8a7fMerge pull request #343 from Songmu/dependabot/github_actions/Songmu/tagpr-1....734f50c[tagpr] update CHANGELOG.mda4812cf[tagpr] prepare for the next releaseb11c1e3Merge pull request #342 from katutoshi/fix/calver-previous-tag-detectionf61e3fdbuild(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)