chore(deps): bump the github-actions group with 3 updates by dependabot[bot] · Pull Request #3888 · triggerdotdev/trigger.dev
Bumps the github-actions group with 3 updates: actions/checkout, changesets/action and anthropics/claude-code-action.
Updates actions/checkout from 6.0.2 to 6.0.3
Release notes
Sourced from actions/checkout's releases.
v6.0.3
What's Changed
- Update changelog by
@ericsciplein actions/checkout#2357- fix: expand merge commit SHA regex and add SHA-256 test cases by
@yaananthin actions/checkout#2414- Fix checkout init for SHA-256 repositories by
@yaananthin actions/checkout#2439- Update changelog for v6.0.3 by
@yaananthin actions/checkout#2446New Contributors
@yaananthmade their first contribution in actions/checkout#2414Full Changelog: actions/checkout@v6...v6.0.3
Changelog
Sourced from actions/checkout's changelog.
Changelog
v6.0.3
- Fix checkout init for SHA-256 repositories by
@yaananthin actions/checkout#2439- fix: expand merge commit SHA regex and add SHA-256 test cases by
@yaananthin actions/checkout#2414v6.0.2
- Fix tag handling: preserve annotations and explicit fetch-tags by
@ericsciplein actions/checkout#2356v6.0.1
- Add worktree support for persist-credentials includeIf by
@ericsciplein actions/checkout#2327v6.0.0
- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248v5.0.1
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301v5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226v4.3.1
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305v4.3.0
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774
... (truncated)
Commits
Updates changesets/action from 1.8.0 to 1.9.0
Release notes
Sourced from changesets/action's releases.
v1.9.0
Minor Changes
#636
b072bccThanks@bluwy! - Add a new@changesets/action/pr-commentsub-action to comment on PRs#625
8795eeeThanks@bluwy! - Add a new@changesets/action/pr-statussub-action to generate the changeset status comment for PRs as an alternative to the Changesets Bot.Patch Changes
#535
34f64f6Thanks@Andarist! - Fixed an issue with GitHub releases not being created for successfully published packages when some packages failed to be published to the registry.#632
1d54b9eThanks@bluwy! - Simplify internal implementation to get changelog entries for a package version#629
e0c90aaThanks@bluwy! - Fix custom version and publish command argument parsing#645
f9585d9Thanks@Andarist! - Improved force-push handling when usingcommitMode: "github-api"so updating an existing branch no longer temporarily resets the target branch to the base commit, avoiding cases where GitHub closes open pull requests during the update. This should remove a possibility of a GitHub state race that caused the force-pushed PRs not being reopened.
Changelog
Sourced from changesets/action's changelog.
@changesets/action1.9.0
Minor Changes
#636
b072bccThanks@bluwy! - Add a new@changesets/action/pr-commentsub-action to comment on PRs#625
8795eeeThanks@bluwy! - Add a new@changesets/action/pr-statussub-action to generate the changeset status comment for PRs as an alternative to the Changesets Bot.Patch Changes
#535
34f64f6Thanks@Andarist! - Fixed an issue with GitHub releases not being created for successfully published packages when some packages failed to be published to the registry.#632
1d54b9eThanks@bluwy! - Simplify internal implementation to get changelog entries for a package version#629
e0c90aaThanks@bluwy! - Fix custom version and publish command argument parsing#645
f9585d9Thanks@Andarist! - Improved force-push handling when usingcommitMode: "github-api"so updating an existing branch no longer temporarily resets the target branch to the base commit, avoiding cases where GitHub closes open pull requests during the update. This should remove a possibility of a GitHub state race that caused the force-pushed PRs not being reopened.1.8.0
Minor Changes
- #258
f5dbf72Thanks@tom-sherman! - Support draft version PR modes with a newprDraftinput. Usecreateto create new version PRs as drafts, oralwaysto also convert existing version PRs back to draft when updating them.Patch Changes
#502
6002dbdThanks@oshytiko! - Fixed initial.changesetstate being picked up, whencwdparameter is provided#536
81b3f61Thanks@radnan! - Fixed.changesetstate being picked for the version command whencwdparameter is provided1.7.0
Minor Changes
- #564
935fe87Thanks@Andarist! - Automatically use the GitHub-provided token to allow most users to avoid explicitGITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}configuration.Patch Changes
#545
54220ddThanks@ryanbas21! - The.npmrcgeneration now intelligently handles both traditional NPM token authentication and trusted publishing scenarios by only appending the auth token whenNPM_TOKENis defined. This prevents 'undefined' from being written to the registry configuration when using OIDC tokens from GitHub Actions trusted publishing.#563
6af4a7eThanks@Andarist! - Don't error on already committed symlinks and executables that stay untouched1.6.0
Minor Changes
- #558
342005dThanks@harsha-venugopal-ledn! - Upgrade from Node.js 20 to Node.js 24 LTS
... (truncated)
Commits
a45c4d5v1.9.0b459b1eVersion Packages (#637)f9585d9Update@changesets/ghcommit(#645)020e8ccUse internal bot for versioning (#643)b072bccAdd simple PR comment sub-action (#636)8795eeeComment changeset status in PRs (#625)34f64f6Fixed an issue with GitHub releases not being created for successfully publis...1d54b9eSimplify getChangelogEntry (#632)031358fUpdate to typescript v6 (#633)a0c05f7Bump@changesets/changelog-githubfrom 0.5.2 to 0.7.0 (#620)- Additional commits viewable in compare view
Updates anthropics/claude-code-action from 1.0.133 to 1.0.135
Release notes
Sourced from anthropics/claude-code-action's releases.
v1.0.135
Full Changelog: anthropics/claude-code-action@v1...v1.0.135
v1.0.134
What's Changed
- Add workload identity federation support to base-action by
@ashwin-antin anthropics/claude-code-action#1378- chore: bump actions/setup-node from v4.4.0 to v6.4.0 (Node.js 24) by
@ant-kurtin anthropics/claude-code-action#1377- ci: bump checkout and setup-bun in test workflows to Node 24 releases by
@ant-kurtin anthropics/claude-code-action#1379New Contributors
@ant-kurtmade their first contribution in anthropics/claude-code-action#1377Full Changelog: anthropics/claude-code-action@v1...v1.0.134
Commits
70a6e52chore: bump Claude Code to 2.1.162 and Agent SDK to 0.3.16236a69b6chore: bump Claude Code to 2.1.161 and Agent SDK to 0.3.161bfad70dci: bump checkout and setup-bun in test workflows to Node 24 releases (#1379)dc081a3chore: bump actions/setup-node from v4.4.0 to v6.4.0 (Node.js 24) (#1377)420335dAdd workload identity federation support to base-action (#1378)7f37f2echore: bump Claude Code to 2.1.160 and Agent SDK to 0.3.160fb53c37chore: bump Claude Code to 2.1.159 and Agent SDK to 0.3.159c5c315cchore: bump Claude Code to 2.1.158 and Agent SDK to 0.3.158f809deachore: bump Claude Code to 2.1.157 and Agent SDK to 0.3.1570fb1b8fchore: bump Claude Code to 2.1.156 and Agent SDK to 0.3.156- 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 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 <dependency name> major versionwill 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 versionwill 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