chore(deps): bump tripss/conventional-changelog-action action from v3 to v6 (main)#13246
chore(deps): bump tripss/conventional-changelog-action action from v3 to v6 (main)#13246renovate[bot] wants to merge 1 commit into
Conversation
cba0cba to
2023249
Compare
… to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023249 to
182a5d7
Compare
|
@coderabbitai review and scan for breaking changes in the new major versions |
probably relevant in v6 |
🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
echo "=== PR diff ==="
git diff --find-renames origin/main...HEAD -- .github || true
echo
echo "=== All repository usages ==="
rg -n -C 5 'TriPSs/conventional-changelog-action@' .github . 2>/dev/null || true
echo
echo "=== Changed files ==="
git diff --name-status origin/main...HEAD
echo
echo "=== Upstream action metadata: v3 ==="
gh api repos/TriPSs/conventional-changelog-action/contents/action.yml \
-f ref=v3 --jq '.content' | base64 --decode || true
echo
echo "=== Upstream action metadata: v6 ==="
gh api repos/TriPSs/conventional-changelog-action/contents/action.yml \
-f ref=v6 --jq '.content' | base64 --decode || trueLength of output: 2942 🏁 Script executed: #!/bin/bash
set -euo pipefail
workflow=".github/workflows/appstore-conventional-build-publish.yml"
echo "=== Workflow job and action context ==="
nl -ba "$workflow" | sed -n '1,180p'
echo
echo "=== Changelog-step output consumers ==="
rg -n -C 4 'steps\.changelog\.outputs|changelog\.outputs' "$workflow" .github 2>/dev/null || true
for ref in \
b7f32a8347e86c26ea2f4823cc7c160b9014c6a0 \
ee43def3241429afddab215ba89090cbf64fb45c
do
echo
echo "=== TriPSs/conventional-changelog-action action.yaml @ ${ref} ==="
gh api "repos/TriPSs/conventional-changelog-action/contents/action.yaml?ref=${ref}" \
--jq '.content' | base64 --decode
doneLength of output: 1039 🏁 Script executed: #!/bin/bash
set -euo pipefail
workflow=".github/workflows/appstore-conventional-build-publish.yml"
echo "=== Workflow job and action context ==="
awk 'NR <= 180 { printf "%6d\t%s\n", NR, $0 }' "$workflow"
echo
echo "=== Changelog-step output consumers ==="
rg -n -C 4 'steps\.changelog\.outputs|changelog\.outputs' "$workflow" .github 2>/dev/null || true
for ref in \
b7f32a8347e86c26ea2f4823cc7c160b9014c6a0 \
ee43def3241429afddab215ba89090cbf64fb45c
do
echo
echo "=== TriPSs/conventional-changelog-action action.yaml @ ${ref} ==="
gh api "repos/TriPSs/conventional-changelog-action/contents/action.yaml?ref=${ref}" \
--jq '.content' | base64 --decode
doneLength of output: 9369 🏁 Script executed: #!/bin/bash
set -u
owner_repo="TriPSs/conventional-changelog-action"
old_ref="b7f32a8347e86c26ea2f4823cc7c160b9014c6a0"
new_ref="ee43def3241429afddab215ba89090cbf64fb45c"
for ref in "$old_ref" "$new_ref"; do
echo "=== Repository tree at ${ref} ==="
gh api "repos/${owner_repo}/git/trees/${ref}?recursive=1" --paginate \
--jq '.tree[].path' 2>&1 | sed -n '1,160p' || true
for filename in action.yml action.yaml; do
echo
echo "=== ${filename} at ${ref} ==="
curl -fsSL "https://raw.githubusercontent.com/${owner_repo}/${ref}/${filename}" || true
echo
done
done
echo
echo "=== Candidate prerelease/version source files at v6 ==="
gh api "repos/${owner_repo}/git/trees/${new_ref}?recursive=1" \
--jq '.tree[] | select(.path | test("(?i)(version|release|bump|input)"; "i")) | .path' \
2>&1 | sed -n '1,160p' || trueLength of output: 18533 🏁 Script executed: #!/bin/bash
set -u
repo="TriPSs/conventional-changelog-action"
old_ref="b7f32a8347e86c26ea2f4823cc7c160b9014c6a0"
new_ref="ee43def3241429afddab215ba89090cbf64fb45c"
for ref in "$old_ref" "$new_ref"; do
echo "=== Relevant source at ${ref} ==="
for path in src/index.js src/helpers/bumpVersion.js src/version/index.js src/version/base.js; do
echo "--- ${path} ---"
curl -fsSL "https://raw.githubusercontent.com/${repo}/${ref}/${path}" \
| grep -n -E -C 8 'pre-release|preRelease|prerelease|releaseType|bump|semver' \
|| true
done
done
echo
echo "=== Upstream changed files mentioning prerelease/release bump ==="
gh api "repos/${repo}/compare/${old_ref}...${new_ref}" --paginate \
--jq '.files[] | select((.filename + "\n" + (.patch // "")) | test("pre-release|preRelease|releaseType|bumpVersion"; "i")) | "FILE: \(.filename)\n\(.patch // "(no textual patch available)")\n"' \
2>&1 | sed -n '1,900p' || trueLength of output: 49678
I found one intentional upstream breaking behavior change that affects this workflow’s prerelease releases:
This changes the tags pushed to Otherwise, the workflow’s configured inputs and consumed outputs remain compatible with v6:
✅ Action performedReview finished.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe app store conventional build and publish workflow updates its pinned ChangesApp store publish workflow
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR contains the following updates:
v3→v6Release Notes
TriPSs/conventional-changelog-action (TriPSs/conventional-changelog-action)
v6.4.0Compare Source
Bug Fixes
Features
v6.3.1Compare Source
Bug Fixes
Features
6.3.1 (2026-04-23)
Bug Fixes
v6.3.0Compare Source
Bug Fixes
Features
6.3.1 (2026-04-23)
Bug Fixes
v6.2.0Compare Source
Features
v6.1.0Compare Source
Features
v6.0.0Compare Source
Features
BREAKING CHANGES
v6Compare Source
Bug Fixes
Features
6.3.1 (2026-04-23)
Bug Fixes
v5.4.0Compare Source
Features
eslintpreset (3c6b18c), closes #265v5.3.0Compare Source
Features
v5.2.1Compare Source
Bug Fixes
v5.2.0Compare Source
Features
v5.1.0Compare Source
Features
conventionalcommitsin pre-compiled presets (f56dffa), closes #246v5.0.0Compare Source
Features
old_versionoutput (3ca6919), closes #240node20(97da0e7)BREAKING CHANGES
v5Compare Source
v4.1.1Compare Source
Bug Fixes
v4.1.0Compare Source
Features
v4.0.0Compare Source
chore
BREAKING CHANGES
conventional-changelogto v4 andconventional-recommended-bumpto v7v4Compare Source
v3.19.0Compare Source
Features
v3.18.1Compare Source
Bug Fixes
v3.18.0Compare Source
Bug Fixes
Features
v3.17.2Compare Source
Bug Fixes
v3.17.1Compare Source
Bug Fixes
@actions/core(e36f42c), closes #182v3.17.0Compare Source
Features
v3.16.0Compare Source
Features
v3.15.0Compare Source
Features
git-pathoption (96b4f2c), closes #178v3.14.1Compare Source
Bug Fixes
v3.14.0Compare Source
Bug Fixes
Features
v3.13.0Compare Source
Bug Fixes
getBooleanInputfor boolean values (ae32d56), closes #161Features
create-summaryoption that adds the changelog as Action summary (38e51f4)v3.12.0Compare Source
Features
v3.11.0Compare Source
Features
v3.10.0Compare Source
Features
v3.9.9Compare Source
Bug Fixes
v3.9.8Compare Source
Bug Fixes
v3.9.7Compare Source
Bug Fixes
v3.9.6Compare Source
Bug Fixes
v3.9.5Compare Source
Bug Fixes
v3.9.4Compare Source
Bug Fixes
v3.9.3Compare Source
Bug Fixes
v3.9.2Compare Source
Bug Fixes
v3.9.1Compare Source
Bug Fixes
v3.9.0Compare Source
v3.8.0Compare Source
V3 has ben reverted to this tag
Features
v3.7.1Compare Source
Bug Fixes
v3.7.0Compare Source
Features
v3.6.0Compare Source
Bug Fixes
Features
v3.5.0Compare Source
Bug Fixes
Features
v3.4.1Compare Source
Bug Fixes
v3.4.0Compare Source
Features
v3.3.0Compare Source
Bug Fixes
Features
v3.2.0Compare Source
Bug Fixes
Features
v3.1.2Compare Source
Bug Fixes
v3.1.1Compare Source
Bug Fixes
v3.1.0Compare Source
Features
Configuration
📅 Schedule: (in timezone Europe/Vienna)
* 0-3 1 * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit