Skip to content

chore(deps): update actions/checkout action to v6#271

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-actions
Closed

chore(deps): update actions/checkout action to v6#271
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-actions

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v5 -> v6

Release Notes

actions/checkout (actions/checkout)

v6

Compare Source


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 November 20, 2025 16:45
@renovate renovate bot added Release: Patch Release to Chef Supermarket as a version patch when merged Skip: Announcements On Release this will not put a message in the #Announcements slack channel labels Nov 20, 2025
@github-actions github-actions bot closed this Nov 20, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 20, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-actions branch November 20, 2025 16:45
@github-actions
Copy link

😰 RSpec failure

25 examples, 21 failures
Example Description Message
spec/autotune_spec.rb:13 confluence::autotune When autotune type is dedicated the jvm max memory undefined method `set' for Chef::Platform:Class Did you mean? send
spec/autotune_spec.rb:16 confluence::autotune When autotune type is dedicated the jvm min memory uninitialized constant Chef::DSL::Resource Did you mean? Chef::DSL::Resources
spec/autotune_spec.rb:30 confluence::autotune When autotune type is shared the jvm max memory expected: "3840m" got: "5120m" (compared using ==)
spec/autotune_spec.rb:33 confluence::autotune When autotune type is shared the jvm min memory expected: "1920m" got: "4096m" (compared using ==)
spec/database_spec.rb:30 confluence::database When data bag does not exit sets up MySQL service undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/database_spec.rb:38 confluence::database When data bag does not exit creates MySQL database undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/database_spec.rb:46 confluence::database When data bag does not exit creates MySQL user undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/database_spec.rb:83 confluence::database When data bag exists sets up PostgreSQL service undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/database_spec.rb:88 confluence::database When data bag exists creates PostgreSQL user undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/database_spec.rb:95 confluence::database When data bag exists creates PostgeSQL database undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/default_spec.rb:20 confluence::default renders server.xml undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:7 confluence::default When Confluence is not installed renders a response file for clean installation undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:14 confluence::default When Confluence is not installed downloads the installer undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:22 confluence::default When Confluence is not installed installs Confluence undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:33 confluence::default When other Confluence version is installed renders a response file for update undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:42 confluence::default When other Confluence version is installed downloads the installer undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:50 confluence::default When other Confluence version is installed Updates Confluence to the newer version undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/support/linux_installer.rb:61 confluence::default When the appropriate Confluence version is already installed does not run the installer undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/default_spec.rb:29 confluence::default for "installer" installation type uses the bundled JRE undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config
spec/default_spec.rb:38 confluence::default for "installer" installation type uses JRE managed by "java" cookbook when bundled_jre attribute is false undefined method `mysql2_chef_gem' for cookbook: confluence, recipe: database :Chef::Recipe Did you mean? mysql_config

@github-actions
Copy link

Slowest examples

Top 10 slowest examples (2.42 seconds, 46.97% of total time)
Example Description Time in seconds
spec/configuration_spec.rb:11 confluence::configuration renders confluence-init.properties 0.32826
spec/autotune_spec.rb:13 confluence::autotune When autotune type is dedicated the jvm max memory 0.32705
spec/autotune_spec.rb:30 confluence::autotune When autotune type is shared the jvm max memory 0.31515
spec/autotune_spec.rb:50 confluence::autotune When autotune type is mixed the jvm min memory 0.29334
spec/default_spec.rb:50 confluence::default for "standalone" installation type uses JRE managed by "java" cookbook 0.19684
spec/support/linux_installer.rb:61 confluence::default When the appropriate Confluence version is already installed does not run the installer 0.19371
spec/default_spec.rb:20 confluence::default renders server.xml 0.19327
spec/database_spec.rb:83 confluence::database When data bag exists sets up PostgreSQL service 0.19304
spec/support/linux_installer.rb:14 confluence::default When Confluence is not installed downloads the installer 0.19235
spec/support/linux_installer.rb:33 confluence::default When other Confluence version is installed renders a response file for update 0.19201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release: Patch Release to Chef Supermarket as a version patch when merged Skip: Announcements On Release this will not put a message in the #Announcements slack channel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants