Skip to content

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

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/github-actions-minor-patch
Jun 6, 2025
Merged

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

Conversation

@renovate

@renovate renovate Bot commented Apr 6, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/create-github-app-token action patch v2.0.2 -> v2.0.6
actions/setup-java action patch v4.7.0 -> v4.7.1
crazy-max/ghaction-github-labeler action minor v5.2.0 -> v5.3.0
dependabot/fetch-metadata action minor v2.3.0 -> v2.4.0
gradle/actions action minor v4.3.0 -> v4.4.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

actions/create-github-app-token (actions/create-github-app-token)

v2.0.6

Compare Source

Bug Fixes

v2.0.5

Compare Source

Bug Fixes
  • deps: bump the production-dependencies group with 3 updates (#​240) (d64d7d7)

v2.0.4

Compare Source

Bug Fixes

v2.0.3

Compare Source

Bug Fixes
actions/setup-java (actions/setup-java)

v4.7.1

Compare Source

What's Changed

Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.7.1

crazy-max/ghaction-github-labeler (crazy-max/ghaction-github-labeler)

v5.3.0

Compare Source

Full Changelog: crazy-max/ghaction-github-labeler@v5.2.0...v5.3.0

dependabot/fetch-metadata (dependabot/fetch-metadata)

v2.4.0

Compare Source

What's Changed

Full Changelog: dependabot/fetch-metadata@v2...v2.4.0

gradle/actions (gradle/actions)

v4.4.0

Compare Source

This release updates 2 downstream components:

  • Develocity injection has been updated to v2.0
    • Some environment variables related to Develocity injection have been renamed. All vars now being with DEVELOCITY_INJECTION_. Check the docs for more details.
  • Dependency-graph plugin has been updated to v1.4.0
    • The 'detector' values included in the generated graph can now be configured via environment variables.
What's Changed
New Contributors

Full Changelog: gradle/actions@v4.3.1...v4.4.0

v4.3.1

Compare Source

This release fixes a couple of minor issues, as well as keeping dependencies up to date.

Fixed issues
  • The develocity-allow-untrusted-server parameter should be honoured when fetching short-lived access tokens #​583
  • Build summary may incorrectly report build success #​415
What's Changed
New Contributors

Full Changelog: gradle/actions@v4.3.0...v4.3.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 tatsutakein as a code owner April 6, 2025 20:13
@renovate renovate Bot added dependencies Pull requests that update a dependency file ignore for release Exclude from Release Notes labels Apr 6, 2025
@renovate renovate Bot enabled auto-merge (squash) April 6, 2025 20:13
@renovate renovate Bot force-pushed the renovate/github-actions-minor-patch branch from ed3013d to 1f0459e Compare June 6, 2025 03:43
@coderabbitai

coderabbitai Bot commented Jun 6, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate Bot merged commit 8d2b287 into main Jun 6, 2025
8 checks passed
@renovate renovate Bot deleted the renovate/github-actions-minor-patch branch June 6, 2025 03:44
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 ignore for release Exclude from Release Notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant