Skip to content

chore: bump the actions group with 5 updates - #40

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-fde0b3d7a8
Open

chore: bump the actions group with 5 updates#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-fde0b3d7a8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 5 updates:

Package From To
burnt-labs/github-workflows/.github/workflows/required-quality.yml ffc9220f81438c2537163f041f117d3097738fed e80433becb3bfbd429ade0815c8e012912190205
burnt-labs/github-workflows/.github/workflows/cloudflare-version.yml ffc9220f81438c2537163f041f117d3097738fed e80433becb3bfbd429ade0815c8e012912190205
changesets/action 1.9.0 2.1.1
burnt-labs/github-workflows/.github/workflows/npm-publish.yml ffc9220f81438c2537163f041f117d3097738fed e80433becb3bfbd429ade0815c8e012912190205
docker/setup-buildx-action 4.2.0 4.3.0

Updates burnt-labs/github-workflows/.github/workflows/required-quality.yml from ffc9220 to e80433b

Commits
  • e80433b Merge pull request #39 from burnt-labs/work/2xburnt/preview-url-fallback-2026...
  • a5ca8e0 Advance internal pins to the v1.4.1 implementation
  • See full diff in compare view

Updates burnt-labs/github-workflows/.github/workflows/cloudflare-version.yml from ffc9220 to e80433b

Commits
  • e80433b Merge pull request #39 from burnt-labs/work/2xburnt/preview-url-fallback-2026...
  • a5ca8e0 Advance internal pins to the v1.4.1 implementation
  • See full diff in compare view

Updates changesets/action from 1.9.0 to 2.1.1

Release notes

Sourced from changesets/action's releases.

v2.1.1

Patch Changes

v2.1.0

Minor Changes

  • #718 3b7c71c Thanks @​bluwy! - Add a cwd input to the root action, /select-mode, /version, /pack, and /publish sub-actions to set the current working directory to execute Changesets in. This input existed in v1 but was incorrectly removed.

Patch Changes

v2.0.0

Major Changes

  • #692 cb3f011 Thanks @​Andarist! - Release commits and tags are now pushed using the GitHub API by default.

    Replace the commit-mode input with the boolean push-with-git-cli input. Set push-with-git-cli: true to continue using the Git CLI.

    Regardless of the push mode, custom GitHub tokens must be passed explicitly through the github-token input. The GITHUB_TOKEN environment variable and credentials configured by actions/checkout or embedded in remote URLs are not substitutes for this input. When the Git CLI is enabled, github-token takes precedence over those repository credentials.

  • #680 ca57073 Thanks @​bluwy! - Add a new push-git-tags option that complements create-github-releases to control specifically if git tags should be created but not GitHub releases.

    If create-github-releases was previously set to false, which also indirectly disabled git tag creation, git tags will now be created instead by default. If this is not desired, set push-git-tags to false explicitly.

  • #657 4f718b5 Thanks @​Andarist! - Removed compatibility support for old Changesets v1.

  • #681 7359107 Thanks @​bluwy! - Rename the root action inputs and outputs to better match the sub-actions' conventions.

    Inputs:

    • version -> version-script
    • publish -> publish-script
    • commit -> commit-message
    • title -> pr-title
    • branch -> pr-base-branch

    Outputs:

    • pull-request-number -> pr-number
  • #674 164652b Thanks @​bluwy! - Remove support for passing custom GitHub token through the GITHUB_TOKEN environment variable. It should be passed to the github-token input instead.

  • #659 5649ff4 Thanks @​bluwy! - Remove cwd option for changesets/action. Use the step working-directory option instead to change the directory.

  • #673 823cf74 Thanks @​bluwy! - Update to Changesets v3 packages

  • #695 469993c Thanks @​bluwy! - Removed .npmrc handling when the NPM_TOKEN environment variable is set.

... (truncated)

Changelog

Sourced from changesets/action's changelog.

@​changesets/action

2.1.1

Patch Changes

2.1.0

Minor Changes

  • #718 3b7c71c Thanks @​bluwy! - Add a cwd input to the root action, /select-mode, /version, /pack, and /publish sub-actions to set the current working directory to execute Changesets in. This input existed in v1 but was incorrectly removed.

Patch Changes

2.0.0

Major Changes

  • #692 cb3f011 Thanks @​Andarist! - Release commits and tags are now pushed using the GitHub API by default.

    Replace the commit-mode input with the boolean push-with-git-cli input. Set push-with-git-cli: true to continue using the Git CLI.

    Regardless of the push mode, custom GitHub tokens must be passed explicitly through the github-token input. The GITHUB_TOKEN environment variable and credentials configured by actions/checkout or embedded in remote URLs are not substitutes for this input. When the Git CLI is enabled, github-token takes precedence over those repository credentials.

  • #680 ca57073 Thanks @​bluwy! - Add a new push-git-tags option that complements create-github-releases to control specifically if git tags should be created but not GitHub releases.

    If create-github-releases was previously set to false, which also indirectly disabled git tag creation, git tags will now be created instead by default. If this is not desired, set push-git-tags to false explicitly.

  • #657 4f718b5 Thanks @​Andarist! - Removed compatibility support for old Changesets v1.

  • #681 7359107 Thanks @​bluwy! - Rename the root action inputs and outputs to better match the sub-actions' conventions.

    Inputs:

    • version -> version-script
    • publish -> publish-script
    • commit -> commit-message
    • title -> pr-title
    • branch -> pr-base-branch

    Outputs:

    • pull-request-number -> pr-number
  • #674 164652b Thanks @​bluwy! - Remove support for passing custom GitHub token through the GITHUB_TOKEN environment variable. It should be passed to the github-token input instead.

... (truncated)

Commits

Updates burnt-labs/github-workflows/.github/workflows/npm-publish.yml from ffc9220 to e80433b

Commits
  • e80433b Merge pull request #39 from burnt-labs/work/2xburnt/preview-url-fallback-2026...
  • a5ca8e0 Advance internal pins to the v1.4.1 implementation
  • See full diff in compare view

Updates docker/setup-buildx-action from 4.2.0 to 4.3.0

Release notes

Sourced from docker/setup-buildx-action's releases.

v4.3.0

Full Changelog: docker/setup-buildx-action@v4.2.0...v4.3.0

Commits
  • 37fe631 Merge pull request #595 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • b5c4f91 [dependabot skip] chore: update generated content
  • 3e93b63 build(deps): bump @​docker/actions-toolkit from 0.92.0 to 0.95.0
  • e527031 Merge pull request #600 from docker/dependabot/npm_and_yarn/brace-expansion-1...
  • c68814b [dependabot skip] chore: update generated content
  • 3f891b0 build(deps): bump brace-expansion from 1.1.13 to 1.1.18
  • 787db26 Merge pull request #585 from docker/dependabot/npm_and_yarn/js-yaml-5.2.1
  • f779368 [dependabot skip] chore: update generated content
  • 7d5e604 build(deps): bump js-yaml from 5.2.0 to 5.3.0
  • 292c2fb Merge pull request #590 from docker/dependabot/github_actions/actions/setup-n...
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [burnt-labs/github-workflows/.github/workflows/required-quality.yml](https://github.com/burnt-labs/github-workflows) | `ffc9220f81438c2537163f041f117d3097738fed` | `e80433becb3bfbd429ade0815c8e012912190205` |
| [burnt-labs/github-workflows/.github/workflows/cloudflare-version.yml](https://github.com/burnt-labs/github-workflows) | `ffc9220f81438c2537163f041f117d3097738fed` | `e80433becb3bfbd429ade0815c8e012912190205` |
| [changesets/action](https://github.com/changesets/action) | `1.9.0` | `2.1.1` |
| [burnt-labs/github-workflows/.github/workflows/npm-publish.yml](https://github.com/burnt-labs/github-workflows) | `ffc9220f81438c2537163f041f117d3097738fed` | `e80433becb3bfbd429ade0815c8e012912190205` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.2.0` | `4.3.0` |


Updates `burnt-labs/github-workflows/.github/workflows/required-quality.yml` from ffc9220 to e80433b
- [Release notes](https://github.com/burnt-labs/github-workflows/releases)
- [Commits](ffc9220...e80433b)

Updates `burnt-labs/github-workflows/.github/workflows/cloudflare-version.yml` from ffc9220 to e80433b
- [Release notes](https://github.com/burnt-labs/github-workflows/releases)
- [Commits](ffc9220...e80433b)

Updates `changesets/action` from 1.9.0 to 2.1.1
- [Release notes](https://github.com/changesets/action/releases)
- [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md)
- [Commits](changesets/action@a45c4d5...8488615)

Updates `burnt-labs/github-workflows/.github/workflows/npm-publish.yml` from ffc9220 to e80433b
- [Release notes](https://github.com/burnt-labs/github-workflows/releases)
- [Commits](ffc9220...e80433b)

Updates `docker/setup-buildx-action` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@bb05f3f...37fe631)

---
updated-dependencies:
- dependency-name: burnt-labs/github-workflows/.github/workflows/required-quality.yml
  dependency-version: e80433b
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: burnt-labs/github-workflows/.github/workflows/cloudflare-version.yml
  dependency-version: e80433b
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: changesets/action
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: burnt-labs/github-workflows/.github/workflows/npm-publish.yml
  dependency-version: e80433b
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

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 Aug 25, 2026
@dependabot
dependabot Bot requested review from a team and a lite review from Copilot August 25, 2026 23:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 25, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates SHA-pinned GitHub Actions and reusable workflow references across the repository’s workflow entrypoints, aligning callers to newer versions of the shared burnt-labs/github-workflows workflows and a few third-party actions.

Changes:

  • Bump burnt-labs/github-workflows reusable workflow pins (required-quality.yml, cloudflare-version.yml, npm-publish.yml) to e80433b….
  • Bump changesets/action from v1.9.0 to v2.1.1 (SHA-pinned).
  • Bump docker/setup-buildx-action from v4.2.0 to v4.3.0 (SHA-pinned).

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/phala-deploy.yml Updates reusable quality workflow pin and Docker Buildx action SHA.
.github/workflows/npm-release.yml Updates reusable quality workflow pin and npm-publish.yml pin.
.github/workflows/npm-pr.yml Updates reusable quality workflow pin.
.github/workflows/npm-main.yml Updates reusable quality workflow pin and npm-publish.yml pins.
.github/workflows/npm-changesets.yml Updates reusable quality workflow pin and bumps changesets/action major version.
.github/workflows/cloudflare-release.yml Updates reusable quality workflow pin and cloudflare-version.yml pins.
.github/workflows/cloudflare-pr.yml Updates reusable quality workflow pin and cloudflare-version.yml pin.
.github/workflows/cloudflare-main.yml Updates reusable quality workflow pin and cloudflare-version.yml pins.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 237 to 241
- name: Create release pull request or publish to npm
if: steps.freshness.outputs.stale == 'false'
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1
with:
title: ${{ inputs.pr-title }}

@dpdanpittman dpdanpittman left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM

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.

2 participants