Skip to content

ci(deps): bump the actions group with 4 updates#306

Merged
ryoppippi merged 1 commit intomainfrom
dependabot/github_actions/actions-ccdfe76def
Jan 29, 2026
Merged

ci(deps): bump the actions group with 4 updates#306
ryoppippi merged 1 commit intomainfrom
dependabot/github_actions/actions-ccdfe76def

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the actions group with 4 updates: actions/checkout, anthropics/claude-code-action, lewagon/wait-on-check-action and peter-evans/create-pull-request.

Updates actions/checkout from 6.0.1 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • See full diff in compare view

Updates anthropics/claude-code-action from 1.0.30 to 1.0.34

Release notes

Sourced from anthropics/claude-code-action's releases.

v1.0.34

Full Changelog: anthropics/claude-code-action@v1...v1.0.34

v1.0.33

Full Changelog: anthropics/claude-code-action@v1...v1.0.33

v1.0.32

Full Changelog: anthropics/claude-code-action@v1...v1.0.32

v1.0.31

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.31

Commits
  • f642197 chore: bump Claude Code to 2.1.19 and Agent SDK to 0.2.19
  • 8341a56 chore: bump Claude Code to 2.1.17 and Agent SDK to 0.2.17
  • 2804b41 chore: bump Claude Code to 2.1.16 and Agent SDK to 0.2.16
  • 2316a9a chore: bump Claude Code to 2.1.15 and Agent SDK to 0.2.15
  • 49cfcf8 refactor: remove CLI path, use Agent SDK exclusively (#849)
  • e208124 chore: bump Bun to 1.3.6 and setup-bun action to v2.1.2 (#848)
  • ba60ef7 Consolidate CI workflows into a single entry point (#836)
  • f3c892c chore: bump Claude Code to 2.1.11 and Agent SDK to 0.2.11
  • 6e896a0 fix: ensure SSH signing key has trailing newline (#834)
  • See full diff in compare view

Updates lewagon/wait-on-check-action from 1.4.1 to 1.5.0

Release notes

Sourced from lewagon/wait-on-check-action's releases.

v1.5.0

Added

  • Add fail-on-no-checks option (#133)

Fixed

  • Bump rexml to 3.4.2 (#128)
Changelog

Sourced from lewagon/wait-on-check-action's changelog.

Changelog

Unreleased

v1.5.0 - 2026-01-25

Added

  • Add fail-on-no-checks option

Fixed

  • Bump rexml to 3.4.2

v1.4.1 - 2025-09-21

Fixed

  • Linux ARM64 support

v1.4.0 - 2025-06-27

Added

  • Add class docs
  • Add frozen_string_literal comments

Removed

  • Remove OpenStruct instances
  • Remove Double quotes
  • Remove Double assertions
  • Remove allow_any uses

Fixed

  • Fix spelling mistakes
  • Fix CI gem caching
  • Convert config.verbose to a boolean
  • Bump rexml to 3.3.9

v1.3.4 - 2024-04-04

Commits

Updates peter-evans/create-pull-request from 8.0.0 to 8.1.0

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v8.1.0

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v8.0.0...v8.1.0

Commits
  • c0f553f feat: add @​octokit/plugin-retry to handle retriable server errors (#4298)
  • 7000124 fix: Handle remote prune failures gracefully (#4295)
  • 34aa40e build: update distribution (#4289)
  • 641099d build(deps-dev): bump undici from 6.22.0 to 6.23.0 (#4284)
  • 2271f1d build(deps-dev): bump the npm group with 2 updates (#4274)
  • 437c31a build(deps): bump the github-actions group with 2 updates (#4273)
  • 0979079 docs: update readme
  • 5b751cd README.md: bump given GitHub actions to their latest versions (#4265)
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Summary by cubic

Upgraded multiple GitHub Actions across CI workflows to improve reliability and stability. Notable fixes include correct tag handling in checkout and retries for PR creation.

  • Dependencies
    • actions/checkout: 6.0.1 → 6.0.2 (fixes tag handling; adds orchestration_id to git user-agent)
    • anthropics/claude-code-action: 1.0.30 → 1.0.34 (updates Agent SDK; improves SSH signing key handling)
    • lewagon/wait-on-check-action: 1.4.1 → 1.5.0 (adds optional fail-on-no-checks flag)
    • peter-evans/create-pull-request: 8.0.0 → 8.1.0 (adds Octokit retry; handles remote prune failures on self-hosted runners)

Written for commit 8656460. Summary will update on new commits.

Bumps the actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action), [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).


Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8e8c483...de0fac2)

Updates `anthropics/claude-code-action` from 1.0.30 to 1.0.34
- [Release notes](https://github.com/anthropics/claude-code-action/releases)
- [Commits](anthropics/claude-code-action@a017b83...f642197)

Updates `lewagon/wait-on-check-action` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/lewagon/wait-on-check-action/releases)
- [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md)
- [Commits](lewagon/wait-on-check-action@3603e82...7404930)

Updates `peter-evans/create-pull-request` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@98357b1...c0f553f)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: anthropics/claude-code-action
  dependency-version: 1.0.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: lewagon/wait-on-check-action
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 26, 2026

Labels

The following labels could not be found: ci. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from a team as a code owner January 26, 2026 10:10
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 7 files

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Jan 26, 2026

Open in StackBlitz

npm i https://pkg.pr.new/StackOneHQ/stackone-ai-node/@stackone/ai@306

commit: 8656460

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Jan 26, 2026

Open in StackBlitz

npm i https://pkg.pr.new/StackOneHQ/stackone-ai-node/@stackone/ai@306

commit: 8656460

@ryoppippi ryoppippi merged commit 30a398b into main Jan 29, 2026
19 of 20 checks passed
@ryoppippi ryoppippi deleted the dependabot/github_actions/actions-ccdfe76def branch January 29, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant