Skip to content

Update workflows actions - checkout and pnpm setup - #6448

Merged
lkostrowski merged 2 commits into
mainfrom
lkostrowski/upgrade-gh-actions
Mar 23, 2026
Merged

Update workflows actions - checkout and pnpm setup#6448
lkostrowski merged 2 commits into
mainfrom
lkostrowski/upgrade-gh-actions

Conversation

@lkostrowski

Copy link
Copy Markdown
Member

Scope of the change

  • I confirm I added ripples for changes (see src/ripples) or my feature doesn't contain any user-facing changes
  • I used analytics "trackEvent" for important events

@lkostrowski
lkostrowski requested a review from a team as a code owner March 20, 2026 13:01
@changeset-bot

changeset-bot Bot commented Mar 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d318736

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates GitHub Actions workflow dependencies to newer versions to keep CI/release automation aligned with upstream action updates and improve determinism for third-party actions.

Changes:

  • Bump actions/checkout usage across workflows (and related composite actions) to @v6.
  • Bump pnpm/action-setup to a new pinned commit (annotated as v5.0.0) across workflows and composite actions.
  • Pin Chromatic GitHub Action from chromaui/action@latest to chromaui/action@v1.

Reviewed changes

Copilot reviewed 27 out of 27 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/update-schema.yml Updates checkout and pnpm setup versions for the schema update automation.
.github/workflows/run-tests-on-release.yml Updates checkout and pnpm setup versions across release test jobs.
.github/workflows/run-test-manual.yml Updates checkout and pnpm setup versions for manual test workflow.
.github/workflows/prepare-sanbox-release-PR.yaml Updates checkout and pnpm setup versions for sandbox release PR preparation.
.github/workflows/pr-cleanup.yml Updates checkout and pnpm setup versions for PR cleanup automation.
.github/workflows/pr-automation.yml Updates checkout and pnpm setup versions across PR automation jobs.
.github/workflows/new-current-patch-release.yml Updates checkout version used in patch release workflow.
.github/workflows/main.yml Updates checkout/pnpm setup; pins Chromatic action to @v1.
.github/workflows/knip.yml Updates checkout and pnpm setup versions for knip workflow.
.github/workflows/github-releases-to-discord.yml Updates checkout version used prior to Discord announcement.
.github/workflows/deploy-staging-and-prepare-release.yaml Updates checkout and pnpm setup versions in staging deploy + release prep workflow.
.github/workflows/deploy-master-staging.yaml Updates checkout and pnpm setup versions for master-staging deploy.
.github/workflows/deploy-dev.yaml Updates checkout and pnpm setup versions for dev deploy.
.github/workflows/deploy-cloud.yaml Updates checkout and pnpm setup versions for cloud deploy workflow.
.github/workflows/dependency-check.yaml Updates checkout and pnpm setup versions for dependency check workflow.
.github/workflows/create-draft-release.yml Updates checkout version for draft release creation.
.github/workflows/codeql-analysis.yml Updates checkout version for CodeQL analysis workflow.
.github/workflows/cleanup-after-release.yml Updates checkout version for post-release cleanup workflow.
.github/workflows/changesets-status.yml Updates checkout version for changesets status workflow.
.github/workflows/automation-tests-on-repository-dispatch.yml Updates checkout and pnpm setup versions for repository dispatch automation tests.
.github/workflows/app-smoke-tests.yml Updates checkout and pnpm setup versions for app smoke tests workflow.
.github/actions/run-pw-tests/action.yml Updates pnpm setup version in composite action used by Playwright runs.
.github/actions/prepare-instance/action.yml Updates pnpm setup version in composite action used to prepare instances.
.github/actions/prepare-backups-variables/action.yml Updates pnpm setup version in composite action used for backup variables.
.github/actions/prepare-accounts/action.yml Updates pnpm setup version in composite action used for account preparation.
.github/actions/merge-pw-reports/action.yml Updates pnpm setup version in composite action used to merge PW reports.
.github/actions/get-env-vars/action.yml Updates pnpm setup version in composite action used to fetch env vars.

@codecov

codecov Bot commented Mar 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.58%. Comparing base (f5c2172) to head (d318736).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##             main    #6448     +/-   ##
=========================================
  Coverage   43.58%   43.58%             
=========================================
  Files        2585     2585             
  Lines       44985    44985             
  Branches    10541    10542      +1     
=========================================
  Hits        19607    19607             
+ Misses      25338    24050   -1288     
- Partials       40     1328   +1288     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lkostrowski lkostrowski added the skip changeset Use if your changes doesn't need entry in changelog label Mar 23, 2026
@lkostrowski
lkostrowski merged commit 4da3039 into main Mar 23, 2026
21 of 24 checks passed
@lkostrowski
lkostrowski deleted the lkostrowski/upgrade-gh-actions branch March 23, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip changeset Use if your changes doesn't need entry in changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants