Skip to content

ci: replace renovate-changeset with shared workflow - #1938

Merged
ByronDWall merged 1 commit into
mainfrom
ci/use-shared-renovate-changeset
Aug 21, 2026
Merged

ci: replace renovate-changeset with shared workflow#1938
ByronDWall merged 1 commit into
mainfrom
ci/use-shared-renovate-changeset

Conversation

@ByronDWall

Copy link
Copy Markdown
Contributor

Replaces the local renovate-changeset workflow with the shared one from merchant-center-application-kit.

What changes

  • mscharley/dependency-changesets-action → shared workflow_call to merchant-center-application-kit's tested script (fixes single-quoted YAML bug)
  • tibdex/github-app-tokenactions/create-github-app-token (tibdex is archived)
  • Adds paths filter so non-npm Renovate PRs (GitHub Actions, Docker) don't trigger the workflow
  • Adds sticky PR comments showing changeset status
  • package-dirs: 'packages' — only packages/* are published; all apps/* are private, so they're excluded from the changeset scan
  • gitIgnoredAuthors was already present in .github/renovate.json (as github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>), so no change was needed there

Notes

  • The shared workflow's job condition (in merchant-center-application-kit, not overridable from this repo) requires the PR label 🤖 Type: Dependencies. This matches the label nimbus's previous workflow already checked for, so no mismatch was found.
  • Requires CT_CHANGESETS_APP_ID / CT_CHANGESETS_APP_PEM secrets to be available to this repo (passed via secrets: inherit), same as before.

Switch from the local mscharley/dependency-changesets-action (which has a
bug with single-quoted YAML keys in pnpm catalog diffs) to the shared
renovate-changeset workflow from merchant-center-application-kit.

Also migrates from the archived tibdex/github-app-token, adds a paths
filter to skip non-npm dependency PRs, adds sticky PR comments, and
adds gitIgnoredAuthors so Renovate continues rebasing after the bot commit.
@ByronDWall
ByronDWall requested a review from a team as a code owner August 20, 2026 23:52
@changeset-bot

changeset-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 312a98c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nimbus-documentation Ready Ready Preview Aug 20, 2026 11:56pm
nimbus-storybook Ready Ready Preview Aug 20, 2026 11:56pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

Bundle Size Report

Last updated: 2026-08-20 23:54:38 UTC

Package Format Current Baseline Delta Status
@commercetools/nimbus dist 18950.9 KB 18950.9 KB +0.0% ✅ ok
@commercetools/nimbus-icons dist 4787.6 KB 4787.6 KB +0.0% ✅ ok
@commercetools/nimbus-tokens dist 408.9 KB 408.9 KB +0.0% ✅ ok

Baseline source: comment-chain

@ByronDWall
ByronDWall merged commit 7e0f59f into main Aug 21, 2026
12 checks passed
@ByronDWall
ByronDWall deleted the ci/use-shared-renovate-changeset branch August 21, 2026 17:21
@github-actions github-actions Bot added the bundle-sizes Housekeeping for merged PRs - allows the fetch sizes script to find the latest bundle check comment. label Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bundle-sizes Housekeeping for merged PRs - allows the fetch sizes script to find the latest bundle check comment.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parsePatch regex doesn't strip single-quoted YAML keys from pnpm-workspace.yaml diffs

2 participants