Skip to content

chore(deps): update github actions non-major#497

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions-non-major
Jun 17, 2026
Merged

chore(deps): update github actions non-major#497
renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions-non-major

Conversation

@renovate

@renovate renovate Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
actions/checkout action patch v6.0.26.0.3
ruby/setup-ruby action minor 1.307.01.312.0 1.313.0

Release Notes

actions/checkout (actions/checkout)

v6.0.3

Compare Source

ruby/setup-ruby (ruby/setup-ruby)

v1.312.0

Compare Source

What's Changed
New Contributors

Full Changelog: ruby/setup-ruby@v1.311.0...v1.312.0

v1.311.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.310.0...v1.311.0

v1.310.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.309.0...v1.310.0

v1.309.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.308.0...v1.309.0

v1.308.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.307.0...v1.308.0


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "on the 15th day of the month before 12pm"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 15, 2026 02:03
@renovate renovate Bot enabled auto-merge (squash) June 15, 2026 02:03
@renovate renovate Bot requested a review from a team as a code owner June 15, 2026 02:03
@renovate renovate Bot requested a review from nicknisi June 15, 2026 02:03

@devin-ai-integration devin-ai-integration Bot 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.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@greptile-apps

greptile-apps Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Routine Renovate-automated update bumping two GitHub Actions across all five workflow files. Both actions use pinned commit SHAs with version comments, which is the correct security posture.

  • actions/checkout bumped from v6.0.2v6.0.3 (patch; fixes SHA-256 repository checkout init).
  • ruby/setup-ruby bumped from 1.307.01.312.0 (minor; adds Ruby 4.0.5 support and Windows CRuby release updates). Note: the PR description references 1.310.0 as the target, but the actual diff pins 1.312.0 — consistent with Renovate regenerating the PR against a newer release before merge.

Confidence Score: 5/5

Safe to merge — all changes are pinned-SHA action version bumps with no logic modifications.

All five files contain only action version and commit SHA updates. Both upstream actions have straightforward changelogs (bug fixes and Ruby release additions). No workflow logic, permissions, secrets handling, or job dependencies are touched.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Updates actions/checkout to v6.0.3 and ruby/setup-ruby to 1.312.0 with pinned commit SHAs
.github/workflows/docs.yml Updates actions/checkout to v6.0.3 and ruby/setup-ruby to 1.312.0 with pinned commit SHAs
.github/workflows/lint.yml Updates actions/checkout to v6.0.3 and ruby/setup-ruby to 1.312.0 with pinned commit SHAs
.github/workflows/release-please.yml Updates actions/checkout to v6.0.3 (two occurrences) and ruby/setup-ruby to 1.312.0 with pinned commit SHAs
.github/workflows/release.yml Updates actions/checkout to v6.0.3 and ruby/setup-ruby to 1.312.0 with pinned commit SHAs

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Renovate Bot] -->|bumps| B[actions/checkout v6.0.2 → v6.0.3]
    A -->|bumps| C[ruby/setup-ruby 1.307.0 → 1.312.0]
    B --> D[ci.yml]
    B --> E[docs.yml]
    B --> F[lint.yml]
    B --> G[release-please.yml ×2]
    B --> H[release.yml]
    C --> D
    C --> E
    C --> F
    C --> G
    C --> H
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[Renovate Bot] -->|bumps| B[actions/checkout v6.0.2 → v6.0.3]
    A -->|bumps| C[ruby/setup-ruby 1.307.0 → 1.312.0]
    B --> D[ci.yml]
    B --> E[docs.yml]
    B --> F[lint.yml]
    B --> G[release-please.yml ×2]
    B --> H[release.yml]
    C --> D
    C --> E
    C --> F
    C --> G
    C --> H
Loading

Reviews (2): Last reviewed commit: "chore(deps): update github actions non-m..." | Re-trigger Greptile

@renovate renovate Bot force-pushed the renovate/github-actions-non-major branch from 312755e to 0468a02 Compare June 15, 2026 22:54
@renovate renovate Bot merged commit 21b1256 into main Jun 17, 2026
9 checks passed
@renovate renovate Bot deleted the renovate/github-actions-non-major branch June 17, 2026 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant