{"id":3081,"name":"gradle/actions","ecosystem":"actions","repository_url":"https://github.com/gradle/actions","issues_count":5993,"created_at":"2025-06-06T15:56:21.253Z","updated_at":"2025-06-06T15:56:21.253Z","purl":"pkg:githubactions/gradle/actions","metadata":{"id":10767770,"name":"gradle/actions/setup-gradle","ecosystem":"actions","description":"Configures Gradle for GitHub actions, caching state and generating a dependency graph via Dependency Submission.","homepage":"https://github.com/marketplace/actions/build-with-gradle","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/gradle/actions","keywords_array":["dependency-management","dependency-submission","github-actions","gradle","gradle-bt","gradle-build","hacktoberfest"],"namespace":"gradle","versions_count":101,"first_release_published_at":"2019-09-23T10:20:06.000Z","latest_release_published_at":"2024-12-18T01:26:12.000Z","latest_release_number":"v4.2.2","last_synced_at":"2025-01-13T15:51:41.755Z","created_at":"2024-07-31T08:04:18.709Z","updated_at":"2025-01-13T15:51:41.892Z","registry_url":"https://github.com/gradle/actions/setup-gradle","install_command":null,"documentation_url":null,"metadata":{"name":"Setup Gradle","description":"Configures Gradle for GitHub actions, caching state and generating a dependency graph via Dependency Submission.","inputs":{"gradle-version":{"description":"Gradle version to use. If specified, this Gradle version will be downloaded, added to the PATH and used for invoking Gradle.\nIf not provided, it is assumed that the project uses the Gradle Wrapper.\n","required":false},"cache-disabled":{"description":"When 'true', all caching is disabled. No entries will be written to or read from the cache.","required":false,"default":false},"cache-read-only":{"description":"When 'true', existing entries will be read from the cache but no entries will be written.\nBy default this value is 'false' for workflows on the GitHub default branch and 'true' for workflows on other branches.\n","required":false,"default":"${{ github.event.repository != null \u0026\u0026 github.ref_name != github.event.repository.default_branch }}"},"cache-write-only":{"description":"When 'true', entries will not be restored from the cache but will be saved at the end of the Job.\nSetting this to 'true' implies cache-read-only will be 'false'.\n","required":false,"default":false},"cache-overwrite-existing":{"description":"When 'true', a pre-existing Gradle User Home will not prevent the cache from being restored.","required":false,"default":false},"cache-encryption-key":{"description":"A base64 encoded AES key used to encrypt the configuration-cache data. The key is exported as 'GRADLE_ENCRYPTION_KEY' for later steps.\nA suitable key can be generated with `openssl rand -base64 16`.\nConfiguration-cache data will not be saved/restored without an encryption key being provided.\n","required":false},"cache-cleanup":{"description":"Specifies if the action should attempt to remove any stale/unused entries from the Gradle User Home prior to saving to the GitHub Actions cache.\nBy default ('on-success'), cleanup is performed when all Gradle builds succeed for the Job. \nThis behaviour can be disabled ('never'), or configured to always run irrespective of the build outcome ('always').\nValid values are 'never', 'on-success' and 'always'.\n","required":false,"default":"on-success"},"gradle-home-cache-cleanup":{"description":"When 'true', the action will attempt to remove any stale/unused entries from the Gradle User Home prior to saving to the GitHub Actions cache.","required":false,"deprecation-message":"This input has been superceded by the 'cache-cleanup' input parameter."},"gradle-home-cache-includes":{"description":"Paths within Gradle User Home to cache.","required":false,"default":"caches\nnotifications\n"},"gradle-home-cache-excludes":{"description":"Paths within Gradle User Home to exclude from cache.","required":false},"add-job-summary":{"description":"Specifies when a Job Summary should be inluded in the action results. Valid values are 'never', 'always' (default), and 'on-failure'.","required":false,"default":"always"},"add-job-summary-as-pr-comment":{"description":"Specifies when each Job Summary should be added as a PR comment. Valid values are 'never' (default), 'always', and 'on-failure'. No action will be taken if the workflow was not triggered from a pull request.","required":false,"default":"never"},"dependency-graph":{"description":"Specifies if a GitHub dependency snapshot should be generated for each Gradle build, and if so, how.\nValid values are 'disabled' (default), 'generate', 'generate-and-submit', 'generate-and-upload', and 'download-and-submit'.\n","required":false,"default":"disabled"},"dependency-graph-report-dir":{"description":"Specifies where the dependency graph report will be generated. \nPaths can relative or absolute. Relative paths are resolved relative to the workspace directory.\n","required":false,"default":"dependency-graph-reports"},"dependency-graph-continue-on-failure":{"description":"When 'false' a failure to generate or submit a dependency graph will fail the Step or Job. When 'true' a warning will be emitted but no failure will result.","required":false,"default":true},"dependency-graph-exclude-projects":{"description":"Gradle projects that should be excluded from dependency graph (regular expression).\nWhen set, any matching project will be excluded.\n","required":false},"dependency-graph-include-projects":{"description":"Gradle projects that should be included in dependency graph (regular expression). \nWhen set, only matching projects will be included.\n","required":false},"dependency-graph-exclude-configurations":{"description":"Gradle configurations that should be included in dependency graph (regular expression). \nWhen set, anymatching configurations will be excluded.\n","required":false},"dependency-graph-include-configurations":{"description":"Gradle configurations that should be included in dependency graph (regular expression). \nWhen set, only matching configurations will be included.\n","required":false},"artifact-retention-days":{"description":"Specifies the number of days to retain any artifacts generated by the action. If not set, the default retention settings for the repository will apply.","required":false},"build-scan-publish":{"description":"Set to 'true' to automatically publish build results as a Build Scan on scans.gradle.com.\nFor publication to succeed without user input, you must also provide values for `build-scan-terms-of-use-url` and 'build-scan-terms-of-use-agree'.\n","required":false,"default":false},"build-scan-terms-of-use-url":{"description":"The URL to the Build Scan® terms of use. This input must be set to 'https://gradle.com/terms-of-service' or 'https://gradle.com/help/legal-terms-of-use'.","required":false},"build-scan-terms-of-use-agree":{"description":"Indicate that you agree to the Build Scan® terms of use. This input value must be \"yes\".","required":false},"develocity-access-key":{"description":"Develocity access key. Should be set to a secret containing the Develocity Access key.","required":false},"develocity-token-expiry":{"description":"The Develocity short-lived access tokens expiry in hours. Default is 2 hours.","required":false},"develocity-injection-enabled":{"description":"Enables Develocity injection.","required":false},"develocity-url":{"description":"The URL for the Develocity server.","required":false},"develocity-allow-untrusted-server":{"description":"Allow communication with an untrusted server; set to _true_ if your Develocity instance is using a self-signed.","required":false},"develocity-capture-file-fingerprints":{"description":"Enables capturing the paths and content hashes of each individual input file.","required":false},"develocity-enforce-url":{"description":"Enforce the configured Develocity URL over a URL configured in the project's build; set to _true_ to enforce publication of build scans to the configured Develocity URL.","required":false},"develocity-plugin-version":{"description":"The version of the Develocity Gradle plugin to apply.","required":false},"develocity-ccud-plugin-version":{"description":"The version of the Common Custom User Data Gradle plugin to apply, if any.","required":false},"gradle-plugin-repository-url":{"description":"The URL of the repository to use when resolving the Develocity and CCUD plugins; the Gradle Plugin Portal is used by default.","required":false},"gradle-plugin-repository-username":{"description":"The username for the repository URL to use when resolving the Develocity and CCUD.","required":false},"gradle-plugin-repository-password":{"description":"The password for the repository URL to use when resolving the Develocity and CCUD plugins; Consider using secrets to pass the value to this variable.","required":false},"validate-wrappers":{"description":"When 'true' (the default) the action will automatically validate all wrapper jars found in the repository.\nIf the wrapper checksums are not valid, the action will fail.\n","required":false,"default":true},"allow-snapshot-wrappers":{"description":"When 'true', wrapper validation will include the checksums of snapshot wrapper jars. \nUse this if you are running with nightly or snapshot versions of the Gradle wrapper.\n","required":false,"default":false},"arguments":{"description":"Gradle command line arguments (supports multi-line input)","required":false,"deprecation-message":"This parameter has been deprecated and removed. It is only left here to allow for better reporting to assist users to migrate."},"gradle-home-cache-strict-match":{"description":"When 'true', the action will not attempt to restore the Gradle User Home entries from other Jobs.","required":false,"default":false},"workflow-job-context":{"description":"Used to uniquely identify the current job invocation. Defaults to the matrix values for this job; this should not be overridden by users (INTERNAL).","required":false,"default":"${{ toJSON(matrix) }}"},"github-token":{"description":"The GitHub token used to authenticate when submitting via the Dependency Submission API.","default":"${{ github.token }}","required":false}},"outputs":{"build-scan-url":{"description":"Link to the Build Scan® generated by a Gradle build. Note that this output applies to a Step executing Gradle, not to the `setup-gradle` Step itself."},"dependency-graph-file":{"description":"Path to the GitHub Dependency Graph snapshot file generated by a Gradle build. Note that this output applies to a Step executing Gradle, not to the `setup-gradle` Step itself."},"gradle-version":{"description":"Version of Gradle that was setup by the action"}},"runs":{"using":"node20","main":"../dist/setup-gradle/main/index.js","post":"../dist/setup-gradle/post/index.js"},"branding":{"icon":"box","color":"gray-dark"},"default_branch":"main","path":"setup-gradle"},"repo_metadata":{"id":217401075,"uuid":"743626948","full_name":"gradle/actions","owner":"gradle","description":"A collection of GitHub Actions to accelerate your Gradle Builds on GitHub","archived":false,"fork":false,"pushed_at":"2024-08-12T16:33:26.000Z","size":120676,"stargazers_count":142,"open_issues_count":20,"forks_count":38,"subscribers_count":14,"default_branch":"main","last_synced_at":"2024-08-12T18:31:13.920Z","etag":null,"topics":["dependency-management","dependency-submission","github-actions","gradle","gradle-bt","gradle-build"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/build-with-gradle","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gradle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-15T16:30:59.000Z","updated_at":"2024-08-12T16:33:29.000Z","dependencies_parsed_at":"2024-03-25T16:00:03.773Z","dependency_job_id":"0e616c16-7ab2-45d5-ae22-2736431f3c83","html_url":"https://github.com/gradle/actions","commit_stats":null,"previous_names":["gradle/actions"],"tags_count":96,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gradle","download_url":"https://codeload.github.com/gradle/actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215076490,"owners_count":15825638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"gradle","name":"Gradle","uuid":"124156","kind":"organization","description":"","email":null,"website":"https://gradle.org","location":null,"twitter":"gradle","company":null,"icon_url":"https://avatars.githubusercontent.com/u/124156?v=4","repositories_count":198,"last_synced_at":"2024-04-09T19:08:34.617Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/gradle","funding_links":[],"total_stars":26000,"followers":872,"following":0,"created_at":"2022-11-02T19:06:16.701Z","updated_at":"2024-04-09T19:09:11.948Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gradle","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gradle/repositories"},"tags":[{"name":"prerelease/v4","sha":"af1da67850ed9a4cedd57bfd976089dd991e2582","kind":"tag","published_at":"2024-08-03T22:42:40.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/prerelease/v4","html_url":"https://github.com/gradle/actions/releases/tag/prerelease/v4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/prerelease%2Fv4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/prerelease%2Fv4/manifests"},{"name":"v4.0.0","sha":"af1da67850ed9a4cedd57bfd976089dd991e2582","kind":"tag","published_at":"2024-08-03T22:30:17.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v4.0.0","html_url":"https://github.com/gradle/actions/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v4.0.0/manifests"},{"name":"v4","sha":"af1da67850ed9a4cedd57bfd976089dd991e2582","kind":"tag","published_at":"2024-08-03T22:30:17.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v4","html_url":"https://github.com/gradle/actions/releases/tag/v4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v4/manifests"},{"name":"v4.0.0-rc.1","sha":"af1da67850ed9a4cedd57bfd976089dd991e2582","kind":"commit","published_at":"2024-08-03T21:54:44.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/gradle/actions/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-beta.2","sha":"833b05f3e67d2b356ca3c711ce1e889efdb8d28b","kind":"commit","published_at":"2024-08-01T17:05:22.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v4.0.0-beta.2","html_url":"https://github.com/gradle/actions/releases/tag/v4.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v4.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v4.0.0-beta.2/manifests"},{"name":"v4.0.0-beta.1","sha":"6c9e5473141d9a428221ea9a229a025d7bf331d4","kind":"commit","published_at":"2024-07-22T15:30:39.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v4.0.0-beta.1","html_url":"https://github.com/gradle/actions/releases/tag/v4.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v4.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v4.0.0-beta.1/manifests"},{"name":"v3.5.0","sha":"d9c87d481d55275bb5441eef3fe0e46805f9ef70","kind":"commit","published_at":"2024-07-15T19:00:43.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.5.0","html_url":"https://github.com/gradle/actions/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.5.0/manifests"},{"name":"v3.4.2","sha":"dbbdc275be76ac10734476cc723d82dfe7ec6eda","kind":"commit","published_at":"2024-06-17T17:45:00.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.4.2","html_url":"https://github.com/gradle/actions/releases/tag/v3.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.4.2/manifests"},{"name":"v3.4.1","sha":"31ae3562f68c96d481c31bc1a8a55cc1be162f83","kind":"commit","published_at":"2024-06-15T03:19:11.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.4.1","html_url":"https://github.com/gradle/actions/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"d9336dac04dea2507a617466bc058a3def92b18b","kind":"commit","published_at":"2024-06-13T19:36:18.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.4.0","html_url":"https://github.com/gradle/actions/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.4.0/manifests"},{"name":"v3.3.2","sha":"db19848a5fa7950289d3668fb053140cf3028d43","kind":"commit","published_at":"2024-04-25T20:24:26.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.3.2","html_url":"https://github.com/gradle/actions/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c","kind":"commit","published_at":"2024-04-18T19:41:35.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.3.1","html_url":"https://github.com/gradle/actions/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"6cec5d49d4d6d4bb982fbed7047db31ea6d38f11","kind":"commit","published_at":"2024-04-12T16:35:47.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.3.0","html_url":"https://github.com/gradle/actions/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"1168cd3d07c1876a65e1724114de42ccbdfa7b78","kind":"commit","published_at":"2024-04-08T18:09:36.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.2.1","html_url":"https://github.com/gradle/actions/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"e24011a3b5db78bd5ab798036042d9312002f252","kind":"commit","published_at":"2024-04-04T19:33:06.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.2.0","html_url":"https://github.com/gradle/actions/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"417ae3ccd767c252f5661f1ace9f835f9654f2b5","kind":"commit","published_at":"2024-02-13T20:04:08.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.1.0","html_url":"https://github.com/gradle/actions/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"ec92e829475ac0c2315ea8f9eced72db85bb337a","kind":"commit","published_at":"2024-01-31T11:14:38.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.0.0","html_url":"https://github.com/gradle/actions/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0/manifests"},{"name":"v3.0.0-rc.2","sha":"aff52e5be96935327d77c5529075184377dc4371","kind":"commit","published_at":"2024-01-29T18:04:02.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.0.0-rc.2","html_url":"https://github.com/gradle/actions/releases/tag/v3.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-rc.2/manifests"},{"name":"v3.0.0-rc.1","sha":"b6816cf21e7970b88479bb3c57d9cbe5cdd4b949","kind":"commit","published_at":"2024-01-26T16:27:29.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.0.0-rc.1","html_url":"https://github.com/gradle/actions/releases/tag/v3.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-rc.1/manifests"},{"name":"v3","sha":"b6816cf21e7970b88479bb3c57d9cbe5cdd4b949","kind":"commit","published_at":"2024-01-26T16:27:29.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3","html_url":"https://github.com/gradle/actions/releases/tag/v3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3/manifests"},{"name":"v3.0.0-beta.6","sha":"b6816cf21e7970b88479bb3c57d9cbe5cdd4b949","kind":"commit","published_at":"2024-01-26T16:27:29.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.0.0-beta.6","html_url":"https://github.com/gradle/actions/releases/tag/v3.0.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-beta.6/manifests"},{"name":"v3-beta","sha":"3c5c811777e62ae0ae71c430fe2db79f09d08214","kind":"commit","published_at":"2024-01-25T19:36:54.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3-beta","html_url":"https://github.com/gradle/actions/releases/tag/v3-beta","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3-beta/manifests"},{"name":"v3.0.0-beta.5","sha":"e1ada08a9a43fad9770411d5dd099f25ece2569d","kind":"commit","published_at":"2024-01-25T17:21:22.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.0.0-beta.5","html_url":"https://github.com/gradle/actions/releases/tag/v3.0.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-beta.5/manifests"},{"name":"v2","sha":"a8f75513eafdebd8141bd1cd4e30fcd194af8dfa","kind":"tag","published_at":"2024-01-24T22:25:08.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2","html_url":"https://github.com/gradle/actions/releases/tag/v2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2/manifests"},{"name":"v2.12.0","sha":"a8f75513eafdebd8141bd1cd4e30fcd194af8dfa","kind":"commit","published_at":"2024-01-23T23:12:23.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.12.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.12.0/manifests"},{"name":"v0","sha":"d731f29856be4e6b35fff0379f0baaa4dbb96402","kind":"commit","published_at":"2024-01-22T18:13:02.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v0","html_url":"https://github.com/gradle/actions/releases/tag/v0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v0/manifests"},{"name":"v3.0.0-beta.4","sha":"42452daeb5b454a76f686a8e4de8234afd7b1f44","kind":"commit","published_at":"2024-01-17T01:01:46.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.0.0-beta.4","html_url":"https://github.com/gradle/actions/releases/tag/v3.0.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-beta.4/manifests"},{"name":"v0.0.1","sha":"eba89ca5bb14d3a46b4b8a6ac0724c13e1e34a28","kind":"commit","published_at":"2024-01-16T01:17:05.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v0.0.1","html_url":"https://github.com/gradle/actions/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v0.0.1/manifests"},{"name":"v3-prerelease","sha":"6c7537229bd2c28154565df1ba25a84a7eaefe44","kind":"tag","published_at":"2024-01-04T04:44:11.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3-prerelease","html_url":"https://github.com/gradle/actions/releases/tag/v3-prerelease","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3-prerelease","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3-prerelease/manifests"},{"name":"v3.0.0-beta.3","sha":"6c7537229bd2c28154565df1ba25a84a7eaefe44","kind":"commit","published_at":"2024-01-04T04:34:34.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.0.0-beta.3","html_url":"https://github.com/gradle/actions/releases/tag/v3.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-beta.3/manifests"},{"name":"v3.0.0-beta.2","sha":"ff5d63e9dc79c36f73bff96a48b7c4a5e596c052","kind":"commit","published_at":"2024-01-02T00:54:53.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.0.0-beta.2","html_url":"https://github.com/gradle/actions/releases/tag/v3.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-beta.2/manifests"},{"name":"v3.0.0-beta.1","sha":"3f2ca32cb09782ff1d04ac83910623b9803aeb99","kind":"commit","published_at":"2023-12-27T01:29:50.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v3.0.0-beta.1","html_url":"https://github.com/gradle/actions/releases/tag/v3.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v3.0.0-beta.1/manifests"},{"name":"v2.11.1","sha":"982da8e78c05368c70dac0351bb82647a9e9a5d2","kind":"commit","published_at":"2023-12-19T21:12:27.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.11.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.11.1/manifests"},{"name":"v2.11.0","sha":"8cbcb9948b5892387aed077daf6f90e1f0ba5b27","kind":"commit","published_at":"2023-12-12T04:15:34.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.11.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.11.0/manifests"},{"name":"v2.10.0","sha":"87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6","kind":"commit","published_at":"2023-11-27T07:46:35.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.10.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.10.0/manifests"},{"name":"v2.9.0","sha":"842c587ad8aa4c68eeba24c396e15af4c2e9f30a","kind":"commit","published_at":"2023-10-01T00:01:56.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.9.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.9.0/manifests"},{"name":"v2.8.1","sha":"b5126f31dbc19dd434c3269bf8c28c315e121da2","kind":"commit","published_at":"2023-09-21T16:55:26.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.8.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc","kind":"commit","published_at":"2023-08-28T17:59:09.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.8.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.8.0/manifests"},{"name":"v2.7.1","sha":"243af859f8ca30903d9d7f7936897ca0358ba691","kind":"commit","published_at":"2023-08-18T21:50:06.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.7.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"a4cf152f482c7ca97ef56ead29bf08bcd953284c","kind":"commit","published_at":"2023-07-24T15:04:07.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.7.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"915a66c096a03101667f9df2e56c9efef558b165","kind":"commit","published_at":"2023-07-17T21:46:14.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.6.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"bd5760595778326ba7f1441bcf7e88b49de61a25","kind":"commit","published_at":"2023-07-10T16:26:35.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.6.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.6.0/manifests"},{"name":"v2.5.1","sha":"40b6781dcdec2762ad36556682ac74e31030cfe2","kind":"commit","published_at":"2023-06-29T16:32:22.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.5.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"8e02c8272aba4650563824b7012f8a86158901c6","kind":"commit","published_at":"2023-06-28T18:24:28.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.5.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.5.0/manifests"},{"name":"v2.4.2","sha":"749f47bda3e44aa060e82d7b3ef7e40d953bd629","kind":"commit","published_at":"2023-04-14T22:29:18.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.4.2","html_url":"https://github.com/gradle/actions/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"5056fa9d50478a14af3c9925c12ca02318659d3e","kind":"commit","published_at":"2023-04-12T20:15:34.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.4.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"6095a76664413da4c8c134ee32e8a8ae900f0f1f","kind":"commit","published_at":"2023-02-18T20:25:58.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.4.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.4.0/manifests"},{"name":"v2.3.3","sha":"3fbe033aaae657f011f88f29be9e65ed26bd29ef","kind":"commit","published_at":"2022-10-22T14:20:16.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.3.3","html_url":"https://github.com/gradle/actions/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"fd32ae908111fe31afa48827bd1ee909540aa971","kind":"commit","published_at":"2022-09-29T14:28:05.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.3.2","html_url":"https://github.com/gradle/actions/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"c295a4096e1d2c453eaf1f65c6f96686e26bd8be","kind":"commit","published_at":"2022-09-22T16:28:11.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.3.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"356abb47e7664b5505e25d7997a5a522a17c62d9","kind":"commit","published_at":"2022-08-26T15:04:41.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.3.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.3.0/manifests"},{"name":"v2.3.0-beta.1","sha":"d427a379a8cc30e1c773080ce783e7e6d5167584","kind":"commit","published_at":"2022-08-22T21:21:35.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.3.0-beta.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.3.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.3.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.3.0-beta.1/manifests"},{"name":"v2.2.5","sha":"cd579d970f8aec1cf0cae5f62a8e418768970015","kind":"commit","published_at":"2022-08-18T23:19:11.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.2.5","html_url":"https://github.com/gradle/actions/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"bf2a15ee94874758c21b91220b4d0ab84f762423","kind":"commit","published_at":"2022-08-18T18:35:47.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.2.4","html_url":"https://github.com/gradle/actions/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"9411346324b44f5402cbef3ac5a83a411086aa9a","kind":"commit","published_at":"2022-08-16T23:55:14.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.2.3","html_url":"https://github.com/gradle/actions/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"cd3cedc781988c804f626f4cd2dc51d0bdf02a12","kind":"commit","published_at":"2022-07-16T21:48:19.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.2.2","html_url":"https://github.com/gradle/actions/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"67421db6bd0bf253fb4bd25b31ebb98943c375e1","kind":"commit","published_at":"2022-06-19T16:51:24.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.2.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"e88ed3e650b26bd116cfee53cf198c1f6856682d","kind":"commit","published_at":"2022-06-06T18:34:02.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.2.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.0/manifests"},{"name":"v2.2.0-rc.2","sha":"de51428ba55149e7c6f6957a566b8759efd425de","kind":"commit","published_at":"2022-06-06T17:53:30.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.2.0-rc.2","html_url":"https://github.com/gradle/actions/releases/tag/v2.2.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.0-rc.2/manifests"},{"name":"v2.2.0-rc.1","sha":"63bcd47c1be270a660a151ce2b7848b8730f06ef","kind":"commit","published_at":"2022-06-06T13:13:23.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.2.0-rc.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.2.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.0-rc.1/manifests"},{"name":"v2.1.7","sha":"9b814496b50909128c6a52622b416c5ffa04db49","kind":"commit","published_at":"2022-05-29T14:51:47.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.1.7","html_url":"https://github.com/gradle/actions/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.7/manifests"},{"name":"v2.2.0-beta.1","sha":"26ea4afa082ddf7e3e5bcf6d12283111b6f3f837","kind":"commit","published_at":"2022-05-24T14:51:53.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.2.0-beta.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.2.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.2.0-beta.1/manifests"},{"name":"v2.1.6","sha":"116ac10f8131939c7e405884cb2456067b0479e9","kind":"commit","published_at":"2022-05-15T16:27:50.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.1.6","html_url":"https://github.com/gradle/actions/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"fec4a42eb0c83154e5c9590748ba8337949c5701","kind":"commit","published_at":"2022-03-29T19:43:53.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.1.5","html_url":"https://github.com/gradle/actions/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"0d13054264b0bb894ded474f08ebb30921341cee","kind":"commit","published_at":"2022-03-18T19:56:40.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.1.4","html_url":"https://github.com/gradle/actions/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"937999e9cc2425eddc7fd62d1053baf041147db7","kind":"commit","published_at":"2022-02-03T17:08:11.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.1.3","html_url":"https://github.com/gradle/actions/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"bc3340afc5e3cc44f2321809ac090d731c13c514","kind":"commit","published_at":"2022-01-27T16:07:17.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.1.2","html_url":"https://github.com/gradle/actions/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"b9c806c75d3cb8998f905077e62bb670e7fa7e02","kind":"commit","published_at":"2022-01-24T22:08:55.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.1.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3edb3cb004617998d8cf56fe2ebf9d59602e713e","kind":"commit","published_at":"2021-12-31T01:16:51.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.1.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"996094e8e808208e5738e8413b3f55d24d1c1eb7","kind":"commit","published_at":"2021-11-15T16:31:56.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.0.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"4137be6a8bf7d7133955359dbd952c0ca73b1021","kind":"commit","published_at":"2021-11-05T14:35:45.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.0.0","html_url":"https://github.com/gradle/actions/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0.0/manifests"},{"name":"v2.0-rc.3","sha":"4e899835b3bddb7d01d3a988e6c53d67ec8a76e2","kind":"commit","published_at":"2021-11-05T13:01:48.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.0-rc.3","html_url":"https://github.com/gradle/actions/releases/tag/v2.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-rc.3/manifests"},{"name":"v2.0-rc.2","sha":"2a57ddf74a257b005f65f70cbf15e8e7f06292d9","kind":"commit","published_at":"2021-10-30T19:53:01.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.0-rc.2","html_url":"https://github.com/gradle/actions/releases/tag/v2.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-rc.2/manifests"},{"name":"v2.0-rc.1","sha":"db2b34260fe57577fec47305e78a20755eef0441","kind":"commit","published_at":"2021-10-27T22:18:36.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.0-rc.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-rc.1/manifests"},{"name":"v2.0-beta.7","sha":"cba1833ddecbbee649950c284416981928631008","kind":"commit","published_at":"2021-10-21T18:08:17.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.0-beta.7","html_url":"https://github.com/gradle/actions/releases/tag/v2.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.7/manifests"},{"name":"v2.0-beta.6","sha":"a94b9252d5d8ca83eed3f76a856f2ba046b1b3c6","kind":"commit","published_at":"2021-10-16T16:15:40.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.0-beta.6","html_url":"https://github.com/gradle/actions/releases/tag/v2.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.6/manifests"},{"name":"v2.0-beta.5","sha":"263f84178a82449371326ba2c1d781bc4b4bb9ac","kind":"commit","published_at":"2021-10-16T14:33:42.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.0-beta.5","html_url":"https://github.com/gradle/actions/releases/tag/v2.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.5/manifests"},{"name":"v2.0-beta.4","sha":"29894757f3fd1d4752e4efadb74896d39873a0ae","kind":"commit","published_at":"2021-10-04T23:30:13.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.0-beta.4","html_url":"https://github.com/gradle/actions/releases/tag/v2.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.4/manifests"},{"name":"v2.0-beta.3","sha":"c000a0b58fe0ad402c613a864ea3ed26d6e88fd0","kind":"commit","published_at":"2021-09-29T21:15:24.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.0-beta.3","html_url":"https://github.com/gradle/actions/releases/tag/v2.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.3/manifests"},{"name":"v2.0-beta.2","sha":"21dee7159020ab3140bebfd2280a6f34ef4e08ae","kind":"commit","published_at":"2021-09-28T17:30:55.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.0-beta.2","html_url":"https://github.com/gradle/actions/releases/tag/v2.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.2/manifests"},{"name":"v2.0-beta.1","sha":"bebb162342333983b660d21f31c90f33950f5023","kind":"commit","published_at":"2021-09-15T23:50:53.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v2.0-beta.1","html_url":"https://github.com/gradle/actions/releases/tag/v2.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v2.0-beta.1/manifests"},{"name":"v1","sha":"b3afdc78a7849557ab26e243ccf07548086da025","kind":"tag","published_at":"2021-08-24T18:50:49.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1","html_url":"https://github.com/gradle/actions/releases/tag/v1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1/manifests"},{"name":"v1.5.1","sha":"b3afdc78a7849557ab26e243ccf07548086da025","kind":"commit","published_at":"2021-08-24T18:46:48.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.5.1","html_url":"https://github.com/gradle/actions/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"e0c2736e35d366e96bb202d1af817db9d562da2f","kind":"commit","published_at":"2021-08-22T23:11:05.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.5.0","html_url":"https://github.com/gradle/actions/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.5.0/manifests"},{"name":"v1.4.1","sha":"3f3947669a3fe6883ed8dab14671bdc6042ec2d9","kind":"commit","published_at":"2021-08-17T15:36:14.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.4.1","html_url":"https://github.com/gradle/actions/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"579711fd3cd8691fbc0cab64db65e9c1e586658e","kind":"tag","published_at":"2021-08-16T21:59:24.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.4.0","html_url":"https://github.com/gradle/actions/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.4.0/manifests"},{"name":"v1.3.3","sha":"90ccf054e6b9905f30f98c938bce4c6acd323b6b","kind":"commit","published_at":"2020-09-13T11:48:42.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.3.3","html_url":"https://github.com/gradle/actions/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"c6b57b9c8c4f72268b10f151623ce6a2855c6387","kind":"commit","published_at":"2020-06-22T14:45:23.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.3.2","html_url":"https://github.com/gradle/actions/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"791b98c5656178712736d390e91be71eadfe192e","kind":"commit","published_at":"2020-06-15T17:35:42.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.3.1","html_url":"https://github.com/gradle/actions/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"27da3e28b3c4cc84c9e7965dc2371f969e582049","kind":"commit","published_at":"2020-06-15T14:40:55.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.3.0","html_url":"https://github.com/gradle/actions/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"e220e54c83b8f1a546d8e6d598490231fe2bf64b","kind":"commit","published_at":"2020-06-14T10:41:26.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.2.1","html_url":"https://github.com/gradle/actions/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"720051268d4728af6b7e0defa8ed8097b20ef218","kind":"commit","published_at":"2020-06-13T14:37:23.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.2.0","html_url":"https://github.com/gradle/actions/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"d0c5f7955e911444399df5d044916a49bdccff00","kind":"commit","published_at":"2019-12-09T14:22:02.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.1.0","html_url":"https://github.com/gradle/actions/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"064f85c1568a6fd57b32d8f98c0dc9f237c59156","kind":"commit","published_at":"2019-10-28T12:31:49.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.0.2","html_url":"https://github.com/gradle/actions/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"6170f06e8dd334a7f6879781c2ed4889c4cc76bf","kind":"commit","published_at":"2019-09-23T10:20:06.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.0.1","html_url":"https://github.com/gradle/actions/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"2d5ca45eab01ff2ce82777ab670ff2bd5d8cf8d5","kind":"commit","published_at":"2019-09-21T14:11:55.000Z","download_url":"https://codeload.github.com/gradle/actions/tar.gz/v1.0.0","html_url":"https://github.com/gradle/actions/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gradle%2Factions/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2024-08-12T18:47:14.130Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.073576475807215,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":21.036788237903608},"purl":"pkg:githubactions/gradle/setup-gradle","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/gradle/actions/setup-gradle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/gradle/actions/setup-gradle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/gradle/actions/setup-gradle/dependencies","status":null,"funding_links":[],"critical":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gradle%2Factions%2Fsetup-gradle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gradle%2Factions%2Fsetup-gradle/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gradle%2Factions%2Fsetup-gradle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gradle%2Factions%2Fsetup-gradle/related_packages","maintainers":[],"registry":{"name":"github actions","url":"https://github.com/marketplace/actions/","ecosystem":"actions","default":true,"packages_count":31615,"maintainers_count":0,"namespaces_count":19962,"keywords_count":6709,"github":"actions","metadata":{"funded_packages_count":2985},"icon_url":"https://github.com/actions.png","created_at":"2023-01-03T17:16:39.185Z","updated_at":"2025-06-06T06:00:12.453Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/namespaces"}},"unique_repositories_count":3200,"unique_repositories_count_past_30_days":11,"recent_issues":[{"uuid":"5108685863","node_id":"PR_kwDOKJiLZM787fsY","number":169,"state":"closed","title":"Bump gradle/actions from 6.2.0 to 6.3.0 in /.github/actions/setup-host","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-08-10T09:37:18.000Z","author_association":null,"state_reason":null,"created_at":"2026-08-10T09:33:15.000Z","updated_at":"2026-08-10T09:37:20.000Z","time_to_close":243,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"gradle/actions","old_version":"6.2.0","new_version":"6.3.0","repository_url":"https://github.com/gradle/actions"}],"path":"/.github/actions/setup-host","ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 6.2.0 to 6.3.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.3.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003ch3\u003eEnhanced Caching: Windows fixes and a cache-protocol bump\u003c/h3\u003e\n\u003cp\u003eThis release updates \u003ccode\u003egradle-actions-caching\u003c/code\u003e to \u003cstrong\u003ev1.0.0\u003c/strong\u003e (up from v0.7.0), which fixes two significant caching defects, both most visible on Windows:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eCache entries failed to store at all on Windows.\u003c/strong\u003e. Every entry failed\nwith \u003ccode\u003ePath Validation Error: Path(s) specified in the action for caching do(es) not\r exist\u003c/code\u003e, even though the Gradle User Home was fully intact. Nothing was stored, so\nevery downstream job ran against an empty Gradle User Home. The cause was a nested,\nunpatched copy of \u003ccode\u003e@actions/glob\u003c/code\u003e combined with a silently swallowed \u003ccode\u003erequire()\u003c/code\u003e in\nthe bundle, which left Windows path separators unnormalized.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eCache cleanup deleted instrumented jars that were in use.\u003c/strong\u003e A bug in key\nhashing for paths shorter than 64 characters made cleanup judge freshly created\n\u003ccode\u003ecaches/jars-9\u003c/code\u003e entries as unused and remove them, so the \u003ccode\u003einstrumented-jars\u003c/code\u003e entry\nwas never saved and every job re-instrumented its classpaths.\u003c/p\u003e\n\u003cp\u003eAlso included: cache entry names are now consistent between the save and restore\nreports — restore previously fell back to showing the raw glob pattern (e.g.\n\u003ccode\u003e/home/runner/.gradle/caches/modules-*/files-*/*/*/*/*/\u003c/code\u003e) instead of \u003ccode\u003edependencies\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\n\u003cstrong\u003eExisting cache entries are invalidated by this release.\u003c/strong\u003e The cache protocol\nversion was bumped to \u003ccode\u003ev2\u003c/code\u003e, so the first run after upgrading will be a cache miss\nand will repopulate the cache. No configuration changes are required.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch3\u003eBasic caching warns instead of failing silently\u003c/h3\u003e\n\u003cp\u003eThe basic (open-source) caching provider now emits a warning and reports\n\u003ccode\u003e(Entry not saved: save failed)\u003c/code\u003e in the Job Summary when a cache save fails, rather\nthan reporting success (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1028\"\u003e#1028\u003c/a\u003e).\u003c/p\u003e\n\u003ch3\u003eDependency submission works with Isolated Projects\u003c/h3\u003e\n\u003cp\u003e\u003ccode\u003edependency-submission\u003c/code\u003e now disables Isolated Projects via a promoted property, so\ndependency graph generation works on builds that enable it (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1025\"\u003e#1025\u003c/a\u003e). Thanks to \u003ca href=\"https://github.com/reinsch82\"\u003e\u003ccode\u003e@​reinsch82\u003c/code\u003e\u003c/a\u003e for the contribution.\u003c/p\u003e\n\u003ch3\u003eUpdated defaults\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInjected Develocity Gradle plugin: \u003cstrong\u003e4.4.2 → 4.5.0\u003c/strong\u003e\u003c/li\u003e\n\u003cli\u003e36 new known-good wrapper checksums added for \u003ccode\u003ewrapper-validation\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRender configuration-cache status in the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/989\"\u003egradle/actions#989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.8.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/993\"\u003egradle/actions#993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSupport experimental project-entry caching (configuration-cache + build-logic) by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/994\"\u003egradle/actions#994\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.9.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/996\"\u003egradle/actions#996\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDisable Isolated Projects via promoted property in dependency-submission by \u003ca href=\"https://github.com/reinsch82\"\u003e\u003ccode\u003e@​reinsch82\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/1025\"\u003egradle/actions#1025\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Windows coverage for caching via a new smoke-test suite by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/1027\"\u003egradle/actions#1027\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9c971963bec38e04b3d30dcc455b5382be2fdbfb\"\u003e\u003ccode\u003e9c97196\u003c/code\u003e\u003c/a\u003e Bump the github-actions group across 2 directories with 9 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1024\"\u003e#1024\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/760e4a476b57fc6216ff816bbd682e14f43f66ee\"\u003e\u003ccode\u003e760e4a4\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group across 1 directory with 2 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1037\"\u003e#1037\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/73e4c4222be7ce7f3685c9277a9e698ea3a28534\"\u003e\u003ccode\u003e73e4c42\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v1.0.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1029\"\u003e#1029\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a9d14388b4a819d9b607d85c115000e421e46eec\"\u003e\u003ccode\u003ea9d1438\u003c/code\u003e\u003c/a\u003e Add dependabot ignore rules for TypeScript 7.x and \u003ccode\u003e@​types/node\u003c/code\u003e 25.x/26.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/68f37005d75fc0fdb3e66cc267d1f007b3de27d1\"\u003e\u003ccode\u003e68f3700\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5971332a8f9f37459fbe710cc8b2ec8f125cdf54\"\u003e\u003ccode\u003e5971332\u003c/code\u003e\u003c/a\u003e Bump Gradle Wrapper to 9.6.1, wrapper checksums, and Develocity plugin to 4.5...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b5bc804016a397046a67d7f83089c374ff4af6a7\"\u003e\u003ccode\u003eb5bc804\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/dcbab4e9198b2315584afbb3d582bdaa2a7aee42\"\u003e\u003ccode\u003edcbab4e\u003c/code\u003e\u003c/a\u003e Bump npm-dependencies group with TypeScript 6.0.3, \u003ccode\u003e@​types/node\u003c/code\u003e 24.x, and secu...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/ca8d95717f747a46ed048a911f0e8a348829aef1\"\u003e\u003ccode\u003eca8d957\u003c/code\u003e\u003c/a\u003e Move non-smoke restore-gradle-home tests back to the integ-test suite (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1032\"\u003e#1032\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/4318659b28d9d152a98ad848b621397f3e386420\"\u003e\u003ccode\u003e4318659\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v6.2.0...v6.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=6.2.0\u0026new-version=6.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/gmazzo/gradle-docker-compose-plugin/pull/169","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmazzo%2Fgradle-docker-compose-plugin/issues/169","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/169/packages"},{"uuid":"5093452421","node_id":"PR_kwDOSovmRc78MwDH","number":12,"state":"closed","title":"build(deps): bump the actions group with 3 updates","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-08-07T19:48:12.000Z","author_association":null,"state_reason":null,"created_at":"2026-08-07T19:45:11.000Z","updated_at":"2026-08-07T19:48:20.000Z","time_to_close":181,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): bump","group_name":"actions","update_count":3,"packages":[{"name":"actions/checkout","old_version":"4","new_version":"7","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"4","new_version":"5","repository_url":"https://github.com/actions/setup-java"},{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java) and [gradle/actions](https://github.com/gradle/actions).\n\nUpdates `actions/checkout` from 4 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e[BREAKING]\u003c/strong\u003e backport \u003ccode\u003eallow-unsafe-pr-checkout\u003c/code\u003e to v6 by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2500\"\u003eactions/checkout#2500\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebackport fixes to releases-v6 by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2527\"\u003eactions/checkout#2527\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003ca href=\"https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/\"\u003ehttps://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/\u003c/a\u003e for more details about this breaking change\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v6.1.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v6.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v6.0.2\"\u003ehttps://github.com/actions/checkout/compare/v6.0.1...v6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate all references from v5 and v4 to v6 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2314\"\u003eactions/checkout#2314\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify v6 README by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2328\"\u003eactions/checkout#2328\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip running unsafe pr check if input is default by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2518\"\u003eactions/checkout#2518\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eTrim only ascii whitespace for branch by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2521\"\u003eactions/checkout#2521\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEscape values passed to --unset by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2530\"\u003eactions/checkout#2530\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVarious dependency updates\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVarious dependency updates\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/3d3c42e5aac5ba805825da76410c181273ba90b1\"\u003e\u003ccode\u003e3d3c42e\u003c/code\u003e\u003c/a\u003e prep v7.0.1 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2531\"\u003e#2531\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/28802689a136bfcdb721715abd713740beecbe07\"\u003e\u003ccode\u003e2880268\u003c/code\u003e\u003c/a\u003e escape values passed to --unset (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2530\"\u003e#2530\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/12cd2235efa0937479335606d7c3ac9f6c0973b1\"\u003e\u003ccode\u003e12cd223\u003c/code\u003e\u003c/a\u003e trim only ascii whitespace for branch (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2521\"\u003e#2521\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/62661c4e71a304b2823ed026347b8d34c3eac541\"\u003e\u003ccode\u003e62661c4\u003c/code\u003e\u003c/a\u003e skip running unsafe pr check if input is default (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2518\"\u003e#2518\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/e8d4307400f9427dba7cb98e488d6ab85f1cec5f\"\u003e\u003ccode\u003ee8d4307\u003c/code\u003e\u003c/a\u003e Bump the minor-actions-dependencies group with 2 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2499\"\u003e#2499\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/631c942040754b6e095e929c1677c07e10ed4f87\"\u003e\u003ccode\u003e631c942\u003c/code\u003e\u003c/a\u003e eslint 9 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2474\"\u003e#2474\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/4f1f4aec02e41874fa0262ea8ff5172d7978ad1e\"\u003e\u003ccode\u003e4f1f4ae\u003c/code\u003e\u003c/a\u003e Bump actions/upload-artifact from 4 to 7 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2476\"\u003e#2476\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/ba097532fb203f7e88c9c3c0b899b49469908a92\"\u003e\u003ccode\u003eba09753\u003c/code\u003e\u003c/a\u003e Bump actions/checkout from 6 to 7 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2488\"\u003e#2488\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/b9e0990d219a03df7633c93f6f005a8fecbcab22\"\u003e\u003ccode\u003eb9e0990\u003c/code\u003e\u003c/a\u003e Bump docker/login-action from 3.3.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2479\"\u003e#2479\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/e8cb398be4a550817e382abf69e4c12c76fce1f2\"\u003e\u003ccode\u003ee8cb398\u003c/code\u003e\u003c/a\u003e Bump docker/build-push-action from 6.5.0 to 7.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2478\"\u003e#2478\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/v4...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 4 to 5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade to node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/888\"\u003eactions/setup-java#888\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMake sure your runner is updated to this version or newer to use this release. v2.327.1 \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eRelease Notes\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003eDependency Upgrades\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade Publish Immutable Action by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/798\"\u003eactions/setup-java#798\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/730\"\u003eactions/setup-java#730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade undici from 5.28.5 to 5.29.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/833\"\u003eactions/setup-java#833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade form-data to bring in fix for critical vulnerability by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/887\"\u003eactions/setup-java#887\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade actions/checkout from 4 to 5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/896\"\u003eactions/setup-java#896\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePrevent default installation of JetBrains pre-releases by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/859\"\u003eactions/setup-java#859\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove Error Handling for Setup-Java Action to Help Debug Intermittent Failures by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/848\"\u003eactions/setup-java#848\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/848\"\u003eactions/setup-java#848\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/888\"\u003eactions/setup-java#888\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v5.0.0\"\u003ehttps://github.com/actions/setup-java/compare/v4...v5.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.9.1\u003c/h2\u003e\n\u003cp\u003eAdds a deprecation warning for setup-java v4.\u003c/p\u003e\n\u003ch2\u003ev4.9.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix v4 dependency audit failures by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1188\"\u003eactions/setup-java#1188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDeprecate legacy Adopt distributions in v4 by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1187\"\u003eactions/setup-java#1187\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4.8.0...v4.9.0\"\u003ehttps://github.com/actions/setup-java/compare/v4.8.0...v4.9.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.8.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eLicense and Audit Fixes by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/960\"\u003eactions/setup-java#960\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate SapMachine URLs by \u003ca href=\"https://github.com/RealCLanger\"\u003e\u003ccode\u003e@​RealCLanger\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/965\"\u003eactions/setup-java#965\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v4.8.0\"\u003ehttps://github.com/actions/setup-java/compare/v4...v4.8.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.7.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDocumentation changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align with GFTC License Terms by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/704\"\u003eactions/setup-java#704\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove duplicated GraalVM section in documentation by \u003ca href=\"https://github.com/Marcono1234\"\u003e\u003ccode\u003e@​Marcono1234\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/716\"\u003eactions/setup-java#716\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/b6effb05e454b25005698d916606bdc6ffcbf961\"\u003e\u003ccode\u003eb6effb0\u003c/code\u003e\u003c/a\u003e Deprecate legacy Adopt distributions in v5 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1186\"\u003e#1186\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/e498d2a66a953492f322542257b22125c989b422\"\u003e\u003ccode\u003ee498d2a\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1151\"\u003e#1151\u003c/a\u003e: Fix missing wrapper cache distributions (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1153\"\u003e#1153\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/6a3384db745932178632d0e22b2bd28cad1678e6\"\u003e\u003ccode\u003e6a3384d\u003c/code\u003e\u003c/a\u003e Fix npm audit failures on releases/v5 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1154\"\u003e#1154\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/03ad4de0992f5dab5e18fcb136590ce7c4a0ac95\"\u003e\u003ccode\u003e03ad4de\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1097\"\u003e#1097\u003c/a\u003e/\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1098\"\u003e#1098\u003c/a\u003e: cache Maven and Gradle wrapper distributions separately...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/d229d2e858d9137cc0b3f118fa5184b9f0a44ac4\"\u003e\u003ccode\u003ed229d2e\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1111\"\u003e#1111\u003c/a\u003e: Preserve Maven toolchains across repeated setup-java runs (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1\"\u003e#1\u003c/a\u003e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/bbf0f6967066506f72571a96d5d6c67ca42ab460\"\u003e\u003ccode\u003ebbf0f69\u003c/code\u003e\u003c/a\u003e dist: Cover Tencent Kona JDK 25 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1110\"\u003e#1110\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/513edc4f8710565e4ad696f3b7d8e3bda584a46c\"\u003e\u003ccode\u003e513edc4\u003c/code\u003e\u003c/a\u003e feat: expose cache-primary-key output (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/597\"\u003e#597\u003c/a\u003e) [v5 backport] (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1089\"\u003e#1089\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/62df799a9c6e3022bb466697c66c36e9a2dbf347\"\u003e\u003ccode\u003e62df799\u003c/code\u003e\u003c/a\u003e Add Maven compiler problem matcher for javac diagnostics (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/176156a187714aaf460b0a3c8f21e8b4f784b978\"\u003e\u003ccode\u003e176156a\u003c/code\u003e\u003c/a\u003e chore: bump version to 5.6.0 for v5 release line\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/bf7b8deac240b9cee05eb15ccdb1d2f424a54b9f\"\u003e\u003ccode\u003ebf7b8de\u003c/code\u003e\u003c/a\u003e build: rebuild dist for backported changes (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1079\"\u003e#1079\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1083\"\u003e#1083\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1084\"\u003e#1084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 4 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9c971963bec38e04b3d30dcc455b5382be2fdbfb\"\u003e\u003ccode\u003e9c97196\u003c/code\u003e\u003c/a\u003e Bump the github-actions group across 2 directories with 9 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1024\"\u003e#1024\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/760e4a476b57fc6216ff816bbd682e14f43f66ee\"\u003e\u003ccode\u003e760e4a4\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group across 1 directory with 2 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1037\"\u003e#1037\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/73e4c4222be7ce7f3685c9277a9e698ea3a28534\"\u003e\u003ccode\u003e73e4c42\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v1.0.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1029\"\u003e#1029\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a9d14388b4a819d9b607d85c115000e421e46eec\"\u003e\u003ccode\u003ea9d1438\u003c/code\u003e\u003c/a\u003e Add dependabot ignore rules for TypeScript 7.x and \u003ccode\u003e@​types/node\u003c/code\u003e 25.x/26.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/68f37005d75fc0fdb3e66cc267d1f007b3de27d1\"\u003e\u003ccode\u003e68f3700\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5971332a8f9f37459fbe710cc8b2ec8f125cdf54\"\u003e\u003ccode\u003e5971332\u003c/code\u003e\u003c/a\u003e Bump Gradle Wrapper to 9.6.1, wrapper checksums, and Develocity plugin to 4.5...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b5bc804016a397046a67d7f83089c374ff4af6a7\"\u003e\u003ccode\u003eb5bc804\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/dcbab4e9198b2315584afbb3d582bdaa2a7aee42\"\u003e\u003ccode\u003edcbab4e\u003c/code\u003e\u003c/a\u003e Bump npm-dependencies group with TypeScript 6.0.3, \u003ccode\u003e@​types/node\u003c/code\u003e 24.x, and secu...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/ca8d95717f747a46ed048a911f0e8a348829aef1\"\u003e\u003ccode\u003eca8d957\u003c/code\u003e\u003c/a\u003e Move non-smoke restore-gradle-home tests back to the integ-test suite (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1032\"\u003e#1032\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/4318659b28d9d152a98ad848b621397f3e386420\"\u003e\u003ccode\u003e4318659\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/LyrexD/Psula-Apps/pull/12","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyrexD%2FPsula-Apps/issues/12","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/12/packages"},{"uuid":"5093405679","node_id":"PR_kwDOTYoq7M78MmR0","number":8,"state":"open","title":"ci: bump gradle/actions from 4 to 6","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-08-07T19:38:37.000Z","updated_at":"2026-08-07T19:38:38.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"ci","packages":[{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 6.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9c971963bec38e04b3d30dcc455b5382be2fdbfb\"\u003e\u003ccode\u003e9c97196\u003c/code\u003e\u003c/a\u003e Bump the github-actions group across 2 directories with 9 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1024\"\u003e#1024\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/760e4a476b57fc6216ff816bbd682e14f43f66ee\"\u003e\u003ccode\u003e760e4a4\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group across 1 directory with 2 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1037\"\u003e#1037\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/73e4c4222be7ce7f3685c9277a9e698ea3a28534\"\u003e\u003ccode\u003e73e4c42\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v1.0.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1029\"\u003e#1029\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a9d14388b4a819d9b607d85c115000e421e46eec\"\u003e\u003ccode\u003ea9d1438\u003c/code\u003e\u003c/a\u003e Add dependabot ignore rules for TypeScript 7.x and \u003ccode\u003e@​types/node\u003c/code\u003e 25.x/26.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/68f37005d75fc0fdb3e66cc267d1f007b3de27d1\"\u003e\u003ccode\u003e68f3700\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5971332a8f9f37459fbe710cc8b2ec8f125cdf54\"\u003e\u003ccode\u003e5971332\u003c/code\u003e\u003c/a\u003e Bump Gradle Wrapper to 9.6.1, wrapper checksums, and Develocity plugin to 4.5...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b5bc804016a397046a67d7f83089c374ff4af6a7\"\u003e\u003ccode\u003eb5bc804\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/dcbab4e9198b2315584afbb3d582bdaa2a7aee42\"\u003e\u003ccode\u003edcbab4e\u003c/code\u003e\u003c/a\u003e Bump npm-dependencies group with TypeScript 6.0.3, \u003ccode\u003e@​types/node\u003c/code\u003e 24.x, and secu...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/ca8d95717f747a46ed048a911f0e8a348829aef1\"\u003e\u003ccode\u003eca8d957\u003c/code\u003e\u003c/a\u003e Move non-smoke restore-gradle-home tests back to the integ-test suite (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1032\"\u003e#1032\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/4318659b28d9d152a98ad848b621397f3e386420\"\u003e\u003ccode\u003e4318659\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=4\u0026new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/PyrosCat/App_lock/pull/8","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyrosCat%2FApp_lock/issues/8","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/8/packages"},{"uuid":"5092029923","node_id":"PR_kwDORUULhc78IMR0","number":90,"state":"open","title":"Bump gradle/actions from 4 to 6","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-08-07T16:22:12.000Z","updated_at":"2026-08-07T16:22:27.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 6.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9c971963bec38e04b3d30dcc455b5382be2fdbfb\"\u003e\u003ccode\u003e9c97196\u003c/code\u003e\u003c/a\u003e Bump the github-actions group across 2 directories with 9 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1024\"\u003e#1024\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/760e4a476b57fc6216ff816bbd682e14f43f66ee\"\u003e\u003ccode\u003e760e4a4\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group across 1 directory with 2 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1037\"\u003e#1037\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/73e4c4222be7ce7f3685c9277a9e698ea3a28534\"\u003e\u003ccode\u003e73e4c42\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v1.0.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1029\"\u003e#1029\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a9d14388b4a819d9b607d85c115000e421e46eec\"\u003e\u003ccode\u003ea9d1438\u003c/code\u003e\u003c/a\u003e Add dependabot ignore rules for TypeScript 7.x and \u003ccode\u003e@​types/node\u003c/code\u003e 25.x/26.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/68f37005d75fc0fdb3e66cc267d1f007b3de27d1\"\u003e\u003ccode\u003e68f3700\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5971332a8f9f37459fbe710cc8b2ec8f125cdf54\"\u003e\u003ccode\u003e5971332\u003c/code\u003e\u003c/a\u003e Bump Gradle Wrapper to 9.6.1, wrapper checksums, and Develocity plugin to 4.5...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b5bc804016a397046a67d7f83089c374ff4af6a7\"\u003e\u003ccode\u003eb5bc804\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/dcbab4e9198b2315584afbb3d582bdaa2a7aee42\"\u003e\u003ccode\u003edcbab4e\u003c/code\u003e\u003c/a\u003e Bump npm-dependencies group with TypeScript 6.0.3, \u003ccode\u003e@​types/node\u003c/code\u003e 24.x, and secu...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/ca8d95717f747a46ed048a911f0e8a348829aef1\"\u003e\u003ccode\u003eca8d957\u003c/code\u003e\u003c/a\u003e Move non-smoke restore-gradle-home tests back to the integ-test suite (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1032\"\u003e#1032\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/4318659b28d9d152a98ad848b621397f3e386420\"\u003e\u003ccode\u003e4318659\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=4\u0026new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/faughnn/PodBelly/pull/90","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/faughnn%2FPodBelly/issues/90","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/90/packages"},{"uuid":"5055321091","node_id":"PR_kwDOTltzBM76R4gj","number":4,"state":"open","title":"Bump gradle/actions from 6 to 6.2.0","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-08-04T00:14:36.000Z","updated_at":"2026-08-04T00:14:46.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"gradle/actions","old_version":"6","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 6 to 6.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eNew: Basic Cache Provider\u003c/h2\u003e\n\u003cp\u003eA new MIT-licensed \u003cstrong\u003eBasic Caching\u003c/strong\u003e provider is now available as an alternative to the proprietary \u003cstrong\u003eEnhanced Caching\u003c/strong\u003e provided by \u003ccode\u003egradle-actions-caching\u003c/code\u003e. Choose Basic Caching by setting \u003ccode\u003ecache-provider: basic\u003c/code\u003e on \u003ccode\u003esetup-gradle\u003c/code\u003e or \u003ccode\u003edependency-submission\u003c/code\u003e actions.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eBuilt on \u003ccode\u003e@actions/cache\u003c/code\u003e -- fully open source\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/99013936448ffd06bf82098b146c9f8eb534a823\"\u003e\u003ccode\u003e9901393\u003c/code\u003e\u003c/a\u003e Remove unnecessary dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/981\"\u003e#981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/20ce680c8942e40c12fe5e799db3ba9fee84e392\"\u003e\u003ccode\u003e20ce680\u003c/code\u003e\u003c/a\u003e Update RELEASING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5e2ebd065dc2488b7a6ad670704656cbbe1e8f60\"\u003e\u003ccode\u003e5e2ebd0\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9e2c1cc01db33004a01841dce07f112bc26ed8ea\"\u003e\u003ccode\u003e9e2c1cc\u003c/code\u003e\u003c/a\u003e Resolve npm security vulnerabilities via dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/980\"\u003e#980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/657f690528177d12a68986429495f3df2a4010fa\"\u003e\u003ccode\u003e657f690\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9d6bacde378b012d550b83e54da355eb38e44bd9\"\u003e\u003ccode\u003e9d6bacd\u003c/code\u003e\u003c/a\u003e Update \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/79f6b196a715b9ba02b2dfad56f622e58ed4bcae\"\u003e\u003ccode\u003e79f6b19\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/6781648d2b1ada397658f0ccd39a47d983817721\"\u003e\u003ccode\u003e6781648\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group in /sources with 5 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/977\"\u003e#977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a3b40d2308272dcf9c3290169376c74ddd8769d5\"\u003e\u003ccode\u003ea3b40d2\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v6...v6.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=6\u0026new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/jan-guenter/allthemons-spawn-controller/pull/4","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jan-guenter%2Fallthemons-spawn-controller/issues/4","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/4/packages"},{"uuid":"5054422516","node_id":"PR_kwDON84fLc76O_oe","number":49,"state":"closed","title":"Bump gradle/actions from 6 to 6.2.0","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-08-08T14:23:55.000Z","author_association":null,"state_reason":null,"created_at":"2026-08-03T21:34:13.000Z","updated_at":"2026-08-08T14:24:03.000Z","time_to_close":406182,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"gradle/actions","old_version":"6","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 6 to 6.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eNew: Basic Cache Provider\u003c/h2\u003e\n\u003cp\u003eA new MIT-licensed \u003cstrong\u003eBasic Caching\u003c/strong\u003e provider is now available as an alternative to the proprietary \u003cstrong\u003eEnhanced Caching\u003c/strong\u003e provided by \u003ccode\u003egradle-actions-caching\u003c/code\u003e. Choose Basic Caching by setting \u003ccode\u003ecache-provider: basic\u003c/code\u003e on \u003ccode\u003esetup-gradle\u003c/code\u003e or \u003ccode\u003edependency-submission\u003c/code\u003e actions.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eBuilt on \u003ccode\u003e@actions/cache\u003c/code\u003e -- fully open source\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/99013936448ffd06bf82098b146c9f8eb534a823\"\u003e\u003ccode\u003e9901393\u003c/code\u003e\u003c/a\u003e Remove unnecessary dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/981\"\u003e#981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/20ce680c8942e40c12fe5e799db3ba9fee84e392\"\u003e\u003ccode\u003e20ce680\u003c/code\u003e\u003c/a\u003e Update RELEASING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5e2ebd065dc2488b7a6ad670704656cbbe1e8f60\"\u003e\u003ccode\u003e5e2ebd0\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9e2c1cc01db33004a01841dce07f112bc26ed8ea\"\u003e\u003ccode\u003e9e2c1cc\u003c/code\u003e\u003c/a\u003e Resolve npm security vulnerabilities via dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/980\"\u003e#980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/657f690528177d12a68986429495f3df2a4010fa\"\u003e\u003ccode\u003e657f690\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9d6bacde378b012d550b83e54da355eb38e44bd9\"\u003e\u003ccode\u003e9d6bacd\u003c/code\u003e\u003c/a\u003e Update \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/79f6b196a715b9ba02b2dfad56f622e58ed4bcae\"\u003e\u003ccode\u003e79f6b19\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/6781648d2b1ada397658f0ccd39a47d983817721\"\u003e\u003ccode\u003e6781648\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group in /sources with 5 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/977\"\u003e#977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a3b40d2308272dcf9c3290169376c74ddd8769d5\"\u003e\u003ccode\u003ea3b40d2\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v6...v6.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=6\u0026new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/sami-eljabali/kotlin-gradle-template/pull/49","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/sami-eljabali%2Fkotlin-gradle-template/issues/49","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/49/packages"},{"uuid":"5050167192","node_id":"PR_kwDOSilaM876BLAz","number":160,"state":"open","title":"ci: Bump gradle/actions from 6 to 6.2.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-08-03T13:12:57.000Z","updated_at":"2026-08-03T13:12:57.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"ci: Bump","packages":[{"name":"gradle/actions","old_version":"6","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 6 to 6.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eNew: Basic Cache Provider\u003c/h2\u003e\n\u003cp\u003eA new MIT-licensed \u003cstrong\u003eBasic Caching\u003c/strong\u003e provider is now available as an alternative to the proprietary \u003cstrong\u003eEnhanced Caching\u003c/strong\u003e provided by \u003ccode\u003egradle-actions-caching\u003c/code\u003e. Choose Basic Caching by setting \u003ccode\u003ecache-provider: basic\u003c/code\u003e on \u003ccode\u003esetup-gradle\u003c/code\u003e or \u003ccode\u003edependency-submission\u003c/code\u003e actions.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eBuilt on \u003ccode\u003e@actions/cache\u003c/code\u003e -- fully open source\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/99013936448ffd06bf82098b146c9f8eb534a823\"\u003e\u003ccode\u003e9901393\u003c/code\u003e\u003c/a\u003e Remove unnecessary dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/981\"\u003e#981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/20ce680c8942e40c12fe5e799db3ba9fee84e392\"\u003e\u003ccode\u003e20ce680\u003c/code\u003e\u003c/a\u003e Update RELEASING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5e2ebd065dc2488b7a6ad670704656cbbe1e8f60\"\u003e\u003ccode\u003e5e2ebd0\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9e2c1cc01db33004a01841dce07f112bc26ed8ea\"\u003e\u003ccode\u003e9e2c1cc\u003c/code\u003e\u003c/a\u003e Resolve npm security vulnerabilities via dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/980\"\u003e#980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/657f690528177d12a68986429495f3df2a4010fa\"\u003e\u003ccode\u003e657f690\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9d6bacde378b012d550b83e54da355eb38e44bd9\"\u003e\u003ccode\u003e9d6bacd\u003c/code\u003e\u003c/a\u003e Update \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/79f6b196a715b9ba02b2dfad56f622e58ed4bcae\"\u003e\u003ccode\u003e79f6b19\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/6781648d2b1ada397658f0ccd39a47d983817721\"\u003e\u003ccode\u003e6781648\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group in /sources with 5 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/977\"\u003e#977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a3b40d2308272dcf9c3290169376c74ddd8769d5\"\u003e\u003ccode\u003ea3b40d2\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v6...v6.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=6\u0026new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/gunnysis/eundunHealth/pull/160","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunnysis%2FeundunHealth/issues/160","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/160/packages"},{"uuid":"5048311187","node_id":"PR_kwDORnQoCM757IC_","number":403,"state":"open","title":"build(deps): bump gradle/actions from 6 to 6.2.0 in the actions-all group","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":5,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-08-03T09:26:40.000Z","updated_at":"2026-08-03T09:28:09.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"gradle/actions","old_version":"6","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"}],"path":"the actions-all group","ecosystem":"actions"},"body":"Bumps the actions-all group with 1 update: [gradle/actions](https://github.com/gradle/actions).\n\nUpdates `gradle/actions` from 6 to 6.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eNew: Basic Cache Provider\u003c/h2\u003e\n\u003cp\u003eA new MIT-licensed \u003cstrong\u003eBasic Caching\u003c/strong\u003e provider is now available as an alternative to the proprietary \u003cstrong\u003eEnhanced Caching\u003c/strong\u003e provided by \u003ccode\u003egradle-actions-caching\u003c/code\u003e. Choose Basic Caching by setting \u003ccode\u003ecache-provider: basic\u003c/code\u003e on \u003ccode\u003esetup-gradle\u003c/code\u003e or \u003ccode\u003edependency-submission\u003c/code\u003e actions.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eBuilt on \u003ccode\u003e@actions/cache\u003c/code\u003e -- fully open source\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/99013936448ffd06bf82098b146c9f8eb534a823\"\u003e\u003ccode\u003e9901393\u003c/code\u003e\u003c/a\u003e Remove unnecessary dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/981\"\u003e#981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/20ce680c8942e40c12fe5e799db3ba9fee84e392\"\u003e\u003ccode\u003e20ce680\u003c/code\u003e\u003c/a\u003e Update RELEASING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5e2ebd065dc2488b7a6ad670704656cbbe1e8f60\"\u003e\u003ccode\u003e5e2ebd0\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9e2c1cc01db33004a01841dce07f112bc26ed8ea\"\u003e\u003ccode\u003e9e2c1cc\u003c/code\u003e\u003c/a\u003e Resolve npm security vulnerabilities via dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/980\"\u003e#980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/657f690528177d12a68986429495f3df2a4010fa\"\u003e\u003ccode\u003e657f690\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9d6bacde378b012d550b83e54da355eb38e44bd9\"\u003e\u003ccode\u003e9d6bacd\u003c/code\u003e\u003c/a\u003e Update \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/79f6b196a715b9ba02b2dfad56f622e58ed4bcae\"\u003e\u003ccode\u003e79f6b19\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/6781648d2b1ada397658f0ccd39a47d983817721\"\u003e\u003ccode\u003e6781648\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group in /sources with 5 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/977\"\u003e#977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a3b40d2308272dcf9c3290169376c74ddd8769d5\"\u003e\u003ccode\u003ea3b40d2\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v6...v6.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=6\u0026new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/agnaldo4j/kanban-vision-api-kt/pull/403","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/agnaldo4j%2Fkanban-vision-api-kt/issues/403","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/403/packages"},{"uuid":"5041465542","node_id":"PR_kwDOTWLGdM75l8Xv","number":8,"state":"closed","title":"build(deps): bump the actions group across 1 directory with 8 updates","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-08-09T08:13:54.000Z","author_association":null,"state_reason":null,"created_at":"2026-08-02T08:14:08.000Z","updated_at":"2026-08-09T08:13:56.000Z","time_to_close":604786,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): bump","group_name":"actions","update_count":8,"packages":[{"name":"actions/checkout","old_version":"5","new_version":"7","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"5","new_version":"5.6.0","repository_url":"https://github.com/actions/setup-java"},{"name":"gradle/actions","old_version":"5","new_version":"6","repository_url":"https://github.com/gradle/actions"},{"name":"android-actions/setup-android","old_version":"3","new_version":"4","repository_url":"https://github.com/android-actions/setup-android"},{"name":"actions/download-artifact","old_version":"7","new_version":"8","repository_url":"https://github.com/actions/download-artifact"},{"name":"actions/upload-artifact","old_version":"5","new_version":"7","repository_url":"https://github.com/actions/upload-artifact"},{"name":"actions/cache","old_version":"4","new_version":"6","repository_url":"https://github.com/actions/cache"},{"name":"softprops/action-gh-release","old_version":"2","new_version":"3","repository_url":"https://github.com/softprops/action-gh-release"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions group with 8 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `5` | `7` |\n| [actions/setup-java](https://github.com/actions/setup-java) | `5` | `5.6.0` |\n| [gradle/actions](https://github.com/gradle/actions) | `5` | `6` |\n| [android-actions/setup-android](https://github.com/android-actions/setup-android) | `3` | `4` |\n| [actions/download-artifact](https://github.com/actions/download-artifact) | `7` | `8` |\n| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `7` |\n| [actions/cache](https://github.com/actions/cache) | `4` | `6` |\n| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2` | `3` |\n\n\nUpdates `actions/checkout` from 5 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e[BREAKING]\u003c/strong\u003e backport \u003ccode\u003eallow-unsafe-pr-checkout\u003c/code\u003e to v6 by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2500\"\u003eactions/checkout#2500\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebackport fixes to releases-v6 by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2527\"\u003eactions/checkout#2527\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003ca href=\"https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/\"\u003ehttps://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/\u003c/a\u003e for more details about this breaking change\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v6.1.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v6.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v6.0.2\"\u003ehttps://github.com/actions/checkout/compare/v6.0.1...v6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate all references from v5 and v4 to v6 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2314\"\u003eactions/checkout#2314\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify v6 README by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2328\"\u003eactions/checkout#2328\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip running unsafe pr check if input is default by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2518\"\u003eactions/checkout#2518\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eTrim only ascii whitespace for branch by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2521\"\u003eactions/checkout#2521\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEscape values passed to --unset by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2530\"\u003eactions/checkout#2530\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVarious dependency updates\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVarious dependency updates\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/3d3c42e5aac5ba805825da76410c181273ba90b1\"\u003e\u003ccode\u003e3d3c42e\u003c/code\u003e\u003c/a\u003e prep v7.0.1 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2531\"\u003e#2531\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/28802689a136bfcdb721715abd713740beecbe07\"\u003e\u003ccode\u003e2880268\u003c/code\u003e\u003c/a\u003e escape values passed to --unset (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2530\"\u003e#2530\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/12cd2235efa0937479335606d7c3ac9f6c0973b1\"\u003e\u003ccode\u003e12cd223\u003c/code\u003e\u003c/a\u003e trim only ascii whitespace for branch (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2521\"\u003e#2521\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/62661c4e71a304b2823ed026347b8d34c3eac541\"\u003e\u003ccode\u003e62661c4\u003c/code\u003e\u003c/a\u003e skip running unsafe pr check if input is default (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2518\"\u003e#2518\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/e8d4307400f9427dba7cb98e488d6ab85f1cec5f\"\u003e\u003ccode\u003ee8d4307\u003c/code\u003e\u003c/a\u003e Bump the minor-actions-dependencies group with 2 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2499\"\u003e#2499\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/631c942040754b6e095e929c1677c07e10ed4f87\"\u003e\u003ccode\u003e631c942\u003c/code\u003e\u003c/a\u003e eslint 9 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2474\"\u003e#2474\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/4f1f4aec02e41874fa0262ea8ff5172d7978ad1e\"\u003e\u003ccode\u003e4f1f4ae\u003c/code\u003e\u003c/a\u003e Bump actions/upload-artifact from 4 to 7 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2476\"\u003e#2476\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/ba097532fb203f7e88c9c3c0b899b49469908a92\"\u003e\u003ccode\u003eba09753\u003c/code\u003e\u003c/a\u003e Bump actions/checkout from 6 to 7 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2488\"\u003e#2488\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/b9e0990d219a03df7633c93f6f005a8fecbcab22\"\u003e\u003ccode\u003eb9e0990\u003c/code\u003e\u003c/a\u003e Bump docker/login-action from 3.3.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2479\"\u003e#2479\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/e8cb398be4a550817e382abf69e4c12c76fce1f2\"\u003e\u003ccode\u003ee8cb398\u003c/code\u003e\u003c/a\u003e Bump docker/build-push-action from 6.5.0 to 7.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2478\"\u003e#2478\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/v5...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 5 to 5.6.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.6.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport to v5: Add Maven compiler problem matcher for javac diagnostics by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1087\"\u003eactions/setup-java#1087\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: expose cache-primary-key output (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/597\"\u003e#597\u003c/a\u003e) [v5 backport] by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1089\"\u003eactions/setup-java#1089\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edist: Cover Tencent Kona JDK 25 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1108\"\u003e#1108\u003c/a\u003e) [v5 backport] by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1110\"\u003eactions/setup-java#1110\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1111\"\u003e#1111\u003c/a\u003e: Preserve Maven toolchains across repeated setup-java runs (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1099\"\u003e#1099\u003c/a\u003e) by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1113\"\u003eactions/setup-java#1113\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1097\"\u003e#1097\u003c/a\u003e/\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1098\"\u003e#1098\u003c/a\u003e to v5: cache Maven and Gradle wrapper distributions separately by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1122\"\u003eactions/setup-java#1122\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.6.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.6.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.5.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: enforce pre-PR validation (aggregate scripts, git hooks, PR checklist) by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1061\"\u003eactions/setup-java#1061\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github/codeql-action from 3 to 4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1069\"\u003eactions/setup-java#1069\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/checkout from 6 to 7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1068\"\u003eactions/setup-java#1068\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/setup-python from 5 to 6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1067\"\u003eactions/setup-java#1067\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​typescript-eslint/parser\u003c/code\u003e from 8.61.1 to 8.62.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1062\"\u003eactions/setup-java#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add verify-signature plumbing and Temurin+Microsoft verification support by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1060\"\u003eactions/setup-java#1060\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdated jetbrains test: https.request() now catches errors. This fixes leaking tests as well by \u003ca href=\"https://github.com/jmjaffe37\"\u003e\u003ccode\u003e@​jmjaffe37\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1070\"\u003eactions/setup-java#1070\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix arm64 e2e workflow tests mislabeled as x64 by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e with \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1073\"\u003eactions/setup-java#1073\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: suppress Maven transfer progress via MAVEN_ARGS by default (add show-download-progress input) by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1053\"\u003eactions/setup-java#1053\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Disable interactiveMode in generated Maven settings.xml by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e with \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1052\"\u003eactions/setup-java#1052\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prettier from 3.6.2 to 3.9.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1066\"\u003eactions/setup-java#1066\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.15.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1074\"\u003eactions/setup-java#1074\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Maven Toolchains grows unexpectedly by \u003ca href=\"https://github.com/Okeanos\"\u003e\u003ccode\u003e@​Okeanos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/534\"\u003eactions/setup-java#534\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edist: Support Tencent Kona JDK by \u003ca href=\"https://github.com/johnshajiang\"\u003e\u003ccode\u003e@​johnshajiang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/672\"\u003eactions/setup-java#672\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add set-default option by \u003ca href=\"https://github.com/gsmet\"\u003e\u003ccode\u003e@​gsmet\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1017\"\u003eactions/setup-java#1017\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs: document problem matcher (and how to disable it), Maven Wrapper caching, and generated interactiveMode by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1075\"\u003eactions/setup-java#1075\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add distribution detection support to .sdkmanrc file by \u003ca href=\"https://github.com/lukaszgyg\"\u003e\u003ccode\u003e@​lukaszgyg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/975\"\u003eactions/setup-java#975\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jmjaffe37\"\u003e\u003ccode\u003e@​jmjaffe37\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1070\"\u003eactions/setup-java#1070\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gsmet\"\u003e\u003ccode\u003e@​gsmet\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1017\"\u003eactions/setup-java#1017\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lukaszgyg\"\u003e\u003ccode\u003e@​lukaszgyg\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/975\"\u003eactions/setup-java#975\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.5.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.5.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​typescript-eslint/parser\u003c/code\u003e from 8.48.0 to 8.61.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1021\"\u003eactions/setup-java#1021\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix codeql workflow permissions by \u003ca href=\"https://github.com/jsoref\"\u003e\u003ccode\u003e@​jsoref\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/993\"\u003eactions/setup-java#993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix CodeQL permissions by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1025\"\u003eactions/setup-java#1025\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: reject non-semver candidate versions in isVersionSatisfies by \u003ca href=\"https://github.com/sproctor\"\u003e\u003ccode\u003e@​sproctor\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1009\"\u003eactions/setup-java#1009\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/cache\u003c/code\u003e to 5.1.0, handle cache write denied by \u003ca href=\"https://github.com/jasongin\"\u003e\u003ccode\u003e@​jasongin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1026\"\u003eactions/setup-java#1026\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Maven Wrapper cache feature by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1027\"\u003eactions/setup-java#1027\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSpelling by \u003ca href=\"https://github.com/jsoref\"\u003e\u003ccode\u003e@​jsoref\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/713\"\u003eactions/setup-java#713\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eadd link to advanced configuration for JetBrains by \u003ca href=\"https://github.com/robstoll\"\u003e\u003ccode\u003e@​robstoll\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/850\"\u003eactions/setup-java#850\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs(action): fix missing required or default fields by \u003ca href=\"https://github.com/kranthipoturaju\"\u003e\u003ccode\u003e@​kranthipoturaju\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1007\"\u003eactions/setup-java#1007\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add microsoft openjdk 17.0.18 by \u003ca href=\"https://github.com/al-kau\"\u003e\u003ccode\u003e@​al-kau\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1002\"\u003eactions/setup-java#1002\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/c5f2f2ea960c17e4f9a7e5f06303cb104dcfdeaa\"\u003e\u003ccode\u003ec5f2f2e\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 3 to 4 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1069\"\u003e#1069\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/623c707d77e926f0f5a50f82e56da1a94d0326f0\"\u003e\u003ccode\u003e623c707\u003c/code\u003e\u003c/a\u003e chore: enforce pre-PR validation (aggregate scripts, git hooks, PR checklist)...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1bcf9fb12cf4aa7d266a90ae39939e61372fe520\"\u003e\u003ccode\u003e1bcf9fb\u003c/code\u003e\u003c/a\u003e dist: Address Copilot review suggestions from PR \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1042\"\u003e#1042\u003c/a\u003e (GraalVM Community) (#...\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 5 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v5...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `android-actions/setup-android` from 3 to 4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/android-actions/setup-android/releases\"\u003eandroid-actions/setup-android's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cp\u003eHello,\u003c/p\u003e\n\u003cp\u003eThe long awaited update of setup-android.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eMigrate action to Node24 (by \u003ca href=\"https://github.com/TWiStErRob\"\u003e\u003ccode\u003e@​TWiStErRob\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd and default to cmdline-tools version 20.0 ( 14742923 )\u003c/li\u003e\n\u003cli\u003eUpdate CI runners (by \u003ca href=\"https://github.com/TWiStErRob\"\u003e\u003ccode\u003e@​TWiStErRob\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdate README.md (by \u003ca href=\"https://github.com/vil02\"\u003e\u003ccode\u003e@​vil02\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdate npm dependencies to solve CVE's\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eIncrementing major version to safeguard incase node upgrade or default cmdline-tools upgrade breaks something downstream.\u003c/p\u003e\n\u003ch2\u003ev3.2.2\u003c/h2\u003e\n\u003cp\u003eAdd support for cmdline-tools versions 12, 13, and 16 by \u003ca href=\"https://github.com/warting\"\u003e\u003ccode\u003e@​warting\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/android-actions/setup-android/pull/493\"\u003eandroid-actions/setup-android#493\u003c/a\u003e .\u003c/p\u003e\n\u003cp\u003eUpdated npm dependencies\u003c/p\u003e\n\u003ch2\u003ev3.2.1\u003c/h2\u003e\n\u003cp\u003eUpdated dependencies\u003c/p\u003e\n\u003ch2\u003ev3.2.0\u003c/h2\u003e\n\u003cp\u003eImplement 'packages' input argument, which allows choosing which packages to install from Android SDK\u003c/p\u003e\n\u003ch2\u003ev3.1.0\u003c/h2\u003e\n\u003cp\u003eAllow installing different Android SDK versions.\nAllow silent license agreement.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/40fd30fb8d7440372e1316f5d1809ec01dcd3699\"\u003e\u003ccode\u003e40fd30f\u003c/code\u003e\u003c/a\u003e Update setup-android version in README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/d4e21bf61b8c95806b69dd588354aa772ae9adf0\"\u003e\u003ccode\u003ed4e21bf\u003c/code\u003e\u003c/a\u003e Update dependencies and rebuild\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/b7f140eff502d947b5b2a930b942893442d92d74\"\u003e\u003ccode\u003eb7f140e\u003c/code\u003e\u003c/a\u003e Bump actions/checkout from 5 to 6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c\"\u003e\u003ccode\u003e651bceb\u003c/code\u003e\u003c/a\u003e Migrate from ncc to esbuild\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/144235e0587cf3d746e56d7bd53ca53a966e2000\"\u003e\u003ccode\u003e144235e\u003c/code\u003e\u003c/a\u003e Update actions steps. checkout to v5, node to v6, java to v5, codeql to v4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/200c644fca72efa03f84ad0c0e0bba00e6faa6e2\"\u003e\u003ccode\u003e200c644\u003c/code\u003e\u003c/a\u003e Add cmdline-tools version 20.0 ( 14742923 )\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/715acc5ce167ce4019cf2f743710d152080fd478\"\u003e\u003ccode\u003e715acc5\u003c/code\u003e\u003c/a\u003e Remove \u003ccode\u003e@​actions/cache\u003c/code\u003e dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/125835f877d12c4bf3f94ba8bc91deb608f0a0ed\"\u003e\u003ccode\u003e125835f\u003c/code\u003e\u003c/a\u003e Update (not all) deps, migrate eslint to new format. compile to es2024\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/c4c8fe5bcde35fd88354d5a39d4739cbaf13cc30\"\u003e\u003ccode\u003ec4c8fe5\u003c/code\u003e\u003c/a\u003e Encourage users to use latest version of \u003ccode\u003eactions/setup-java\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/6a40db5374286262464a7f8bbe2b8fc4f820518c\"\u003e\u003ccode\u003e6a40db5\u003c/code\u003e\u003c/a\u003e Migrate from Node 20 to Node 24\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/android-actions/setup-android/compare/v3...v4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/download-artifact` from 7 to 8\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/download-artifact/releases\"\u003eactions/download-artifact's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev8.0.0\u003c/h2\u003e\n\u003ch2\u003ev8 - What's new\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nactions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nHash mismatches will now error by default. Users can override this behavior with a setting change (see below).\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch3\u003eDirect downloads\u003c/h3\u003e\n\u003cp\u003eTo support direct uploads in \u003ccode\u003eactions/upload-artifact\u003c/code\u003e, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the \u003ccode\u003eContent-Type\u003c/code\u003e header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new \u003ccode\u003eskip-decompress\u003c/code\u003e parameter to \u003ccode\u003etrue\u003c/code\u003e.\u003c/p\u003e\n\u003ch3\u003eEnforced checks (breaking)\u003c/h3\u003e\n\u003cp\u003eA previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the \u003ccode\u003edigest-mismatch\u003c/code\u003e parameter. To be secure by default, we are now defaulting the behavior to \u003ccode\u003eerror\u003c/code\u003e which will fail the workflow run.\u003c/p\u003e\n\u003ch3\u003eESM\u003c/h3\u003e\n\u003cp\u003eTo support new versions of the @actions/* packages, we've upgraded the package to ESM.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDon't attempt to un-zip non-zipped downloads by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/460\"\u003eactions/download-artifact#460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd a setting to specify what to do on hash mismatch and default it to \u003ccode\u003eerror\u003c/code\u003e by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/461\"\u003eactions/download-artifact#461\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/download-artifact/compare/v7...v8.0.0\"\u003ehttps://github.com/actions/download-artifact/compare/v7...v8.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c\"\u003e\u003ccode\u003e3e5f45b\u003c/code\u003e\u003c/a\u003e Add regression tests for CJK characters (\u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/471\"\u003e#471\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/e6d03f67377d4412c7aa56a8e2e4988e6ec479dd\"\u003e\u003ccode\u003ee6d03f6\u003c/code\u003e\u003c/a\u003e Add a regression test for artifact name + content-type mismatches (\u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/472\"\u003e#472\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3\"\u003e\u003ccode\u003e70fc10c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/461\"\u003e#461\u003c/a\u003e from actions/danwkennedy/digest-mismatch-behavior\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/f258da9a506b755b84a09a531814700b86ccfc62\"\u003e\u003ccode\u003ef258da9\u003c/code\u003e\u003c/a\u003e Add change docs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/ccc058e5fbb0bb2352213eaec3491e117cbc4a5c\"\u003e\u003ccode\u003eccc058e\u003c/code\u003e\u003c/a\u003e Fix linting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/bd7976ba57ecea96e6f3df575eb922d11a12a9fd\"\u003e\u003ccode\u003ebd7976b\u003c/code\u003e\u003c/a\u003e Add a setting to specify what to do on hash mismatch and default it to \u003ccode\u003eerror\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/ac21fcf45e0aaee541c0f7030558bdad38d77d6c\"\u003e\u003ccode\u003eac21fcf\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/460\"\u003e#460\u003c/a\u003e from actions/danwkennedy/download-no-unzip\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/15999bff51058bc7c19b50ebbba518eaef7c26c0\"\u003e\u003ccode\u003e15999bf\u003c/code\u003e\u003c/a\u003e Add note about package bumps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/974686ed5098c7f9c9289ec946b9058e496a2561\"\u003e\u003ccode\u003e974686e\u003c/code\u003e\u003c/a\u003e Bump the version to \u003ccode\u003ev8\u003c/code\u003e and add release notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/fbe48b1d2756394be4cd4358ed3bc1343b330e75\"\u003e\u003ccode\u003efbe48b1\u003c/code\u003e\u003c/a\u003e Update test names to make it clearer what they do\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/download-artifact/compare/v7...v8\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/upload-artifact` from 5 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/upload-artifact/releases\"\u003eactions/upload-artifact's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003ev7 What's new\u003c/h2\u003e\n\u003ch3\u003eDirect Uploads\u003c/h3\u003e\n\u003cp\u003eAdds support for uploading single files directly (unzipped). Callers can set the new \u003ccode\u003earchive\u003c/code\u003e parameter to \u003ccode\u003efalse\u003c/code\u003e to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The \u003ccode\u003ename\u003c/code\u003e parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.\u003c/p\u003e\n\u003ch3\u003eESM\u003c/h3\u003e\n\u003cp\u003eTo support new versions of the \u003ccode\u003e@actions/*\u003c/code\u003e packages, we've upgraded the package to ESM.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd proxy integration test by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/754\"\u003eactions/upload-artifact#754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade the module to ESM and bump dependencies by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/762\"\u003eactions/upload-artifact#762\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSupport direct file uploads by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/764\"\u003eactions/upload-artifact#764\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- made their first contribution in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/754\"\u003eactions/upload-artifact#754\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/upload-artifact/compare/v6...v7.0.0\"\u003ehttps://github.com/actions/upload-artifact/compare/v6...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003ch2\u003ev6 - What's new\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nactions/upload-artifact@v6 now runs on Node.js 24 (\u003ccode\u003eruns.using: node24\u003c/code\u003e) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch3\u003eNode.js 24\u003c/h3\u003e\n\u003cp\u003eThis release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpload Artifact Node 24 support by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/719\"\u003eactions/upload-artifact#719\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: update \u003ccode\u003e@​actions/artifact\u003c/code\u003e for Node.js 24 punycode deprecation by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/744\"\u003eactions/upload-artifact#744\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eprepare release v6.0.0 for Node.js 24 support by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/745\"\u003eactions/upload-artifact#745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0\"\u003ehttps://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/043fb46d1a93c77aae656e7c1c64a875d1fc6a0a\"\u003e\u003ccode\u003e043fb46\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/797\"\u003e#797\u003c/a\u003e from actions/yacaovsnc/update-dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/634250c1388765ea7ed0f053e636f1f399000b94\"\u003e\u003ccode\u003e634250c\u003c/code\u003e\u003c/a\u003e Include changes in typespec/ts-http-runtime 0.3.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/e454baaac2be505c9450e11b8f3215c6fc023ce8\"\u003e\u003ccode\u003ee454baa\u003c/code\u003e\u003c/a\u003e Readme: bump all the example versions to v7 (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/796\"\u003e#796\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/74fad66b98a6d799dc004d3353ccd0e6f6b2530e\"\u003e\u003ccode\u003e74fad66\u003c/code\u003e\u003c/a\u003e Update the readme with direct upload details (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/795\"\u003e#795\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f\"\u003e\u003ccode\u003ebbbca2d\u003c/code\u003e\u003c/a\u003e Support direct file uploads (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/764\"\u003e#764\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/589182c5a4cec8920b8c1bce3e2fab1c97a02296\"\u003e\u003ccode\u003e589182c\u003c/code\u003e\u003c/a\u003e Upgrade the module to ESM and bump dependencies (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/762\"\u003e#762\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/47309c993abb98030a35d55ef7ff34b7fa1074b5\"\u003e\u003ccode\u003e47309c9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/754\"\u003e#754\u003c/a\u003e from actions/Link-/add-proxy-integration-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/02a8460834e70dab0ce194c64360c59dc1475ef0\"\u003e\u003ccode\u003e02a8460\u003c/code\u003e\u003c/a\u003e Add proxy integration test\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/b7c566a772e6b6bfb58ed0dc250532a479d7789f\"\u003e\u003ccode\u003eb7c566a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/745\"\u003e#745\u003c/a\u003e from actions/upload-artifact-v6-release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/e516bc8500aaf3d07d591fcd4ae6ab5f9c391d5b\"\u003e\u003ccode\u003ee516bc8\u003c/code\u003e\u003c/a\u003e docs: correct description of Node.js 24 support in README\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/upload-artifact/compare/v5...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/cache` from 4 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/releases\"\u003eactions/cache's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate packages, migrate to ESM by \u003ca href=\"https://github.com/Samirat\"\u003e\u003ccode\u003e@​Samirat\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1760\"\u003eactions/cache#1760\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v6.0.0\"\u003ehttps://github.com/actions/cache/compare/v5...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/cache\u003c/code\u003e to v5.1.0 - handle read-only cache access by \u003ca href=\"https://github.com/jasongin\"\u003e\u003ccode\u003e@​jasongin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1775\"\u003eactions/cache#1775\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.1.0\"\u003ehttps://github.com/actions/cache/compare/v5...v5.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ts-http-runtime dependency by \u003ca href=\"https://github.com/yacaovsnc\"\u003e\u003ccode\u003e@​yacaovsnc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1747\"\u003eactions/cache#1747\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.0.5\"\u003ehttps://github.com/actions/cache/compare/v5...v5.0.5\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd release instructions and update maintainer docs by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1696\"\u003eactions/cache#1696\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePotential fix for code scanning alert no. 52: Workflow does not contain permissions by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1697\"\u003eactions/cache#1697\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix workflow permissions and cleanup workflow names / formatting by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1699\"\u003eactions/cache#1699\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs: Update examples to use the latest version by \u003ca href=\"https://github.com/XZTDean\"\u003e\u003ccode\u003e@​XZTDean\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1690\"\u003eactions/cache#1690\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix proxy integration tests by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1701\"\u003eactions/cache#1701\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix cache key in examples.md for bun.lock by \u003ca href=\"https://github.com/RyPeck\"\u003e\u003ccode\u003e@​RyPeck\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1722\"\u003eactions/cache#1722\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate dependencies \u0026amp; patch security vulnerabilities by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1738\"\u003eactions/cache#1738\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/XZTDean\"\u003e\u003ccode\u003e@​XZTDean\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1690\"\u003eactions/cache#1690\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/RyPeck\"\u003e\u003ccode\u003e@​RyPeck\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1722\"\u003eactions/cache#1722\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.0.4\"\u003ehttps://github.com/actions/cache/compare/v5...v5.0.4\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.5 (Resolves: \u003ca href=\"https://github.com/actions/cache/security/dependabot/33\"\u003ehttps://github.com/actions/cache/security/dependabot/33\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/core\u003c/code\u003e to v2.0.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.0.3\"\u003ehttps://github.com/actions/cache/compare/v5...v5.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev.5.0.2\u003c/h2\u003e\n\u003ch1\u003ev5.0.2\u003c/h1\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003eactions/cache's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eReleases\u003c/h1\u003e\n\u003ch2\u003eHow to prepare a release\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!NOTE]\nRelevant for maintainers with write access only.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003col\u003e\n\u003cli\u003eSwitch to a new branch from \u003ccode\u003emain\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm test\u003c/code\u003e to ensure all tests are passing.\u003c/li\u003e\n\u003cli\u003eUpdate the version in \u003ca href=\"https://github.com/actions/cache/blob/main/package.json\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/package.json\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm run build\u003c/code\u003e to update the compiled files.\u003c/li\u003e\n\u003cli\u003eUpdate this \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/RELEASES.md\u003c/code\u003e\u003c/a\u003e with the new version and changes in the \u003ccode\u003e## Changelog\u003c/code\u003e section.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed cache\u003c/code\u003e to update the license report.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed status\u003c/code\u003e and resolve any warnings by updating the \u003ca href=\"https://github.com/actions/cache/blob/main/.licensed.yml\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/.licensed.yml\u003c/code\u003e\u003c/a\u003e file with the exceptions.\u003c/li\u003e\n\u003cli\u003eCommit your changes and push your branch upstream.\u003c/li\u003e\n\u003cli\u003eOpen a pull request against \u003ccode\u003emain\u003c/code\u003e and get it reviewed and merged.\u003c/li\u003e\n\u003cli\u003eDraft a new release \u003ca href=\"https://github.com/actions/cache/releases\"\u003ehttps://github.com/actions/cache/releases\u003c/a\u003e use the same version number used in \u003ccode\u003epackage.json\u003c/code\u003e\n\u003col\u003e\n\u003cli\u003eCreate a new tag with the version number.\u003c/li\u003e\n\u003cli\u003eAuto generate release notes and update them to match the changes you made in \u003ccode\u003eRELEASES.md\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eToggle the set as the latest release option.\u003c/li\u003e\n\u003cli\u003ePublish the release.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003cli\u003eNavigate to \u003ca href=\"https://github.com/actions/cache/actions/workflows/release-new-action-version.yml\"\u003ehttps://github.com/actions/cache/actions/workflows/release-new-action-version.yml\u003c/a\u003e\n\u003col\u003e\n\u003cli\u003eThere should be a workflow run queued with the same version number.\u003c/li\u003e\n\u003cli\u003eApprove the run to publish the new version and update the major tags for this action.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003e6.1.0\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v6.1.0 to pick up \u003ca href=\"https://redirect.github.com/actions/toolkit/pull/2435\"\u003eactions/toolkit#2435 Handle cache write error due to read-only token\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch redundant \u0026quot;Cache save failed\u0026quot; warning to debug log in save-only\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e6.0.0\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdated \u003ccode\u003e@actions/cache\u003c/code\u003e to ^6.0.1, \u003ccode\u003e@actions/core\u003c/code\u003e to ^3.0.1, \u003ccode\u003e@actions/exec\u003c/code\u003e to ^3.0.0, \u003ccode\u003e@actions/io\u003c/code\u003e to ^3.0.2\u003c/li\u003e\n\u003cli\u003eMigrated to ESM module system\u003c/li\u003e\n\u003cli\u003eUpgraded Jest to v30 and test infrastructure to be ESM compatible\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.4\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003eminimatch\u003c/code\u003e to v3.1.5 (fixes ReDoS via globstar patterns)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003eundici\u003c/code\u003e to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003efast-xml-parser\u003c/code\u003e to v5.5.6\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.3\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.5 (Resolves: \u003ca href=\"https://github.com/actions/cache/security/dependabot/33\"\u003ehttps://github.com/actions/cache/security/dependabot/33\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/core\u003c/code\u003e to v2.0.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.2\u003c/h3\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/55cc8345863c7cc4c66a329aec7e433d2d1c52a9\"\u003e\u003ccode\u003e55cc834\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/cache/issues/1768\"\u003e#1768\u003c/a\u003e from jasongin/readonly-cache\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/d8cd72f230726cdf4457ebb61ec1b593a8d12337\"\u003e\u003ccode\u003ed8cd72f\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/cache\u003c/code\u003e to v6.1.0 - handle cache write error due to RO token\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/2c8a9bd7457de244a408f35966fab2fb45fda9c8\"\u003e\u003ccode\u003e2c8a9bd\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/cache/issues/1760\"\u003e#1760\u003c/a\u003e from actions/samirat/esm_migration_and_package_update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/e9b91fdc3fea7d79165fceb79042ef45c2d51023\"\u003e\u003ccode\u003ee9b91fd\u003c/code\u003e\u003c/a\u003e Prettier fixes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/e4884b8ff7f92ef6b52c79eda480bbc86e685adb\"\u003e\u003ccode\u003ee4884b8\u003c/code\u003e\u003c/a\u003e Rebuild dist\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/10baf0191a3c426ea0fa4a3253a5c04233b6e18f\"\u003e\u003ccode\u003e10baf01\u003c/code\u003e\u003c/a\u003e Fixed licenses\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/e39b386c9004d72a15d864ade8c0b3a702d47a37\"\u003e\u003ccode\u003ee39b386\u003c/code\u003e\u003c/a\u003e Fix test mock return order\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/b6928203372a8571ff984c0c883ef3a1adfb0c06\"\u003e\u003ccode\u003eb692820\u003c/code\u003e\u003c/a\u003e PR feedback\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/60749128a44d25d3c520a489e576380cf00ff3f1\"\u003e\u003ccode\u003e6074912\u003c/code\u003e\u003c/a\u003e Rebuild dist bundles as ESM to match type:module\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/5a912e8b4af820fa082a0e75cfd2c782f8fbfe0e\"\u003e\u003ccode\u003e5a912e8\u003c/code\u003e\u003c/a\u003e Fix lint and jest issues\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/cache/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `softprops/action-gh-release` from 2 to 3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/softprops/action-gh-release/releases\"\u003esoftprops/action-gh-release's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.0.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e3.0.0\u003c/code\u003e is a major release that moves the action runtime from Node 20 to Node 24.\nUse \u003ccode\u003ev3\u003c/code\u003e on GitHub-hosted runners and self-hosted fleets that already support the\nNode 24 Actions runtime. If you still need the last Node 20-compatible line, stay on\n\u003ccode\u003ev2.6.2\u003c/code\u003e.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMove the action runtime and bundle target to Node 24\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@types/node\u003c/code\u003e to the Node 24 line and allow future Dependabot updates\u003c/li\u003e\n\u003cli\u003eKeep the floating major tag on \u003ccode\u003ev3\u003c/code\u003e; \u003ccode\u003ev2\u003c/code\u003e remains pinned to the latest \u003ccode\u003e2.x\u003c/code\u003e release\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.6.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump picomatch from 4.0.3 to 4.0.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/775\"\u003esoftprops/action-gh-release#775\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/777\"\u003esoftprops/action-gh-release#777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump vite from 8.0.0 to 8.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/781\"\u003esoftprops/action-gh-release#781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/softprops/action-gh-release/compare/v2...v2.6.2\"\u003ehttps://github.com/softprops/action-gh-release/compare/v2...v2.6.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.6.1\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e2.6.1\u003c/code\u003e is a patch release focused on restoring linked discussion thread creation when\n\u003ccode\u003ediscussion_category_name\u003c/code\u003e is set. It fixes \u003ccode\u003e[#764](https://github.com/softprops/action-gh-release/issues/764)\u003c/code\u003e, where the draft-first publish flow\nstopped carrying the discussion category through the final publish step.\u003c/p\u003e\n\u003cp\u003eIf you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBug fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix: preserve discussion category on publish by \u003ca href=\"https://github.com/chenrui333\"\u003e\u003ccode\u003e@​chenrui333\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/765\"\u003esoftprops/action-gh-release#765\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.6.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e2.6.0\u003c/code\u003e is a minor release centered on \u003ccode\u003eprevious_tag\u003c/code\u003e support for \u003ccode\u003egenerate_release_notes\u003c/code\u003e,\nwhich lets workflows pin GitHub's comparison base explicitly instead of relying on the default range.\nIt also includes the recent concurrent asset upload recovery fix, a \u003ccode\u003eworking_directory\u003c/code\u003e docs sync,\na checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where\nGitHub platform behavior imposes constraints on how prerelease asset uploads can be published.\u003c/p\u003e\n\u003cp\u003eIf you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md\"\u003esoftprops/action-gh-release's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e0.1.13\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix issue with multiple runs concatenating release bodies \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/145\"\u003e#145\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/3d0d9888cb7fd7b750713d6e236d1fcb99157228\"\u003e\u003ccode\u003e3d0d988\u003c/code\u003e\u003c/a\u003e release 3.0.2 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/818\"\u003e#818\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/7e13ed4ac596a4adf801d3812be5a089356949aa\"\u003e\u003ccode\u003e7e13ed4\u003c/code\u003e\u003c/a\u003e fix: clarify release creation 404 errors (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/817\"\u003e#817\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/e6c70a53cf67373fbff7eeebca7782b4fe8f106c\"\u003e\u003ccode\u003ee6c70a5\u003c/code\u003e\u003c/a\u003e fix: replace existing release assets on Gitea (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/816\"\u003e#816\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/f3453378888d5ef6208e2788af1c5ba50d8a898d\"\u003e\u003ccode\u003ef345337\u003c/code\u003e\u003c/a\u003e fix: publish existing draft releases as prereleases (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/801\"\u003e#801\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/d8a89a206684ded8435bf16d6f698bf04ab05164\"\u003e\u003ccode\u003ed8a89a2\u003c/code\u003e\u003c/a\u003e fix: upload small checksum assets reliably (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/815\"\u003e#815\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/45ece40c3178522904ac6c51c21d8a4e3565f3c8\"\u003e\u003ccode\u003e45ece40\u003c/code\u003e\u003c/a\u003e chore(deps): remove unused TypeScript tooling (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/814\"\u003e#814\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/f6b913c3f95302d88e8ef7cb2859c2e7656aa01e\"\u003e\u003ccode\u003ef6b913c\u003c/code\u003e\u003c/a\u003e feat: improve release error reporting and test coverage (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/813\"\u003e#813\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/15f193d7d8aa9623b5181913a31fafceb4e8cef9\"\u003e\u003ccode\u003e15f193d\u003c/code\u003e\u003c/a\u003e chore(deps): upgrade TypeScript to 7 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/812\"\u003e#812\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/cc8268d46a81d57ec9b061f27b0dd68ebd7fb17f\"\u003e\u003ccode\u003ecc8268d\u003c/code\u003e\u003c/a\u003e chore(deps): bump actions/checkout in the github-actions group (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/810\"\u003e#810\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/fd0ed1e85b6730f87f5c67d7355751c46ad513d6\"\u003e\u003ccode\u003efd0ed1e\u003c/code\u003e\u003c/a\u003e chore(deps): bump the npm group with 3 updates (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/811\"\u003e#811\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/softprops/action-gh-release/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually b...\n\n_Description has been truncated_","html_url":"https://github.com/chaitanya-92/Manager-s/pull/8","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaitanya-92%2FManager-s/issues/8","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/8/packages"},{"uuid":"5013712307","node_id":"PR_kwDOSQq6Wc74NY4E","number":250,"state":"closed","title":"build(deps): bump the actions-production-dependencies group across 1 directory with 14 updates","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-07-30T21:26:41.000Z","author_association":null,"state_reason":null,"created_at":"2026-07-29T21:24:45.000Z","updated_at":"2026-07-30T21:26:44.000Z","time_to_close":86516,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): bump","group_name":"actions-production-dependencies","update_count":14,"packages":[{"name":"actions/checkout","old_version":"6.0.1","new_version":"7.0.1","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-python","old_version":"6","new_version":"7","repository_url":"https://github.com/actions/setup-python"},{"name":"docker/login-action","old_version":"3","new_version":"4","repository_url":"https://github.com/docker/login-action"},{"name":"docker/setup-qemu-action","old_version":"3","new_version":"4","repository_url":"https://github.com/docker/setup-qemu-action"},{"name":"docker/setup-buildx-action","old_version":"3","new_version":"4","repository_url":"https://github.com/docker/setup-buildx-action"},{"name":"docker/build-push-action","old_version":"6.18.0","new_version":"7.3.0","repository_url":"https://github.com/docker/build-push-action"},{"name":"fossas/fossa-action","old_version":"1.7.0","new_version":"2.0.0","repository_url":"https://github.com/fossas/fossa-action"},{"name":"gradle/actions","old_version":"5.0.0","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"},{"name":"dorny/paths-filter","old_version":"3","new_version":"4","repository_url":"https://github.com/dorny/paths-filter"},{"name":"actions/github-script","old_version":"8","new_version":"9","repository_url":"https://github.com/actions/github-script"},{"name":"ossf/scorecard-action","old_version":"2.4.3","new_version":"2.4.4","repository_url":"https://github.com/ossf/scorecard-action"},{"name":"actions/upload-artifact","old_version":"6.0.0","new_version":"7.0.1","repository_url":"https://github.com/actions/upload-artifact"},{"name":"github/codeql-action/upload-sarif","old_version":"4.31.9","new_version":"4.37.3","repository_url":"https://github.com/github/codeql-action"},{"name":"actions/stale","old_version":"10","new_version":"11","repository_url":"https://github.com/actions/stale"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions-production-dependencies group with 14 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `7.0.1` |\n| [actions/setup-python](https://github.com/actions/setup-python) | `6` | `7` |\n| [docker/login-action](https://github.com/docker/login-action) | `3` | `4` |\n| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` |\n| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` |\n| [docker/build-push-action](https://github.com/docker/build-push-action) | `6.18.0` | `7.3.0` |\n| [fossas/fossa-action](https://github.com/fossas/fossa-action) | `1.7.0` | `2.0.0` |\n| [gradle/actions](https://github.com/gradle/actions) | `5.0.0` | `6.2.0` |\n| [dorny/paths-filter](https://github.com/dorny/paths-filter) | `3` | `4` |\n| [actions/github-script](https://github.com/actions/github-script) | `8` | `9` |\n| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.3` | `2.4.4` |\n| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6.0.0` | `7.0.1` |\n| [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.31.9` | `4.37.3` |\n| [actions/stale](https://github.com/actions/stale) | `10` | `11` |\n\n\nUpdates `actions/checkout` from 6.0.1 to 7.0.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eskip running unsafe pr check if input is default by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2518\"\u003eactions/checkout#2518\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003etrim only ascii whitespace for branch by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2521\"\u003eactions/checkout#2521\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape values passed to --unset by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2530\"\u003eactions/checkout#2530\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVarious dependency updates\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v7...v7.0.1\"\u003ehttps://github.com/actions/checkout/compare/v7...v7.0.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e[BREAKING]\u003c/strong\u003e backport \u003ccode\u003eallow-unsafe-pr-checkout\u003c/code\u003e to v6 by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2500\"\u003eactions/checkout#2500\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebackport fixes to releases-v6 by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2527\"\u003eactions/checkout#2527\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003ca href=\"https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/\"\u003ehttps://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/\u003c/a\u003e for more details about this breaking change\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v6.1.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v6.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/3d3c42e5aac5ba805825da76410c181273ba90b1\"\u003e\u003ccode\u003e3d3c42e\u003c/code\u003e\u003c/a\u003e prep v7.0.1 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2531\"\u003e#2531\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/28802689a136bfcdb721715abd713740beecbe07\"\u003e\u003ccode\u003e2880268\u003c/code\u003e\u003c/a\u003e escape values passed to --unset (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2530\"\u003e#2530\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/12cd2235efa0937479335606d7c3ac9f6c0973b1\"\u003e\u003ccode\u003e12cd223\u003c/code\u003e\u003c/a\u003e trim only ascii whitespace for branch (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2521\"\u003e#2521\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/62661c4e71a304b2823ed026347b8d34c3eac541\"\u003e\u003ccode\u003e62661c4\u003c/code\u003e\u003c/a\u003e skip running unsafe pr check if input is default (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2518\"\u003e#2518\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/e8d4307400f9427dba7cb98e488d6ab85f1cec5f\"\u003e\u003ccode\u003ee8d4307\u003c/code\u003e\u003c/a\u003e Bump the minor-actions-dependencies group with 2 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2499\"\u003e#2499\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/631c942040754b6e095e929c1677c07e10ed4f87\"\u003e\u003ccode\u003e631c942\u003c/code\u003e\u003c/a\u003e eslint 9 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2474\"\u003e#2474\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/4f1f4aec02e41874fa0262ea8ff5172d7978ad1e\"\u003e\u003ccode\u003e4f1f4ae\u003c/code\u003e\u003c/a\u003e Bump actions/upload-artifact from 4 to 7 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2476\"\u003e#2476\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/ba097532fb203f7e88c9c3c0b899b49469908a92\"\u003e\u003ccode\u003eba09753\u003c/code\u003e\u003c/a\u003e Bump actions/checkout from 6 to 7 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2488\"\u003e#2488\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/b9e0990d219a03df7633c93f6f005a8fecbcab22\"\u003e\u003ccode\u003eb9e0990\u003c/code\u003e\u003c/a\u003e Bump docker/login-action from 3.3.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2479\"\u003e#2479\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/e8cb398be4a550817e382abf69e4c12c76fce1f2\"\u003e\u003ccode\u003ee8cb398\u003c/code\u003e\u003c/a\u003e Bump docker/build-push-action from 6.5.0 to 7.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2478\"\u003e#2478\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v7.0.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-python` from 6 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-python/releases\"\u003eactions/setup-python's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancements\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMigrate to ESM and upgrade dependencies by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1330\"\u003eactions/setup-python#1330\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePin SHA commits and update docs with latest versions by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1338\"\u003eactions/setup-python#1338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove the pip-install input by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1336\"\u003eactions/setup-python#1336\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix to Classify stderr warning messages as warnings instead of errors in annotations by \u003ca href=\"https://github.com/lmvysakh\"\u003e\u003ccode\u003e@​lmvysakh\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1335\"\u003eactions/setup-python#1335\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eValidate and retry manifest fetch to prevent silent failures by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1332\"\u003eactions/setup-python#1332\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency Upgrade\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump certifi from 2020.6.20 to 2024.7.4 in /\u003cstrong\u003etests\u003c/strong\u003e/data by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1328\"\u003eactions/setup-python#1328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove EOL Python versions and Bumps numpy text fixture by \u003ca href=\"https://github.com/priya-kinthali\"\u003e\u003ccode\u003e@​priya-kinthali\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1333\"\u003eactions/setup-python#1333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/cache\u003c/code\u003e to 6.2.0 by \u003ca href=\"https://github.com/philip-gai\"\u003e\u003ccode\u003e@​philip-gai\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1337\"\u003eactions/setup-python#1337\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lmvysakh\"\u003e\u003ccode\u003e@​lmvysakh\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1335\"\u003eactions/setup-python#1335\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/philip-gai\"\u003e\u003ccode\u003e@​philip-gai\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1337\"\u003eactions/setup-python#1337\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-python/compare/v6...v7.0.0\"\u003ehttps://github.com/actions/setup-python/compare/v6...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancement\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd RHEL support and include Linux distro in cache keys by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1323\"\u003eactions/setup-python#1323\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix pip cache error handling on Windows by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1040\"\u003eactions/setup-python#1040\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency update\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade minimatch from 3.1.2 to 3.1.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1281\"\u003eactions/setup-python#1281\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade actions dependencies by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e with \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1303\"\u003eactions/setup-python#1303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/cache\u003c/code\u003e to 5.1.0, log cache write denied by \u003ca href=\"https://github.com/jasongin\"\u003e\u003ccode\u003e@​jasongin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1324\"\u003eactions/setup-python#1324\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade dependency versions and test workflow configuration by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1322\"\u003eactions/setup-python#1322\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate advanced-usage.md by \u003ca href=\"https://github.com/Dunky-Z\"\u003e\u003ccode\u003e@​Dunky-Z\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/811\"\u003eactions/setup-python#811\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e with \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1303\"\u003eactions/setup-python#1303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jasongin\"\u003e\u003ccode\u003e@​jasongin\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1324\"\u003eactions/setup-python#1324\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Dunky-Z\"\u003e\u003ccode\u003e@​Dunky-Z\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/811\"\u003eactions/setup-python#811\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0\"\u003ehttps://github.com/actions/setup-python/compare/v6.2.0...v6.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDependency Upgrades\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade dependencies to Node 24 compatible versions by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1259\"\u003eactions/setup-python#1259\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/5fda3b95a4ea91299a34e894583c3862153e4b97\"\u003e\u003ccode\u003e5fda3b9\u003c/code\u003e\u003c/a\u003e Pin SHA commits and update docs with latest versions (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1338\"\u003e#1338\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/4ab7e95f05e168b4356aebde89dd84f59c283d8e\"\u003e\u003ccode\u003e4ab7e95\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1337\"\u003e#1337\u003c/a\u003e from actions/philip-gai/bump-actions-cache-6-2-0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/0f3a009f475dbea83c0371cd85d099690fee8c5c\"\u003e\u003ccode\u003e0f3a009\u003c/code\u003e\u003c/a\u003e Remove the pip-install input (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1336\"\u003e#1336\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/f8cf4291c8b8e273ddd26e569454615c7315d932\"\u003e\u003ccode\u003ef8cf429\u003c/code\u003e\u003c/a\u003e Migrate to ESM and upgrade dependencies (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1330\"\u003e#1330\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/54baeea5b34417d10a7479663a23cca53ea209b5\"\u003e\u003ccode\u003e54baeea\u003c/code\u003e\u003c/a\u003e Validate and retry manifest fetch to prevent silent failures (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1332\"\u003e#1332\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/c7092773a316760f4ecfe498e4af668a4dafeac5\"\u003e\u003ccode\u003ec709277\u003c/code\u003e\u003c/a\u003e Annotation code fix (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1335\"\u003e#1335\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/6849080452e69b330395e8a6d23cf90f56d76a1a\"\u003e\u003ccode\u003e6849080\u003c/code\u003e\u003c/a\u003e remove EOL Python versions and Bumps numpy text fixture (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1333\"\u003e#1333\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/0903b469fbf4441aadfe4f4b249dc5b1fba3a73e\"\u003e\u003ccode\u003e0903b46\u003c/code\u003e\u003c/a\u003e Bump certifi from 2020.6.20 to 2024.7.4 in /\u003cstrong\u003etests\u003c/strong\u003e/data (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1328\"\u003e#1328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/setup-python/compare/v6...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/login-action` from 3 to 4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/login-action/releases\"\u003edocker/login-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode 24 as default runtime (requires \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eActions Runner v2.327.1\u003c/a\u003e or later) by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/929\"\u003edocker/login-action#929\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch to ESM and update config/test wiring by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/927\"\u003edocker/login-action#927\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.11.1 to 3.0.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/919\"\u003edocker/login-action#919\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr\u003c/code\u003e from 3.890.0 to 3.1000.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/909\"\u003edocker/login-action#909\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/920\"\u003edocker/login-action#920\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr-public\u003c/code\u003e from 3.890.0 to 3.1000.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/909\"\u003edocker/login-action#909\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/920\"\u003edocker/login-action#920\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.63.0 to 0.77.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/910\"\u003edocker/login-action#910\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/928\"\u003edocker/login-action#928\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​isaacs/brace-expansion\u003c/code\u003e from 5.0.0 to 5.0.1 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/921\"\u003edocker/login-action#921\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.1.1 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/901\"\u003edocker/login-action#901\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/login-action/compare/v3.7.0...v4.0.0\"\u003ehttps://github.com/docker/login-action/compare/v3.7.0...v4.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.7.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003escope\u003c/code\u003e input to set scopes for the authentication token by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/912\"\u003edocker/login-action#912\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd support for AWS European Sovereign Cloud ECR by \u003ca href=\"https://github.com/dphi\"\u003e\u003ccode\u003e@​dphi\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/914\"\u003edocker/login-action#914\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEnsure passwords are redacted with \u003ccode\u003eregistry-auth\u003c/code\u003e input by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/911\"\u003edocker/login-action#911\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump lodash from 4.17.21 to 4.17.23 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/915\"\u003edocker/login-action#915\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/login-action/compare/v3.6.0...v3.7.0\"\u003ehttps://github.com/docker/login-action/compare/v3.6.0...v3.7.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.6.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003eregistry-auth\u003c/code\u003e input for raw authentication to registries by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/887\"\u003edocker/login-action#887\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr\u003c/code\u003e to 3.890.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/882\"\u003edocker/login-action#882\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/890\"\u003edocker/login-action#890\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr-public\u003c/code\u003e to 3.890.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/882\"\u003edocker/login-action#882\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/890\"\u003edocker/login-action#890\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.62.1 to 0.63.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/883\"\u003edocker/login-action#883\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.11 to 1.1.12 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/880\"\u003edocker/login-action#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 5.28.4 to 5.29.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/879\"\u003edocker/login-action#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump tmp from 0.2.3 to 0.2.4 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/881\"\u003edocker/login-action#881\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/login-action/compare/v3.5.0...v3.6.0\"\u003ehttps://github.com/docker/login-action/compare/v3.5.0...v3.6.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.5.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport dual-stack endpoints for AWS ECR by \u003ca href=\"https://github.com/Spacefish\"\u003e\u003ccode\u003e@​Spacefish\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/874\"\u003edocker/login-action#874\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/876\"\u003edocker/login-action#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr\u003c/code\u003e to 3.859.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/860\"\u003edocker/login-action#860\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/878\"\u003edocker/login-action#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr-public\u003c/code\u003e to 3.859.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/860\"\u003edocker/login-action#860\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/878\"\u003edocker/login-action#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.57.0 to 0.62.1 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/870\"\u003edocker/login-action#870\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump form-data from 2.5.1 to 2.5.5 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/875\"\u003edocker/login-action#875\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/login-action/compare/v3.4.0...v3.5.0\"\u003ehttps://github.com/docker/login-action/compare/v3.4.0...v3.5.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.4.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.10.1 to 1.11.1 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/791\"\u003edocker/login-action#791\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr\u003c/code\u003e to 3.766.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/789\"\u003edocker/login-action#789\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/856\"\u003edocker/login-action#856\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr-public\u003c/code\u003e to 3.758.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/789\"\u003edocker/login-action#789\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/856\"\u003edocker/login-action#856\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.35.0 to 0.57.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/801\"\u003edocker/login-action#801\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/806\"\u003edocker/login-action#806\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/858\"\u003edocker/login-action#858\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump cross-spawn from 7.0.3 to 7.0.6 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/814\"\u003edocker/login-action#814\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump https-proxy-agent from 7.0.5 to 7.0.6 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/823\"\u003edocker/login-action#823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump path-to-regexp from 6.2.2 to 6.3.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/777\"\u003edocker/login-action#777\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/login-action/compare/v3.3.0...v3.4.0\"\u003ehttps://github.com/docker/login-action/compare/v3.3.0...v3.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/dbcb813823bdd20940b903addbd779551569679f\"\u003e\u003ccode\u003edbcb813\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/login-action/issues/1051\"\u003e#1051\u003c/a\u003e from docker/dependabot/npm_and_yarn/aws-sdk-dependen...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/5bcb015ee6ec720ecdeaef2dc1164122e9b209fc\"\u003e\u003ccode\u003e5bcb015\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/b30b2f2d3196c1714318ba0c3c3bec211d949752\"\u003e\u003ccode\u003eb30b2f2\u003c/code\u003e\u003c/a\u003e build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/9087f1e6d666fe0292409e3c819680c18526e108\"\u003e\u003ccode\u003e9087f1e\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/login-action/issues/1057\"\u003e#1057\u003c/a\u003e from docker/dependabot/npm_and_yarn/js-yaml-5.2.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/0009830ea169ca16c24c0ea4cac1c325bfa3aee4\"\u003e\u003ccode\u003e0009830\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/23255232d3e43c8f0052d9a0dba82a515a88ce92\"\u003e\u003ccode\u003e2325523\u003c/code\u003e\u003c/a\u003e build(deps): bump js-yaml from 5.2.1 to 5.2.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/4ec1d4a769e8b05a89a7396551dc38b329211688\"\u003e\u003ccode\u003e4ec1d4a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/login-action/issues/1056\"\u003e#1056\u003c/a\u003e from docker/dependabot/npm_and_yarn/postcss-8.5.22\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/5fc99ba47bca274c5a499688f71c7ea79c0ea1b3\"\u003e\u003ccode\u003e5fc99ba\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/login-action/issues/1053\"\u003e#1053\u003c/a\u003e from docker/dependabot/github_actions/aws-actions/co...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/e512bd59d16c53d79ea5c0f0e345fe554453c4bb\"\u003e\u003ccode\u003ee512bd5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/login-action/issues/1052\"\u003e#1052\u003c/a\u003e from docker/dependabot/github_actions/codeql-actions...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/a146c91b8f371700d323bae808af7cbdc2766ed5\"\u003e\u003ccode\u003ea146c91\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/login-action/issues/1059\"\u003e#1059\u003c/a\u003e from crazy-max/harden-buildx-scope-paths\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/docker/login-action/compare/v3...v4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/setup-qemu-action` from 3 to 4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/setup-qemu-action/releases\"\u003edocker/setup-qemu-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode 24 as default runtime (requires \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eActions Runner v2.327.1\u003c/a\u003e or later) by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/245\"\u003edocker/setup-qemu-action#245\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch to ESM and update config/test wiring by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/241\"\u003edocker/setup-qemu-action#241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.11.1 to 3.0.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/244\"\u003edocker/setup-qemu-action#244\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.67.0 to 0.77.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/243\"\u003edocker/setup-qemu-action#243\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​isaacs/brace-expansion\u003c/code\u003e from 5.0.0 to 5.0.1 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/240\"\u003edocker/setup-qemu-action#240\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 3.14.1 to 3.14.2 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/231\"\u003edocker/setup-qemu-action#231\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.21 to 4.17.23 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/238\"\u003edocker/setup-qemu-action#238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.7.0...v4.0.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.7.0...v4.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.7.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.56.0 to 0.67.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/217\"\u003edocker/setup-qemu-action#217\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/230\"\u003edocker/setup-qemu-action#230\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.11 to 1.1.12 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/220\"\u003edocker/setup-qemu-action#220\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump form-data from 2.5.1 to 2.5.5 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/218\"\u003edocker/setup-qemu-action#218\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump tmp from 0.2.3 to 0.2.4 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/221\"\u003edocker/setup-qemu-action#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 5.28.4 to 5.29.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/219\"\u003edocker/setup-qemu-action#219\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.6.0...v3.7.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.6.0...v3.7.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.6.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDisplay binfmt version by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/202\"\u003edocker/setup-qemu-action#202\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.5.0...v3.6.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.5.0...v3.6.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.5.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.54.0 to 0.56.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/205\"\u003edocker/setup-qemu-action#205\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.4.0...v3.5.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.4.0...v3.5.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.4.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.49.0 to 0.54.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/193\"\u003edocker/setup-qemu-action#193\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/197\"\u003edocker/setup-qemu-action#197\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.3.0...v3.4.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.3.0...v3.4.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003ecache-image\u003c/code\u003e input to enable/disable caching of binfmt image by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/130\"\u003edocker/setup-qemu-action#130\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.10.1 to 1.11.1 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/172\"\u003edocker/setup-qemu-action#172\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.35.0 to 0.49.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/187\"\u003edocker/setup-qemu-action#187\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump cross-spawn from 7.0.3 to 7.0.6 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/182\"\u003edocker/setup-qemu-action#182\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump path-to-regexp from 6.2.2 to 6.3.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/162\"\u003edocker/setup-qemu-action#162\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.3.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.2.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.31.0 to 0.35.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/154\"\u003edocker/setup-qemu-action#154\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/155\"\u003edocker/setup-qemu-action#155\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.1.0...v3.2.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.1.0...v3.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.1.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/96fe6ef7f33517b61c61be40b68a1882f3264fb8\"\u003e\u003ccode\u003e96fe6ef\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/issues/315\"\u003e#315\u003c/a\u003e from docker/dependabot/npm_and_yarn/docker/actions-to...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/31f08d3fc9186dbe4b4550696f2e32e9aa7f9465\"\u003e\u003ccode\u003e31f08d3\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/4e7017a474d2cf3912bb0437f7fafec6d5fb6c52\"\u003e\u003ccode\u003e4e7017a\u003c/code\u003e\u003c/a\u003e build(deps): bump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.91.0 to 0.92.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/0eca235293ca1939b58c082f69bdc981ccce8c94\"\u003e\u003ccode\u003e0eca235\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/issues/314\"\u003e#314\u003c/a\u003e from crazy-max/fix-yarn-preapprove-actions-toolkit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/ea66a4130b037e7961e14a0e5b155836e797cced\"\u003e\u003ccode\u003eea66a41\u003c/code\u003e\u003c/a\u003e chore: allow actions-toolkit to bypass yarn age gate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/451542b03ae7946b7082a398b11c8c315a0e4e80\"\u003e\u003ccode\u003e451542b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/issues/308\"\u003e#308\u003c/a\u003e from docker/dependabot/npm_and_yarn/undici-6.27.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/532ae0057542ec2102e2d19e9feccf85f1f69013\"\u003e\u003ccode\u003e532ae00\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/b6f5af659afad3f9931b782668dee4595ae7e841\"\u003e\u003ccode\u003eb6f5af6\u003c/code\u003e\u003c/a\u003e build(deps): bump undici from 6.26.0 to 6.27.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/cf96b86294b57480ac6d330bd177fca87eac95bc\"\u003e\u003ccode\u003ecf96b86\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/issues/304\"\u003e#304\u003c/a\u003e from docker/dependabot/npm_and_yarn/tmp-0.2.7\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/f0ba643f78dc96bc931fb83e5dadc39628e10047\"\u003e\u003ccode\u003ef0ba643\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3...v4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/setup-buildx-action` from 3 to 4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/setup-buildx-action/releases\"\u003edocker/setup-buildx-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode 24 as default runtime (requires \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eActions Runner v2.327.1\u003c/a\u003e or later) by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/483\"\u003edocker/setup-buildx-action#483\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove deprecated inputs/outputs by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/464\"\u003edocker/setup-buildx-action#464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch to ESM and update config/test wiring by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/481\"\u003edocker/setup-buildx-action#481\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.11.1 to 3.0.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/475\"\u003edocker/setup-buildx-action#475\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.63.0 to 0.79.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/482\"\u003edocker/setup-buildx-action#482\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/485\"\u003edocker/setup-buildx-action#485\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.1.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/452\"\u003edocker/setup-buildx-action#452\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.21 to 4.17.23 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/472\"\u003edocker/setup-buildx-action#472\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/480\"\u003edocker/setup-buildx-action#480\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.12.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeprecate \u003ccode\u003einstall\u003c/code\u003e input by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/455\"\u003edocker/setup-buildx-action#455\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.62.1 to 0.63.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/434\"\u003edocker/setup-buildx-action#434\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.11 to 1.1.12 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/436\"\u003edocker/setup-buildx-action#436\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump form-data from 2.5.1 to 2.5.5 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/432\"\u003edocker/setup-buildx-action#432\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 5.28.4 to 5.29.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/435\"\u003edocker/setup-buildx-action#435\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.11.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix \u003ccode\u003ekeep-state\u003c/code\u003e not being respected by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/429\"\u003edocker/setup-buildx-action#429\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eKeep BuildKit state support by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/427\"\u003edocker/setup-buildx-action#427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove aliases created when installing by default by \u003ca href=\"https://github.com/hashhar\"\u003e\u003ccode\u003e@​hashhar\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/139\"\u003edocker/setup-buildx-action#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.56.0 to 0.62.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/422\"\u003edocker/setup-buildx-action#422\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/425\"\u003edocker/setup-buildx-action#425\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.54.0 to 0.56.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/408\"\u003edocker/setup-buildx-action#408\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.9.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.48.0 to 0.54.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/402\"\u003edocker/setup-buildx-action#402\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/404\"\u003edocker/setup-buildx-action#404\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.8.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMake cloud prefix optional to download buildx if driver is cloud by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/390\"\u003edocker/setup-buildx-action#390\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.10.1 to 1.11.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/370\"\u003edocker/setup-buildx-action#370\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.39.0 to 0.48.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/389\"\u003edocker/setup-buildx-action#389\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump cross-spawn from 7.0.3 to 7.0.6 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/382\"\u003edocker/setup-buildx-action#382\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c\"\u003e\u003ccode\u003ebb05f3f\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/580\"\u003e#580\u003c/a\u003e from docker/dependabot/npm_and_yarn/docker/actions-to...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/321c814cb51fbe4af8eca00249525cc0973ea66f\"\u003e\u003ccode\u003e321c814\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/b9a36ef79ba42cfc611885a1e8c388fbf8b8cb3f\"\u003e\u003ccode\u003eb9a36ef\u003c/code\u003e\u003c/a\u003e build(deps): bump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.91.0 to 0.92.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/ebeab241289497cd564ac98b3cfc9e64607bb276\"\u003e\u003ccode\u003eebeab24\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/570\"\u003e#570\u003c/a\u003e from docker/dependabot/npm_and_yarn/undici-6.27.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/5c7b8ae78cec97a3215d4d86679b1d072eaa80cb\"\u003e\u003ccode\u003e5c7b8ae\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/037e618cd98e95e81525b15ff0e9c96f507e6a0e\"\u003e\u003ccode\u003e037e618\u003c/code\u003e\u003c/a\u003e build(deps): bump undici from 6.25.0 to 6.27.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/66080e5802281ec2e72b7f3108915643e702db85\"\u003e\u003ccode\u003e66080e5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/577\"\u003e#577\u003c/a\u003e from docker/dependabot/npm_and_yarn/sigstore-4.1.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/409aef0aa3f48f0a742e7dec4e0e04ab19afe93c\"\u003e\u003ccode\u003e409aef0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/562\"\u003e#562\u003c/a\u003e from docker/dependabot/npm_and_yarn/js-yaml-4.2.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/49c6e42949280fa0d70fb327633591be54efbfb6\"\u003e\u003ccode\u003e49c6e42\u003c/code\u003e\u003c/a\u003e build(deps): bump sigstore from 4.1.0 to 4.1.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/2211273e8121ecf9ecb7d6c7c0fcd55526d530c7\"\u003e\u003ccode\u003e2211273\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3...v4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/build-push-action` from 6.18.0 to 7.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/build-push-action/releases\"\u003edocker/build-push-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePreserve names in esbuild bundle by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1567\"\u003edocker/build-push-action#1567\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.90.0 to 0.92.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1545\"\u003edocker/build-push-action#1545\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1572\"\u003edocker/build-push-action#1572\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​sigstore/core\u003c/code\u003e from 3.1.0 to 3.2.1 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1568\"\u003edocker/build-push-action#1568\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.1 to 4.3.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1566\"\u003edocker/build-push-action#1566\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump tmp from 0.2.5 to 0.2.7 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1547\"\u003edocker/build-push-action#1547\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 6.24.1 to 6.27.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1564\"\u003edocker/build-push-action#1564\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump vite from 7.3.2 to 7.3.6 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1563\"\u003edocker/build-push-action#1563\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/build-push-action/compare/v7.2.0...v7.3.0\"\u003ehttps://github.com/docker/build-push-action/compare/v7.2.0...v7.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev7.2.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 3.0.0 to 3.0.1 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1525\"\u003edocker/build-push-action#1525\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.87.0 to 0.90.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1517\"\u003edocker/build-push-action#1517\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 2.0.2 to 5.0.6 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1534\"\u003edocker/build-push-action#1534\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump fast-xml-builder from 1.1.4 to 1.2.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1529\"\u003edocker/build-push-action#1529\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump fast-xml-parser from 5.5.7 to 5.8.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1521\"\u003edocker/build-push-action#1521\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump postcss from 8.5.6 to 8.5.10 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1526\"\u003edocker/build-push-action#1526\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump tar from 6.2.1 to 7.5.15 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1533\"\u003edocker/build-push-action#1533\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/build-push-action/compare/v7.1.0...v7.2.0\"\u003ehttps://github.com/docker/build-push-action/compare/v7.1.0...v7.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev7.1.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eGit context \u003ca href=\"https://docs.docker.com/build/concepts/context/#url-queries\"\u003equery format\u003c/a\u003e support by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1505\"\u003edocker/build-push-action#1505\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.79.0 to 0.87.0 by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1505\"\u003edocker/build-push-action#1505\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.12 to 1.1.13 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1500\"\u003edocker/build-push-action#1500\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump fast-xml-parser from 5.4.2 to 5.5.7 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1489\"\u003edocker/build-push-action#1489\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.3 to 3.4.2 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1491\"\u003edocker/build-push-action#1491\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump glob from 10.3.12 to 10.5.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1490\"\u003edocker/build-push-action#1490\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump handlebars from 4.7.8 to 4.7.9 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1497\"\u003edocker/build-push-action#1497\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.23 to 4.18.1 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1510\"\u003edocker/build-push-action#1510\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch from 4.0.3 to 4.0.4 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1496\"\u003edocker/build-push-action#1496\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 6.23.0 to 6.24.1 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1486\"\u003edocker/build-push-action#1486\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump vite from 7.3.1 to 7.3.2 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1509\"\u003edocker/build-push-action#1509\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0\"\u003ehttps://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode 24 as default runtime (requires \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eActions Runner v2.327.1\u003c/a\u003e or later) by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1470\"\u003edocker/build-push-action#1470\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove deprecated \u003ccode\u003eDOCKER_BUILD_NO_SUMMARY\u003c/code\u003e and \u003ccode\u003eDOCKER_BUILD_EXPORT_RETENTION_DAYS\u003c/code\u003e envs by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1473\"\u003edocker/build-push-action#1473\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove legacy export-build tool support for build summary by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1474\"\u003edocker/build-push-action#1474\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch to ESM and update config/test wiring by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1466\"\u003edocker/build-push-action#1466\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.11.1 to 3.0.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1454\"\u003edocker/build-push-action#1454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.62.1 to 0.79.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1453\"\u003edocker/build-push-action#1453\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1472\"\u003edocker/build-push-action#1472\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1479\"\u003edocker/build-push-action#1479\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1463\"\u003edocker/build-push-action#1463\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/build-push-action/compare/v6.19.2...v7.0.0\"\u003ehttps://github.com/docker/build-push-action/compare/v6.19.2...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.19.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePreserve port in \u003ccode\u003eGIT_AUTH_TOKEN\u003c/code\u003e host by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1458\"\u003edocker/build-push-action#1458\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/53b7df96c91f9c12dcc8a07bcb9ccacbed38856a\"\u003e\u003ccode\u003e53b7df9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1572\"\u003e#1572\u003c/a\u003e from docker/dependabot/npm_and_yarn/docker/actions-t...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/154298c1ca89be1c0e019084f0611ddca621aafc\"\u003e\u003ccode\u003e154298c\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/cb1238b9c9eb453d106b4e4142a5bd9cde710040\"\u003e\u003ccode\u003ecb1238b\u003c/code\u003e\u003c/a\u003e chore(deps): Bump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.91.0 to 0.92.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/24f845d5cbe75d2d350a984fd0e18cb7a3f29c1c\"\u003e\u003ccode\u003e24f845d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1566\"\u003e#1566\u003c/a\u003e from docker/dependabot/npm_and_yarn/js-yaml-4.2.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/9c6973007b52c322651c38915d5e8824cea95c50\"\u003e\u003ccode\u003e9c69730\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/bc3a3a5f72a6dca16c2c2468d1dfc55ee66d2193\"\u003e\u003ccode\u003ebc3a3a5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1574\"\u003e#1574\u003c/a\u003e from docker/dependabot/github_actions/aws-actions/co...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/a82c504a2387bb8bedc50072f9c554ae2a7dab5d\"\u003e\u003ccode\u003ea82c504\u003c/code\u003e\u003c/a\u003e chore(deps): Bump js-yaml from 4.1.1 to 4.3.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/0285a75190c039d6dac52b7711abcef3f5d8f6f6\"\u003e\u003ccode\u003e0285a75\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1573\"\u003e#1573\u003c/a\u003e from docker/dependabot/github_actions/actions/cache-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/c6ad2a3f9644680619de938b97c8a10a87b2a88d\"\u003e\u003ccode\u003ec6ad2a3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1575\"\u003e#1575\u003c/a\u003e from docker/dependabot/github_actions/actions/checko...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/d37484fb9737c5442a257e2f0ae5a8d756ed7d92\"\u003e\u003ccode\u003ed37484f\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1564\"\u003e#1564\u003c/a\u003e from docker/dependabot/npm_and_yarn/undici-6.27.0\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/docker/build-push-action/compare/v6.18.0...v7.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `fossas/fossa-action` from 1.7.0 to 2.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/fossas/fossa-action/releases\"\u003efossas/fossa-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.0.0\u003c/h2\u003e\n\u003ch2\u003eBreaking change: Node 24 runtime\u003c/h2\u003e\n\u003cp\u003eThis action now runs on the \u003cstrong\u003eNode 24\u003c/strong\u003e GitHub Actions runtime (previously Node 20), via \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/277\"\u003e#277\u003c/a\u003e.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eGitHub-hosted runners:\u003c/strong\u003e no action needed.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eSelf-hosted runners:\u003c/strong\u003e you must be on a runner version that bundles the Node 24 runtime. Update your runner if you pin \u003ccode\u003efossas/fossa-action@v2\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThe \u003ccode\u003e@v1\u003c/code\u003e line is unchanged and stays on Node 20, so existing \u003ccode\u003e@v1\u003c/code\u003e users are not affected until they opt into \u003ccode\u003e@v2\u003c/code\u003e. \u003cstrong\u003e\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/277\"\u003e#277\u003c/a\u003e is the only change that touches the action's runtime code (\u003ccode\u003edist/\u003c/code\u003e)\u003c/strong\u003e — everything else below is CI or dev-tooling only.\u003c/p\u003e\n\u003ch2\u003eEverything in v1.9.0 → v2.0.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eAction runtime\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade to Node.js 24 and Yarn 4 (Corepack, \u003ccode\u003epackageManager: yarn@4.13.0\u003c/code\u003e, \u003ccode\u003eengines.node \u0026gt;= 24.0.0\u003c/code\u003e) — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/277\"\u003e#277\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCI / repo tooling\u003c/strong\u003e (no effect on consumers)\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eFix the repo's \u003ccode\u003efossa test --diff\u003c/code\u003e CI step to work with push events (first push to a new branch falls back to diffing the default branch) — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/278\"\u003e#278\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake dependabot ignore major-version bumps of \u003ccode\u003e@types/node\u003c/code\u003e — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/291\"\u003e#291\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDev-dependency bumps\u003c/strong\u003e (no effect on consumers)\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eeslint 9.39.4 → 10.2.0 → 10.2.1 — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/288\"\u003e#288\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/297\"\u003e#297\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e 8.58.0 → 8.58.2 — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/290\"\u003e#290\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/295\"\u003e#295\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003e@​types/node\u003c/code\u003e 24.12.0 → 24.12.2 — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/293\"\u003e#293\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eglobals 17.4.0 → 17.5.0 — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/294\"\u003e#294\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003e@​eslint/compat\u003c/code\u003e 2.0.3 → 2.0.4 — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/287\"\u003e#287\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull changelog:\u003c/strong\u003e \u003ca href=\"https://github.com/fossas/fossa-action/compare/v1.9.0...v2.0.0\"\u003ehttps://github.com/fossas/fossa-action/compare/v1.9.0...v2.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.9.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump actions/checkout from 5 to 6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/245\"\u003efossas/fossa-action#245\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e from 3.0.1 to 4.0.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/267\"\u003efossas/fossa-action#267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 6.23.0 to 6.24.1 by \u003ca href=\"https://github.com/spatten\"\u003e\u003ccode\u003e@​spatten\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/275\"\u003efossas/fossa-action#275\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd CI workflow to auto-rebuild dist by \u003ca href=\"https://github.com/spatten\"\u003e\u003ccode\u003e@​spatten\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/276\"\u003efossas/fossa-action#276\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/upload-artifact from 4 to 7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/272\"\u003efossas/fossa-action#272\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd CodeRabbit configuration by \u003ca href=\"https://github.com/chad-fossa\"\u003e\u003ccode\u003e@​chad-fossa\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/271\"\u003efossas/fossa-action#271\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.2.0 to 25.2.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/269\"\u003efossas/fossa-action#269\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/chad-fossa\"\u003e\u003ccode\u003e@​chad-fossa\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/271\"\u003efossas/fossa-action#271\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/fossas/fossa-action/compare/v1.8.0...v1.9.0\"\u003ehttps://github.com/fossas/fossa-action/compare/v1.8.0...v1.9.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.0\u003c/h2\u003e\n\u003cp\u003eNo release notes provided.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/29693cc50323968e039056be419b32989fc5880c\"\u003e\u003ccode\u003e29693cc\u003c/code\u003e\u003c/a\u003e Bump eslint from 10.2.0 to 10.2.1 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/297\"\u003e#297\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/4edee7200124554c5a36ed2cc009f120ab8880c1\"\u003e\u003ccode\u003e4edee72\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.58.1 to 8.58.2 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/295\"\u003e#295\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/5ebf75c3bfee573a3a03322df3d4e107253a7a1d\"\u003e\u003ccode\u003e5ebf75c\u003c/code\u003e\u003c/a\u003e Bump globals from 17.4.0 to 17.5.0 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/294\"\u003e#294\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/c765e946260ced0b9191d1e4e75ed21a863038f1\"\u003e\u003ccode\u003ec765e94\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.12.0 to 24.12.2 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/293\"\u003e#293\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/e23f415066a7dc339b434e96fdf7d3bc6cffd50a\"\u003e\u003ccode\u003ee23f415\u003c/code\u003e\u003c/a\u003e Make dependabot ignore major version upgrades to \u003ccode\u003e@​types/node\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/291\"\u003e#291\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/b36611c58c0499920db6229b1ba91e69ad961c9b\"\u003e\u003ccode\u003eb36611c\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.58.0 to 8.58.1 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/290\"\u003e#290\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/255120c19d9a8da9c9dce88e29dbd99e5dd08bad\"\u003e\u003ccode\u003e255120c\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​eslint/compat\u003c/code\u003e from 2.0.3 to 2.0.4 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/287\"\u003e#287\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/b5287b2c927d4ef9aec55284a0dfbfcad8269383\"\u003e\u003ccode\u003eb5287b2\u003c/code\u003e\u003c/a\u003e Bump eslint from 9.39.4 to 10.2.0 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/288\"\u003e#288\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/fd9df067696f64a32aa527903ca709cd147cbb0d\"\u003e\u003ccode\u003efd9df06\u003c/code\u003e\u003c/a\u003e Fix FOSSA test --diff step to work with push events (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/278\"\u003e#278\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/fca84c84570b3a3e9194f540c7e2c415dbc57323\"\u003e\u003ccode\u003efca84c8\u003c/code\u003e\u003c/a\u003e Upgrade to Node.js 24 and Yarn 4 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/277\"\u003e#277\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/fossas/fossa-action/compare/3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac...29693cc50323968e039056be419b32989fc5880c\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/act...\n\n_Description has been truncated_","html_url":"https://github.com/coralogix-se/opentelemetry-demo/pull/250","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/coralogix-se%2Fopentelemetry-demo/issues/250","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/250/packages"},{"uuid":"4910950266","node_id":"PR_kwDOD22fCc7y9Vkt","number":47,"state":"open","title":"Bump the github-actions group with 9 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-07-17T11:39:39.000Z","updated_at":"2026-07-17T11:39:40.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"github-actions","update_count":9,"packages":[{"name":"actions/checkout","old_version":"3","new_version":"7","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"4","new_version":"5","repository_url":"https://github.com/actions/setup-java"},{"name":"pnpm/action-setup","old_version":"4","new_version":"6","repository_url":"https://github.com/pnpm/action-setup"},{"name":"actions/setup-node","old_version":"4","new_version":"7","repository_url":"https://github.com/actions/setup-node"},{"name":"gradle/actions","old_version":"3","new_version":"6","repository_url":"https://github.com/gradle/actions"},{"name":"advanced-security/maven-dependency-submission-action","old_version":"4.0.0","new_version":"5.0.0","repository_url":"https://github.com/advanced-security/maven-dependency-submission-action"},{"name":"navikt/pam-deploy","old_version":"2","new_version":"9","repository_url":"https://github.com/navikt/pam-deploy"},{"name":"docker/setup-buildx-action","old_version":"3","new_version":"4","repository_url":"https://github.com/docker/setup-buildx-action"},{"name":"actions/cache","old_version":"4","new_version":"6","repository_url":"https://github.com/actions/cache"}],"path":null,"ecosystem":"actions"},"body":"Bumps the github-actions group with 9 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `3` | `7` |\n| [actions/setup-java](https://github.com/actions/setup-java) | `4` | `5` |\n| [pnpm/action-setup](https://github.com/pnpm/action-setup) | `4` | `6` |\n| [actions/setup-node](https://github.com/actions/setup-node) | `4` | `7` |\n| [gradle/actions](https://github.com/gradle/actions) | `3` | `6` |\n| [advanced-security/maven-dependency-submission-action](https://github.com/advanced-security/maven-dependency-submission-action) | `4.0.0` | `5.0.0` |\n| [navikt/pam-deploy](https://github.com/navikt/pam-deploy) | `2` | `9` |\n| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` |\n| [actions/cache](https://github.com/actions/cache) | `4` | `6` |\n\nUpdates `actions/checkout` from 3 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v6.0.2\"\u003ehttps://github.com/actions/checkout/compare/v6.0.1...v6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate all references from v5 and v4 to v6 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2314\"\u003eactions/checkout#2314\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify v6 README by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2328\"\u003eactions/checkout#2328\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.1\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ev6-beta by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2298\"\u003eactions/checkout#2298\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/df4cb1c069e1874edd31b4311f1884172cec0e10\"\u003e\u003ccode\u003edf4cb1c\u003c/code\u003e\u003c/a\u003e Update changelog for v6.0.3 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2446\"\u003e#2446\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/v3...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 4 to 5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade to node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/888\"\u003eactions/setup-java#888\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMake sure your runner is updated to this version or newer to use this release. v2.327.1 \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eRelease Notes\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003eDependency Upgrades\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade Publish Immutable Action by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/798\"\u003eactions/setup-java#798\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/730\"\u003eactions/setup-java#730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade undici from 5.28.5 to 5.29.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/833\"\u003eactions/setup-java#833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade form-data to bring in fix for critical vulnerability by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/887\"\u003eactions/setup-java#887\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade actions/checkout from 4 to 5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/896\"\u003eactions/setup-java#896\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePrevent default installation of JetBrains pre-releases by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/859\"\u003eactions/setup-java#859\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove Error Handling for Setup-Java Action to Help Debug Intermittent Failures by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/848\"\u003eactions/setup-java#848\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/848\"\u003eactions/setup-java#848\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/888\"\u003eactions/setup-java#888\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v5.0.0\"\u003ehttps://github.com/actions/setup-java/compare/v4...v5.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.8.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eLicense and Audit Fixes by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/960\"\u003eactions/setup-java#960\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate SapMachine URLs by \u003ca href=\"https://github.com/RealCLanger\"\u003e\u003ccode\u003e@​RealCLanger\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/965\"\u003eactions/setup-java#965\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v4.8.0\"\u003ehttps://github.com/actions/setup-java/compare/v4...v4.8.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.7.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDocumentation changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align with GFTC License Terms by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/704\"\u003eactions/setup-java#704\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove duplicated GraalVM section in documentation by \u003ca href=\"https://github.com/Marcono1234\"\u003e\u003ccode\u003e@​Marcono1234\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/716\"\u003eactions/setup-java#716\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency updates:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​action/cache\u003c/code\u003e from 4.0.0 to 4.0.2 by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/766\"\u003eactions/setup-java#766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/glob\u003c/code\u003e from 0.4.0 to 0.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/744\"\u003eactions/setup-java#744\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade ts-jest from 29.1.2 to 29.2.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/743\"\u003eactions/setup-java#743\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​action/cache\u003c/code\u003e to 4.0.3 by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/773\"\u003eactions/setup-java#773\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v4.7.1\"\u003ehttps://github.com/actions/setup-java/compare/v4...v4.7.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.7.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/03ad4de0992f5dab5e18fcb136590ce7c4a0ac95\"\u003e\u003ccode\u003e03ad4de\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1097\"\u003e#1097\u003c/a\u003e/\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1098\"\u003e#1098\u003c/a\u003e: cache Maven and Gradle wrapper distributions separately...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/d229d2e858d9137cc0b3f118fa5184b9f0a44ac4\"\u003e\u003ccode\u003ed229d2e\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1111\"\u003e#1111\u003c/a\u003e: Preserve Maven toolchains across repeated setup-java runs (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1\"\u003e#1\u003c/a\u003e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/bbf0f6967066506f72571a96d5d6c67ca42ab460\"\u003e\u003ccode\u003ebbf0f69\u003c/code\u003e\u003c/a\u003e dist: Cover Tencent Kona JDK 25 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1110\"\u003e#1110\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/513edc4f8710565e4ad696f3b7d8e3bda584a46c\"\u003e\u003ccode\u003e513edc4\u003c/code\u003e\u003c/a\u003e feat: expose cache-primary-key output (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/597\"\u003e#597\u003c/a\u003e) [v5 backport] (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1089\"\u003e#1089\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/62df799a9c6e3022bb466697c66c36e9a2dbf347\"\u003e\u003ccode\u003e62df799\u003c/code\u003e\u003c/a\u003e Add Maven compiler problem matcher for javac diagnostics (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/176156a187714aaf460b0a3c8f21e8b4f784b978\"\u003e\u003ccode\u003e176156a\u003c/code\u003e\u003c/a\u003e chore: bump version to 5.6.0 for v5 release line\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/bf7b8deac240b9cee05eb15ccdb1d2f424a54b9f\"\u003e\u003ccode\u003ebf7b8de\u003c/code\u003e\u003c/a\u003e build: rebuild dist for backported changes (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1079\"\u003e#1079\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1083\"\u003e#1083\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1084\"\u003e#1084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/0173e6dd1b6e53ac3f6d68d220fa24cce79ae77c\"\u003e\u003ccode\u003e0173e6d\u003c/code\u003e\u003c/a\u003e Infer distribution from asdf .tool-versions vendor prefix (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1084\"\u003e#1084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/f45cd82b67042e9e5c24cef950ea0c61736241c6\"\u003e\u003ccode\u003ef45cd82\u003c/code\u003e\u003c/a\u003e Rename jdkFile input to jdk-file with deprecated alias (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1083\"\u003e#1083\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/e2863ad49937c063e5a23922d1971a105f4f0140\"\u003e\u003ccode\u003ee2863ad\u003c/code\u003e\u003c/a\u003e Map Zulu x86 architecture to i686 for Azul Metadata API (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1079\"\u003e#1079\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `pnpm/action-setup` from 4 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/pnpm/action-setup/releases\"\u003epnpm/action-setup's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cp\u003eAdded support for pnpm \u003ca href=\"https://github.com/pnpm/pnpm/releases/tag/v11.0.0-rc.0\"\u003ev11\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cp\u003eUpdated the action to use Node.js 24.\u003c/p\u003e\n\u003ch2\u003ev4.4.0\u003c/h2\u003e\n\u003cp\u003eUpdated the action to use Node.js 24.\u003c/p\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: fix the run_install example in the Readme by \u003ca href=\"https://github.com/dreyks\"\u003e\u003ccode\u003e@​dreyks\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/175\"\u003epnpm/action-setup#175\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: remove unused \u003ccode\u003e@types/node-fetch\u003c/code\u003e dependency by \u003ca href=\"https://github.com/silverwind\"\u003e\u003ccode\u003e@​silverwind\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/186\"\u003epnpm/action-setup#186\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify that package_json_file is relative to GITHUB_WORKSPACE by \u003ca href=\"https://github.com/chris-martin\"\u003e\u003ccode\u003e@​chris-martin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/184\"\u003epnpm/action-setup#184\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: store caching by \u003ca href=\"https://github.com/jrmajor\"\u003e\u003ccode\u003e@​jrmajor\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/188\"\u003epnpm/action-setup#188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: remove star imports by \u003ca href=\"https://github.com/KSXGitHub\"\u003e\u003ccode\u003e@​KSXGitHub\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/196\"\u003epnpm/action-setup#196\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix(ci): exclude macos by \u003ca href=\"https://github.com/KSXGitHub\"\u003e\u003ccode\u003e@​KSXGitHub\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/197\"\u003epnpm/action-setup#197\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dreyks\"\u003e\u003ccode\u003e@​dreyks\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/175\"\u003epnpm/action-setup#175\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/silverwind\"\u003e\u003ccode\u003e@​silverwind\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/186\"\u003epnpm/action-setup#186\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/chris-martin\"\u003e\u003ccode\u003e@​chris-martin\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/184\"\u003epnpm/action-setup#184\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jrmajor\"\u003e\u003ccode\u003e@​jrmajor\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/188\"\u003epnpm/action-setup#188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Boosted-Bonobo\"\u003e\u003ccode\u003e@​Boosted-Bonobo\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/199\"\u003epnpm/action-setup#199\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/pnpm/action-setup/compare/v4.2.0...v4.3.0\"\u003ehttps://github.com/pnpm/action-setup/compare/v4.2.0...v4.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.2.0\u003c/h2\u003e\n\u003cp\u003eWhen there's a \u003ccode\u003e.npmrc\u003c/code\u003e file at the root of the repository, pnpm will be fetched from the registry that is specified in that \u003ccode\u003e.npmrc\u003c/code\u003e file \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/179\"\u003e#179\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.1.0\u003c/h2\u003e\n\u003cp\u003eAdd support for \u003ccode\u003epackage.yaml\u003c/code\u003e \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/156\"\u003e#156\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/0ebf47130e4866e96fce0953f49152a61190b271\"\u003e\u003ccode\u003e0ebf471\u003c/code\u003e\u003c/a\u003e fix: update pnpm to v11.7.0 (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/267\"\u003e#267\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/0e279bb959325dab635dd2c09392533439d90093\"\u003e\u003ccode\u003e0e279bb\u003c/code\u003e\u003c/a\u003e fix: update pnpm to 11.1.1 (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/248\"\u003e#248\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/3e835812ef01165f4f8ae08ade56da44427ed4e0\"\u003e\u003ccode\u003e3e83581\u003c/code\u003e\u003c/a\u003e fix: drop patchPnpmEnv so standalone+self-update works on Windows (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/258\"\u003e#258\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/551b42e879e37e74d986effdd2a1647d2b02d464\"\u003e\u003ccode\u003e551b42e\u003c/code\u003e\u003c/a\u003e docs(README): fix \u003ccode\u003ecache_dependency_path\u003c/code\u003e type (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/257\"\u003e#257\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/739bfe42ca9233c5e6aca07c1a25a9d34aca49b0\"\u003e\u003ccode\u003e739bfe4\u003c/code\u003e\u003c/a\u003e fix: self-update bootstrap to packageManager-pinned version (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/233\"\u003e#233\u003c/a\u003e) (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/256\"\u003e#256\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/f61705d907761b3b5209e83910fafd1fea50c5a1\"\u003e\u003ccode\u003ef61705d\u003c/code\u003e\u003c/a\u003e chore: add CODEOWNERS\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/7a5507b117647ab83e96e9db317ba2234056ebf3\"\u003e\u003ccode\u003e7a5507b\u003c/code\u003e\u003c/a\u003e fix: restore inputs from state in post (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/255\"\u003e#255\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/1155470f3e5fb872accd4d104b8dfcda41f676ce\"\u003e\u003ccode\u003e1155470\u003c/code\u003e\u003c/a\u003e fix: honor devEngines.packageManager.onFail=error (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/252\"\u003e#252\u003c/a\u003e) (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/254\"\u003e#254\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/91ab88e2619ed1f46221f0ba42d1492c02baf788\"\u003e\u003ccode\u003e91ab88e\u003c/code\u003e\u003c/a\u003e fix: bin_dest output points to self-updated pnpm, not bootstrap (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/249\"\u003e#249\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/e578e19d19d31b011b841ba2aca34731a5f706a5\"\u003e\u003ccode\u003ee578e19\u003c/code\u003e\u003c/a\u003e fix: update pnpm to 11.0.4\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/pnpm/action-setup/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-node` from 4 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-node/releases\"\u003eactions/setup-node's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancements:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd cache-primary-key and cache-matched-key as outputs by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1577\"\u003eactions/setup-node#1577\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMigrate to ESM and upgrade dependencies by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1574\"\u003eactions/setup-node#1574\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug fixes:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove dummy NODE_AUTH_TOKEN export by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1558\"\u003eactions/setup-node#1558\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eOnly use \u003ccode\u003emirrorToken\u003c/code\u003e in \u003ccode\u003egetManifest\u003c/code\u003e if it's provided by \u003ca href=\"https://github.com/deiga\"\u003e\u003ccode\u003e@​deiga\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1548\"\u003eactions/setup-node#1548\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation updates:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd documentation for publishing to npm with Trusted Publisher (OIDC) by \u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1536\"\u003eactions/setup-node#1536\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs: Update restore-only cache documentation by \u003ca href=\"https://github.com/priya-kinthali\"\u003e\u003ccode\u003e@​priya-kinthali\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1550\"\u003eactions/setup-node#1550\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs: Update caching recommendations to mitigate cache poisoning risks by \u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1567\"\u003eactions/setup-node#1567\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency update:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/cache\u003c/code\u003e to 5.1.0, log cache write denied by \u003ca href=\"https://github.com/jasongin\"\u003e\u003ccode\u003e@​jasongin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1569\"\u003eactions/setup-node#1569\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1536\"\u003eactions/setup-node#1536\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/deiga\"\u003e\u003ccode\u003e@​deiga\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1548\"\u003eactions/setup-node#1548\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jasongin\"\u003e\u003ccode\u003e@​jasongin\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1569\"\u003eactions/setup-node#1569\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-node/compare/v6...v7.0.0\"\u003ehttps://github.com/actions/setup-node/compare/v6...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.5.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e to 5.1.0 and add security overrides for undici and fast-xml-parser by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1579\"\u003eactions/setup-node#1579\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0\"\u003ehttps://github.com/actions/setup-node/compare/v6.4.0...v6.5.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDependency updates:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade \u003ca href=\"https://github.com/actions\"\u003e\u003ccode\u003e@​actions\u003c/code\u003e\u003c/a\u003e dependencies by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1525\"\u003eactions/setup-node#1525\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Node.js versions in versions.yml and bump package to v6.4.0  by \u003ca href=\"https://github.com/priya-kinthali\"\u003e\u003ccode\u003e@​priya-kinthali\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1533\"\u003eactions/setup-node#1533\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1525\"\u003eactions/setup-node#1525\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-node/compare/v6...v6.4.0\"\u003ehttps://github.com/actions/setup-node/compare/v6...v6.4.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancements:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSupport parsing \u003ccode\u003edevEngines\u003c/code\u003e field by \u003ca href=\"https://github.com/susnux\"\u003e\u003ccode\u003e@​susnux\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1283\"\u003eactions/setup-node#1283\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/820762786026740c76f36085b0efc47a31fe5020\"\u003e\u003ccode\u003e8207627\u003c/code\u003e\u003c/a\u003e Migrate to ESM and upgrade dependencies (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1574\"\u003e#1574\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/04be95cf3511ea51ebf9f224ddfb99cc7ab87cd4\"\u003e\u003ccode\u003e04be95c\u003c/code\u003e\u003c/a\u003e Add cache-primary-key and cache-matched-key as outputs (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1577\"\u003e#1577\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/7c2c68d20d402ed6a201ada70a81341941093140\"\u003e\u003ccode\u003e7c2c68d\u003c/code\u003e\u003c/a\u003e docs: Update caching recommendations to mitigate cache poisoning risks (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1567\"\u003e#1567\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/6a61c0375d66246de94630495909f12cf8dac84d\"\u003e\u003ccode\u003e6a61c03\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1569\"\u003e#1569\u003c/a\u003e from jasongin/update-actions-cache-5.1.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/30eb73b41ded577900c1ebf968ef95cdf8f7434f\"\u003e\u003ccode\u003e30eb73b\u003c/code\u003e\u003c/a\u003e Resolve high-severity audit issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/4e1a87a501d0302f99e30e2748568adcb388d09f\"\u003e\u003ccode\u003e4e1a87a\u003c/code\u003e\u003c/a\u003e Update dist\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/360237f0c01778d0c17291f75c56d6feae4f7574\"\u003e\u003ccode\u003e360237f\u003c/code\u003e\u003c/a\u003e Strict equality\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/4f8aac5beb2f0854bc79651567a18c67eb0b9de3\"\u003e\u003ccode\u003e4f8aac5\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/cache\u003c/code\u003e to 5.1.0, log cache write denied\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/f4a67bbeca970f103397d3d2b9462cf787cd2980\"\u003e\u003ccode\u003ef4a67bb\u003c/code\u003e\u003c/a\u003e Only use \u003ccode\u003emirrorToken\u003c/code\u003e in \u003ccode\u003egetManifest\u003c/code\u003e if it's provided (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1548\"\u003e#1548\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/0355742c943ddb13ca8a6b700f824231caa91e75\"\u003e\u003ccode\u003e0355742\u003c/code\u003e\u003c/a\u003e Remove dummy NODE_AUTH_TOKEN export (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1558\"\u003e#1558\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-node/compare/v4...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 3 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v3...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `advanced-security/maven-dependency-submission-action` from 4.0.0 to 5.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/releases\"\u003eadvanced-security/maven-dependency-submission-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eImproved multi-module support\u003c/h2\u003e\n\u003cp\u003eThis release improves multi-module support by reflecting which \u003ccode\u003epom.xml\u003c/code\u003e file brings in a particular dependency. Previously, the dependencies were aggregated into the top-level \u003ccode\u003epom.xml\u003c/code\u003e file. If a given package is brought in via multiple modules, that package will be reflected in all of the modules that reference it.\u003c/p\u003e\n\u003cp\u003eBecause of this change in behavior, we've removed two configuration options:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003esnapshot-dependency-file-name\u003c/code\u003e: no longer applicable since we submit more than one manifest\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003esnapshot-include-file-name\u003c/code\u003e: this flag determined whether the manifest object included the file path. It should always be available and there's no reason to omit it, so we've removed the flag.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.1.3\u003c/h2\u003e\n\u003cp\u003eThe release bumps dependency versions to stay up-to-date.\u003c/p\u003e\n\u003ch2\u003ev4.1.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd cycle safety for transitive dependencies by \u003ca href=\"https://github.com/juxtin\"\u003e\u003ccode\u003e@​juxtin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/pull/103\"\u003eadvanced-security/maven-dependency-submission-action#103\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/juxtin\"\u003e\u003ccode\u003e@​juxtin\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/pull/103\"\u003eadvanced-security/maven-dependency-submission-action#103\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/compare/v4...v4.1.2\"\u003ehttps://github.com/advanced-security/maven-dependency-submission-action/compare/v4...v4.1.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.1.1\u003c/h2\u003e\n\u003cp\u003eNo release notes provided.\u003c/p\u003e\n\u003ch2\u003ev4.1.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdds the ability to change the detector details for the dependency snapshots via the optional input parameters:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003edetector-name\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003edetector-url\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003edetector-version\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eIf the \u003ccode\u003edetector-name\u003c/code\u003e is specified, then all three become mandatory as there are no sensible defaults that can be attributed to the values.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdating the build process and tooling for Node 20 support in the CLI executables which were introduced when the dependency-submission-toolkit transitioned in to an ESM module\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFixes \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/69\"\u003e#69\u003c/a\u003e \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/61\"\u003e#61\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.0.2\u003c/h2\u003e\n\u003cp\u003eNo release notes provided.\u003c/p\u003e\n\u003ch2\u003ev4.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdating branding for the marketplace\u003c/li\u003e\n\u003cli\u003eUtilizing rollup to build cli executables as the ESM module for the \u003ccode\u003edependency-submission-toolkit\u003c/code\u003e broke the \u003ccode\u003e4.0.0\u003c/code\u003e \u003ccode\u003epkg\u003c/code\u003e based executable builds.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/b275d12641ac2d2108b2cbb7598b154ad2f2cee8\"\u003e\u003ccode\u003eb275d12\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/114\"\u003e#114\u003c/a\u003e from advanced-security/contrib-5.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/bdc082b320e323d3eee1996fbd48f4298a90285a\"\u003e\u003ccode\u003ebdc082b\u003c/code\u003e\u003c/a\u003e Bump the tag mentioned in the contrib doc to v5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/2c65a53e2403f092605bbb24ef1eb6f116718640\"\u003e\u003ccode\u003e2c65a53\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/110\"\u003e#110\u003c/a\u003e from advanced-security/juxtin/file-centric-manifests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/aa342c187faea5309fe9451ac9de7b11414e9193\"\u003e\u003ccode\u003eaa342c1\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into juxtin/file-centric-manifests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/f86e5bfc17374fd77ffca5c7b255725235f3e0c2\"\u003e\u003ccode\u003ef86e5bf\u003c/code\u003e\u003c/a\u003e README updates for v5.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/fe8d4d650a4b66508612d0683ce4726d51dfe6ac\"\u003e\u003ccode\u003efe8d4d6\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/113\"\u003e#113\u003c/a\u003e from advanced-security/dangoor/413\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/05a8a347d635493c65c1b34bd907a05f2af34868\"\u003e\u003ccode\u003e05a8a34\u003c/code\u003e\u003c/a\u003e Bump version number to 4.1.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/5d790318e64ebebaa64c7b83ed325c065eeb4b6e\"\u003e\u003ccode\u003e5d79031\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/112\"\u003e#112\u003c/a\u003e from advanced-security/workflow-permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/66812695c405e9e60eb02e849723f35f842e741a\"\u003e\u003ccode\u003e6681269\u003c/code\u003e\u003c/a\u003e Set workflow permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/4b6fc92adc1df4c41b470e692a1688a448907248\"\u003e\u003ccode\u003e4b6fc92\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/111\"\u003e#111\u003c/a\u003e from advanced-security/dependabot/npm_and_yarn/npm_an...\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/compare/v4.0.0...v5.0.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `navikt/pam-deploy` from 2 to 9\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/e414dd6c608a7a299f9bcb1a273b79d2e421d200\"\u003e\u003ccode\u003ee414dd6\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/navikt/pam-deploy/issues/46\"\u003e#46\u003c/a\u003e from navikt/non-breaking-workflow-hygiene\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/b359192c425a7194f26a2dc5f4c5daba9cc9bb6d\"\u003e\u003ccode\u003eb359192\u003c/code\u003e\u003c/a\u003e Only draft releases on default branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/0a12a5cdca673c1cc4a1221a1c3af2bdfa7d1847\"\u003e\u003ccode\u003e0a12a5c\u003c/code\u003e\u003c/a\u003e Add Dependabot config for weekly GitHub Actions updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/4d6135eccc56d884bab891c3fa5b940cb2c6222d\"\u003e\u003ccode\u003e4d6135e\u003c/code\u003e\u003c/a\u003e Støtt pnpm i deploy-dev\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/94ad0cc66fd735b9938a41d27b1f733dd1377475\"\u003e\u003ccode\u003e94ad0cc\u003c/code\u003e\u003c/a\u003e Send med NODE_VERSION til CodeQL fra deploy-next-js-dev (\u003ca href=\"https://redirect.github.com/navikt/pam-deploy/issues/45\"\u003e#45\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/29b35b741f606014feb6e762c50e12de5135816a\"\u003e\u003ccode\u003e29b35b7\u003c/code\u003e\u003c/a\u003e Bump CodeQL in workflows to v9\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/25e2fcc9acdfffbf7c40f2325d180d7ef14bff23\"\u003e\u003ccode\u003e25e2fcc\u003c/code\u003e\u003c/a\u003e Upgrade CodeQL action versions to v4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/4f3fc619973fc14982e1d09dc61313fcc3a35622\"\u003e\u003ccode\u003e4f3fc61\u003c/code\u003e\u003c/a\u003e Use same naming for npm auth token as in other repos\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/55c8b18f78ccb41bb9c591a6c31547757e9f7600\"\u003e\u003ccode\u003e55c8b18\u003c/code\u003e\u003c/a\u003e v9\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/25afc5a750f42ab75777539b25350bbd153501f8\"\u003e\u003ccode\u003e25afc5a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/navikt/pam-deploy/issues/44\"\u003e#44\u003c/a\u003e from navikt/version-tag-as-optional-input\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/navikt/pam-deploy/compare/v2...v9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/setup-buildx-action` from 3 to 4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/setup-buildx-action/releases\"\u003edocker/setup-buildx-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode 24 as default runtime (requires \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eActions Runner v2.327.1\u003c/a\u003e or later) by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/483\"\u003edocker/setup-buildx-action#483\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove deprecated inputs/outputs by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/464\"\u003edocker/setup-buildx-action#464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch to ESM and update config/test wiring by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/481\"\u003edocker/setup-buildx-action#481\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.11.1 to 3.0.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/475\"\u003edocker/setup-buildx-action#475\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.63.0 to 0.79.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/482\"\u003edocker/setup-buildx-action#482\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/485\"\u003edocker/setup-buildx-action#485\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.1.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/452\"\u003edocker/setup-buildx-action#452\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.21 to 4.17.23 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/472\"\u003edocker/setup-buildx-action#472\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/480\"\u003edocker/setup-buildx-action#480\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.12.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeprecate \u003ccode\u003einstall\u003c/code\u003e input by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/455\"\u003edocker/setup-buildx-action#455\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.62.1 to 0.63.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/434\"\u003edocker/setup-buildx-action#434\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.11 to 1.1.12 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/436\"\u003edocker/setup-buildx-action#436\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump form-data from 2.5.1 to 2.5.5 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/432\"\u003edocker/setup-buildx-action#432\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 5.28.4 to 5.29.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/435\"\u003edocker/setup-buildx-action#435\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.11.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix \u003ccode\u003ekeep-state\u003c/code\u003e not being respected by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/429\"\u003edocker/setup-buildx-action#429\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eKeep BuildKit state support by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/427\"\u003edocker/setup-buildx-action#427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove aliases created when installing by default by \u003ca href=\"https://github.com/hashhar\"\u003e\u003ccode\u003e@​hashhar\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/139\"\u003edocker/setup-buildx-action#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.56.0 to 0.62.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/422\"\u003edocker/setup-buildx-action#422\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/425\"\u003edocker/setup-buildx-action#425\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.54.0 to 0.56.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/408\"\u003edocker/setup-buildx-action#408\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.9.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.48.0 to 0.54.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/402\"\u003edocker/setup-buildx-action#402\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/404\"\u003edocker/setup-buildx-action#404\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.8.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMake cloud prefix optional to download buildx if driver is cloud by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/390\"\u003edocker/setup-buildx-action#390\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.10.1 to 1.11.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/370\"\u003edocker/setup-buildx-action#370\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.39.0 to 0.48.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/389\"\u003edocker/setup-buildx-action#389\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump cross-spawn from 7.0.3 to 7.0.6 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/382\"\u003edocker/setup-buildx-action#382\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c\"\u003e\u003ccode\u003ebb05f3f\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/580\"\u003e#580\u003c/a\u003e from docker/dependabot/npm_and_yarn/docker/actions-to...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/321c814cb51fbe4af8eca00249525cc0973ea66f\"\u003e\u003ccode\u003e321c814\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/b9a36ef79ba42cfc611885a1e8c388fbf8b8cb3f\"\u003e\u003ccode\u003eb9a36ef\u003c/code\u003e\u003c/a\u003e build(deps): bump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.91.0 to 0.92.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/ebeab241289497cd564ac98b3cfc9e64607bb276\"\u003e\u003ccode\u003eebeab24\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/570\"\u003e#570\u003c/a\u003e from docker/dependabot/npm_and_yarn/undici-6.27.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/5c7b8ae78cec97a3215d4d86679b1d072eaa80cb\"\u003e\u003ccode\u003e5c7b8ae\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/037e618cd98e95e81525b15ff0e9c96f507e6a0e\"\u003e\u003ccode\u003e037e618\u003c/code\u003e\u003c/a\u003e build(deps): bump undici from 6.25.0 to 6.27.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/66080e5802281ec2e72b7f3108915643e702db85\"\u003e\u003ccode\u003e66080e5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/577\"\u003e#577\u003c/a\u003e from docker/dependabot/npm_and_yarn/sigstore-4.1.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/409aef0aa3f48f0a742e7dec4e0e04ab19afe93c\"\u003e\u003ccode\u003e409aef0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/562\"\u003e#562\u003c/a\u003e from docker/dependabot/npm_and_yarn/js-yaml-4.2.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/49c6e42949280fa0d70fb327633591be54efbfb6\"\u003e\u003ccode\u003e49c6e42\u003c/code\u003e\u003c/a\u003e build(deps): bump sigstore from 4.1.0 to 4.1.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/2211273e8121ecf9ecb7d6c7c0fcd55526d530c7\"\u003e\u003ccode\u003e2211273\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3...v4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/cache` from 4 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/releases\"\u003eactions/cache's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate packages, migrate to ESM by \u003ca href=\"https://github.com/Samirat\"\u003e\u003ccode\u003e@​Samirat\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1760\"\u003eactions/cache#1760\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v6.0.0\"\u003ehttps://github.com/actions/cache/compare/v5...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/cache\u003c/code\u003e to v5.1.0 - handl...\n\n_Description has been truncated_","html_url":"https://github.com/navikt/pam-deploy/pull/47","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/navikt%2Fpam-deploy/issues/47","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/47/packages"},{"uuid":"4810946813","node_id":"PR_kwDOTJs-187t8wKa","number":57,"state":"open","title":"ci: bump gradle/actions from 4 to 6","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-07-04T23:55:19.000Z","updated_at":"2026-07-04T23:55:20.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"ci","packages":[{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 6.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=4\u0026new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/nigoh/Juml/pull/57","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/nigoh%2FJuml/issues/57","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/57/packages"},{"uuid":"4792712028","node_id":"PR_kwDOS3QDTs7tCL2m","number":152,"state":"open","title":"chore(deps): bump gradle/actions from 4 to 6","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-07-02T08:36:39.000Z","updated_at":"2026-07-02T08:36:40.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 6.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=4\u0026new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/ExtraToast/agents/pull/152","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtraToast%2Fagents/issues/152","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/152/packages"},{"uuid":"4782448762","node_id":"PR_kwDOTKJX3M7sgz8T","number":2,"state":"closed","title":"Build(deps): Bump gradle/actions from 4 to 6","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-07-01T04:34:13.000Z","author_association":null,"state_reason":null,"created_at":"2026-07-01T04:31:34.000Z","updated_at":"2026-07-01T04:34:21.000Z","time_to_close":159,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Build(deps): Bump","packages":[{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 6.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=4\u0026new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/chrisjenx/serialkompat/pull/2","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisjenx%2Fserialkompat/issues/2","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2/packages"},{"uuid":"4731452799","node_id":"PR_kwDOS80Tcc7p7xaf","number":2,"state":"open","title":"ci: bump the actions group with 4 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-06-24T03:43:53.000Z","updated_at":"2026-06-24T03:43:54.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"ci: bump","group_name":"actions","update_count":4,"packages":[{"name":"actions/checkout","old_version":"6","new_version":"7","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"4","new_version":"5","repository_url":"https://github.com/actions/setup-java"},{"name":"android-actions/setup-android","old_version":"3","new_version":"4","repository_url":"https://github.com/android-actions/setup-android"},{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java), [android-actions/setup-android](https://github.com/android-actions/setup-android) and [gradle/actions](https://github.com/gradle/actions).\n\nUpdates `actions/checkout` from 6 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v6.0.2\"\u003ehttps://github.com/actions/checkout/compare/v6.0.1...v6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate all references from v5 and v4 to v6 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2314\"\u003eactions/checkout#2314\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify v6 README by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2328\"\u003eactions/checkout#2328\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.1\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/checkout/compare/v6...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 4 to 5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade to node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/888\"\u003eactions/setup-java#888\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMake sure your runner is updated to this version or newer to use this release. v2.327.1 \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eRelease Notes\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003eDependency Upgrades\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade Publish Immutable Action by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/798\"\u003eactions/setup-java#798\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/730\"\u003eactions/setup-java#730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade undici from 5.28.5 to 5.29.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/833\"\u003eactions/setup-java#833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade form-data to bring in fix for critical vulnerability by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/887\"\u003eactions/setup-java#887\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade actions/checkout from 4 to 5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/896\"\u003eactions/setup-java#896\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePrevent default installation of JetBrains pre-releases by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/859\"\u003eactions/setup-java#859\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove Error Handling for Setup-Java Action to Help Debug Intermittent Failures by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/848\"\u003eactions/setup-java#848\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/848\"\u003eactions/setup-java#848\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/888\"\u003eactions/setup-java#888\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v5.0.0\"\u003ehttps://github.com/actions/setup-java/compare/v4...v5.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.8.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eLicense and Audit Fixes by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/960\"\u003eactions/setup-java#960\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate SapMachine URLs by \u003ca href=\"https://github.com/RealCLanger\"\u003e\u003ccode\u003e@​RealCLanger\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/965\"\u003eactions/setup-java#965\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v4.8.0\"\u003ehttps://github.com/actions/setup-java/compare/v4...v4.8.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.7.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDocumentation changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align with GFTC License Terms by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/704\"\u003eactions/setup-java#704\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove duplicated GraalVM section in documentation by \u003ca href=\"https://github.com/Marcono1234\"\u003e\u003ccode\u003e@​Marcono1234\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/716\"\u003eactions/setup-java#716\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency updates:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​action/cache\u003c/code\u003e from 4.0.0 to 4.0.2 by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/766\"\u003eactions/setup-java#766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/glob\u003c/code\u003e from 0.4.0 to 0.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/744\"\u003eactions/setup-java#744\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade ts-jest from 29.1.2 to 29.2.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/743\"\u003eactions/setup-java#743\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​action/cache\u003c/code\u003e to 4.0.3 by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/773\"\u003eactions/setup-java#773\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v4.7.1\"\u003ehttps://github.com/actions/setup-java/compare/v4...v4.7.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.7.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003e\u003ccode\u003ead2b381\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1018\"\u003e#1018\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/b24df5bba5e9b8a1fcf822c1f0517b7bcc070757\"\u003e\u003ccode\u003eb24df5b\u003c/code\u003e\u003c/a\u003e Make the Adoptopenjdk package type look at the Temurin repo first for latest ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/43120bc3c3d8598724a29b0c856f33e1151591f3\"\u003e\u003ccode\u003e43120bc\u003c/code\u003e\u003c/a\u003e Implement pagination with link headers for Adoptium based apis (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1014\"\u003e#1014\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad9d6a632083232d766860674a129059adbcf61a\"\u003e\u003ccode\u003ead9d6a6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/950\"\u003e#950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/039af37997902e61332385d6ba53a0c99379949a\"\u003e\u003ccode\u003e039af37\u003c/code\u003e\u003c/a\u003e Bump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1016\"\u003e#1016\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1756ab6acdd8c8f78b33671c220bf78547b2db03\"\u003e\u003ccode\u003e1756ab6\u003c/code\u003e\u003c/a\u003e Bump eslint-config-prettier from 8.10.0 to 10.1.8 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/881\"\u003e#881\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/662bb59f48b4e26f135e9c9a90c42632866e41e3\"\u003e\u003ccode\u003e662bb59\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.46.2 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/952\"\u003e#952\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1071fc12d634df380b160287a5e2c9045eb0cad3\"\u003e\u003ccode\u003e1071fc1\u003c/code\u003e\u003c/a\u003e fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parse...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/576b821f29a2e03344ca994f84b2ff3c953673ba\"\u003e\u003ccode\u003e576b821\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/674\"\u003e#674\u003c/a\u003e from gdams/alpine\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/307d3a25a0b59c828425a19915c8b94c314c7ca8\"\u003e\u003ccode\u003e307d3a2\u003c/code\u003e\u003c/a\u003e update readme for ubuntu sudo java_home behavior (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1013\"\u003e#1013\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `android-actions/setup-android` from 3 to 4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/android-actions/setup-android/releases\"\u003eandroid-actions/setup-android's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cp\u003eHello,\u003c/p\u003e\n\u003cp\u003eThe long awaited update of setup-android.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eMigrate action to Node24 (by \u003ca href=\"https://github.com/TWiStErRob\"\u003e\u003ccode\u003e@​TWiStErRob\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd and default to cmdline-tools version 20.0 ( 14742923 )\u003c/li\u003e\n\u003cli\u003eUpdate CI runners (by \u003ca href=\"https://github.com/TWiStErRob\"\u003e\u003ccode\u003e@​TWiStErRob\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdate README.md (by \u003ca href=\"https://github.com/vil02\"\u003e\u003ccode\u003e@​vil02\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdate npm dependencies to solve CVE's\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eIncrementing major version to safeguard incase node upgrade or default cmdline-tools upgrade breaks something downstream.\u003c/p\u003e\n\u003ch2\u003ev3.2.2\u003c/h2\u003e\n\u003cp\u003eAdd support for cmdline-tools versions 12, 13, and 16 by \u003ca href=\"https://github.com/warting\"\u003e\u003ccode\u003e@​warting\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/android-actions/setup-android/pull/493\"\u003eandroid-actions/setup-android#493\u003c/a\u003e .\u003c/p\u003e\n\u003cp\u003eUpdated npm dependencies\u003c/p\u003e\n\u003ch2\u003ev3.2.1\u003c/h2\u003e\n\u003cp\u003eUpdated dependencies\u003c/p\u003e\n\u003ch2\u003ev3.2.0\u003c/h2\u003e\n\u003cp\u003eImplement 'packages' input argument, which allows choosing which packages to install from Android SDK\u003c/p\u003e\n\u003ch2\u003ev3.1.0\u003c/h2\u003e\n\u003cp\u003eAllow installing different Android SDK versions.\nAllow silent license agreement.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/40fd30fb8d7440372e1316f5d1809ec01dcd3699\"\u003e\u003ccode\u003e40fd30f\u003c/code\u003e\u003c/a\u003e Update setup-android version in README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/d4e21bf61b8c95806b69dd588354aa772ae9adf0\"\u003e\u003ccode\u003ed4e21bf\u003c/code\u003e\u003c/a\u003e Update dependencies and rebuild\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/b7f140eff502d947b5b2a930b942893442d92d74\"\u003e\u003ccode\u003eb7f140e\u003c/code\u003e\u003c/a\u003e Bump actions/checkout from 5 to 6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c\"\u003e\u003ccode\u003e651bceb\u003c/code\u003e\u003c/a\u003e Migrate from ncc to esbuild\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/144235e0587cf3d746e56d7bd53ca53a966e2000\"\u003e\u003ccode\u003e144235e\u003c/code\u003e\u003c/a\u003e Update actions steps. checkout to v5, node to v6, java to v5, codeql to v4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/200c644fca72efa03f84ad0c0e0bba00e6faa6e2\"\u003e\u003ccode\u003e200c644\u003c/code\u003e\u003c/a\u003e Add cmdline-tools version 20.0 ( 14742923 )\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/715acc5ce167ce4019cf2f743710d152080fd478\"\u003e\u003ccode\u003e715acc5\u003c/code\u003e\u003c/a\u003e Remove \u003ccode\u003e@​actions/cache\u003c/code\u003e dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/125835f877d12c4bf3f94ba8bc91deb608f0a0ed\"\u003e\u003ccode\u003e125835f\u003c/code\u003e\u003c/a\u003e Update (not all) deps, migrate eslint to new format. compile to es2024\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/c4c8fe5bcde35fd88354d5a39d4739cbaf13cc30\"\u003e\u003ccode\u003ec4c8fe5\u003c/code\u003e\u003c/a\u003e Encourage users to use latest version of \u003ccode\u003eactions/setup-java\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/6a40db5374286262464a7f8bbe2b8fc4f820518c\"\u003e\u003ccode\u003e6a40db5\u003c/code\u003e\u003c/a\u003e Migrate from Node 20 to Node 24\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/android-actions/setup-android/compare/v3...v4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 4 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/aashir-athar/react-native-persistent-background-location/pull/2","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/aashir-athar%2Freact-native-persistent-background-location/issues/2","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2/packages"},{"uuid":"4731183528","node_id":"PR_kwDORbMXps7p65y4","number":888,"state":"closed","title":"chore(deps): Bump the github-actions group across 1 directory with 3 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":"2026-07-01T02:42:29.000Z","author_association":null,"state_reason":null,"created_at":"2026-06-24T02:37:59.000Z","updated_at":"2026-07-01T02:42:31.000Z","time_to_close":605070,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): Bump","group_name":"github-actions","update_count":3,"packages":[{"name":"actions/checkout","old_version":"6.0.3","new_version":"7.0.0","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"5.2.0","new_version":"5.3.0","repository_url":"https://github.com/actions/setup-java"},{"name":"gradle/actions","old_version":"6.1.1","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java) and [gradle/actions](https://github.com/gradle/actions).\n\nUpdates `actions/checkout` from 6.0.3 to 7.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 5.2.0 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: update Java version to 25 in setup examples by \u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/984\"\u003eactions/setup-java#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRefactor error handling and improve test logging for installers by \u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/989\"\u003eactions/setup-java#989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: upgrade dependencies (\u003ccode\u003e@​actions/core\u003c/code\u003e, cache, glob, http-client, tool-cache, xmlbuilder2) by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Oracle JDK 17 licensing limitation note by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1001\"\u003eactions/setup-java#1001\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate readme for ubuntu sudo java_home behavior by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1013\"\u003eactions/setup-java#1013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003etemurin: add support for Alpine Linux by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/674\"\u003eactions/setup-java#674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1015\"\u003eactions/setup-java#1015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.48.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/952\"\u003eactions/setup-java#952\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump eslint-config-prettier from 8.10.0 to 10.1.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/881\"\u003eactions/setup-java#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1016\"\u003eactions/setup-java#1016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/950\"\u003eactions/setup-java#950\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplement pagination with link headers for Adoptium based apis by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake the Adoptopenjdk package type look at the Temurin repo first for latest assets by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/522\"\u003eactions/setup-java#522\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1018\"\u003eactions/setup-java#1018\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.3.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003e\u003ccode\u003ead2b381\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1018\"\u003e#1018\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/b24df5bba5e9b8a1fcf822c1f0517b7bcc070757\"\u003e\u003ccode\u003eb24df5b\u003c/code\u003e\u003c/a\u003e Make the Adoptopenjdk package type look at the Temurin repo first for latest ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/43120bc3c3d8598724a29b0c856f33e1151591f3\"\u003e\u003ccode\u003e43120bc\u003c/code\u003e\u003c/a\u003e Implement pagination with link headers for Adoptium based apis (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1014\"\u003e#1014\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad9d6a632083232d766860674a129059adbcf61a\"\u003e\u003ccode\u003ead9d6a6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/950\"\u003e#950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/039af37997902e61332385d6ba53a0c99379949a\"\u003e\u003ccode\u003e039af37\u003c/code\u003e\u003c/a\u003e Bump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1016\"\u003e#1016\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1756ab6acdd8c8f78b33671c220bf78547b2db03\"\u003e\u003ccode\u003e1756ab6\u003c/code\u003e\u003c/a\u003e Bump eslint-config-prettier from 8.10.0 to 10.1.8 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/881\"\u003e#881\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/662bb59f48b4e26f135e9c9a90c42632866e41e3\"\u003e\u003ccode\u003e662bb59\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.46.2 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/952\"\u003e#952\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1071fc12d634df380b160287a5e2c9045eb0cad3\"\u003e\u003ccode\u003e1071fc1\u003c/code\u003e\u003c/a\u003e fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parse...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/576b821f29a2e03344ca994f84b2ff3c953673ba\"\u003e\u003ccode\u003e576b821\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/674\"\u003e#674\u003c/a\u003e from gdams/alpine\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/307d3a25a0b59c828425a19915c8b94c314c7ca8\"\u003e\u003ccode\u003e307d3a2\u003c/code\u003e\u003c/a\u003e update readme for ubuntu sudo java_home behavior (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1013\"\u003e#1013\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/be666c2fcd27ec809703dec50e508c2fdc7f6654...ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 6.1.1 to 6.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/5e2ebd065dc2488b7a6ad670704656cbbe1e8f60...3f131e8634966bd73d06cc69884922b02e6faf92\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e","html_url":"https://github.com/catatafishen/agentbridge/pull/888","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/catatafishen%2Fagentbridge/issues/888","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/888/packages"},{"uuid":"4717694277","node_id":"PR_kwDOSOOsLs7pOSkB","number":32,"state":"closed","title":"Bump the dependencies group across 1 directory with 15 updates","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-06-29T14:41:40.000Z","author_association":null,"state_reason":null,"created_at":"2026-06-22T14:41:59.000Z","updated_at":"2026-06-29T14:41:42.000Z","time_to_close":604781,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"dependencies","update_count":15,"packages":[{"name":"step-security/harden-runner","old_version":"2.19.0","new_version":"2.19.4","repository_url":"https://github.com/step-security/harden-runner"},{"name":"actions/checkout","old_version":"6.0.2","new_version":"7.0.0","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"5.2.0","new_version":"5.3.0","repository_url":"https://github.com/actions/setup-java"},{"name":"gradle/actions","old_version":"6.1.0","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"},{"name":"step-security/docker-login-action","old_version":"4.1.0","new_version":"4.2.0","repository_url":"https://github.com/step-security/docker-login-action"},{"name":"kubeshop/setup-testkube","old_version":"1.0.12","new_version":"1.0.13","repository_url":"https://github.com/kubeshop/setup-testkube"},{"name":"fluxcd/flux2","old_version":"2.8.6","new_version":"2.8.8","repository_url":"https://github.com/fluxcd/flux2"},{"name":"step-security/semver-utils","old_version":"4.3.2","new_version":"5.0.0","repository_url":"https://github.com/step-security/semver-utils"},{"name":"step-security/close-milestone","old_version":"2.2.1","new_version":"2.2.2","repository_url":"https://github.com/step-security/close-milestone"},{"name":"sigstore/cosign-installer","old_version":"4.1.1","new_version":"4.1.2","repository_url":"https://github.com/sigstore/cosign-installer"},{"name":"docker/login-action","old_version":"4.1.0","new_version":"4.2.0","repository_url":"https://github.com/docker/login-action"},{"name":"docker/setup-qemu-action","old_version":"4.0.0","new_version":"4.1.0","repository_url":"https://github.com/docker/setup-qemu-action"},{"name":"docker/setup-buildx-action","old_version":"4.0.0","new_version":"4.1.0","repository_url":"https://github.com/docker/setup-buildx-action"},{"name":"docker/build-push-action","old_version":"7.1.0","new_version":"7.2.0","repository_url":"https://github.com/docker/build-push-action"},{"name":"securego/gosec","old_version":"2.25.0","new_version":"2.27.1","repository_url":"https://github.com/securego/gosec"}],"path":null,"ecosystem":"actions"},"body":"Bumps the dependencies group with 15 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.19.0` | `2.19.4` |\n| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `7.0.0` |\n| [actions/setup-java](https://github.com/actions/setup-java) | `5.2.0` | `5.3.0` |\n| [gradle/actions](https://github.com/gradle/actions) | `6.1.0` | `6.2.0` |\n| [step-security/docker-login-action](https://github.com/step-security/docker-login-action) | `4.1.0` | `4.2.0` |\n| [kubeshop/setup-testkube](https://github.com/kubeshop/setup-testkube) | `1.0.12` | `1.0.13` |\n| [fluxcd/flux2](https://github.com/fluxcd/flux2) | `2.8.6` | `2.8.8` |\n| [step-security/semver-utils](https://github.com/step-security/semver-utils) | `4.3.2` | `5.0.0` |\n| [step-security/close-milestone](https://github.com/step-security/close-milestone) | `2.2.1` | `2.2.2` |\n| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `4.1.1` | `4.1.2` |\n| [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.2.0` |\n| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.0.0` | `4.1.0` |\n| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.1.0` |\n| [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.2.0` |\n| [securego/gosec](https://github.com/securego/gosec) | `2.25.0` | `2.27.1` |\n\n\nUpdates `step-security/harden-runner` from 2.19.0 to 2.19.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/harden-runner/releases\"\u003estep-security/harden-runner's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.19.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eImprovements for HTTPS Monitoring for the Enterprise tier of Harden Runner\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.3...v2.19.4\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.3...v2.19.4\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDefault to audit mode when api-key missing with use-policy-store by \u003ca href=\"https://github.com/varunsh-coder\"\u003e\u003ccode\u003e@​varunsh-coder\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/665\"\u003estep-security/harden-runner#665\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.2...v2.19.3\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.2...v2.19.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.1...v2.19.2\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.1...v2.19.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: detect ubuntu-slim runners early and bail out by \u003ca href=\"https://github.com/devantler\"\u003e\u003ccode\u003e@​devantler\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/657\"\u003estep-security/harden-runner#657\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhat the fix changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eHarden-Runner will detect \u003ccode\u003eubuntu-slim\u003c/code\u003e runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhat the fix does not do\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eJobs running on \u003ccode\u003eubuntu-slim\u003c/code\u003e will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities).\u003c/li\u003e\n\u003cli\u003ePer GitHub's docs on \u003ca href=\"https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners\"\u003esingle-CPU runners\u003c/a\u003e: \u0026quot;The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported.\u0026quot;  Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eFor StepSecurity enterprise customers\nIf your security posture requires that workflows are always monitored, you can block the use of \u003ccode\u003eubuntu-slim\u003c/code\u003e via workflow run policies see the \u003ca href=\"https://docs.stepsecurity.io/workflow-run-policies/policies#runner-label-policy\"\u003eRunner Label Policy\u003c/a\u003e docs. This lets you enforce that jobs only run on monitored runner types.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/devantler\"\u003e\u003ccode\u003e@​devantler\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/657\"\u003estep-security/harden-runner#657\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/9af89fc71515a100421586dfdb3dc9c984fbf411\"\u003e\u003ccode\u003e9af89fc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/667\"\u003e#667\u003c/a\u003e from step-security/update-agent-v1.8.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/485dce8cb5d75cda51e8bfa947de06030d080208\"\u003e\u003ccode\u003e485dce8\u003c/code\u003e\u003c/a\u003e Update agent to v1.8.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/ab7a9404c0f3da075243ca237b5fac12c98deaa5\"\u003e\u003ccode\u003eab7a940\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/665\"\u003e#665\u003c/a\u003e from step-security/fix/use-policy-store-default-audit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/ec41b783c27ed7f0db6855a6d9970abd4572858c\"\u003e\u003ccode\u003eec41b78\u003c/code\u003e\u003c/a\u003e Default to audit mode when api-key missing with use-policy-store\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/9ca718d3bf646d6534007c269a635b3e54cadf99\"\u003e\u003ccode\u003e9ca718d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/664\"\u003e#664\u003c/a\u003e from step-security/update-agent-v1.8.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/1dee3df8d29f4225c582eee2ddb6053ca616c0df\"\u003e\u003ccode\u003e1dee3df\u003c/code\u003e\u003c/a\u003e Update agent to v1.8.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/a5ad31d6a139d249332a2605b85202e8c0b78450\"\u003e\u003ccode\u003ea5ad31d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/657\"\u003e#657\u003c/a\u003e from devantler/fix/ubuntu-slim-user-env\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/6e928567d74554b8842dd434908da31c593ba85c\"\u003e\u003ccode\u003e6e92856\u003c/code\u003e\u003c/a\u003e build dist and trim ubuntu-slim message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/4e0504ee086374bdec7064e5c26d48af41ba6209\"\u003e\u003ccode\u003e4e0504e\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into fix/ubuntu-slim-user-env\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/376d25a97f3a1640ff8cbbddaa4af25948df2cf3\"\u003e\u003ccode\u003e376d25a\u003c/code\u003e\u003c/a\u003e fix: detect ubuntu-slim runners early and bail out\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/harden-runner/compare/8d3c67de8e2fe68ef647c8db1e6a09f647780f40...9af89fc71515a100421586dfdb3dc9c984fbf411\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/checkout` from 6.0.2 to 7.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/df4cb1c069e1874edd31b4311f1884172cec0e10\"\u003e\u003ccode\u003edf4cb1c\u003c/code\u003e\u003c/a\u003e Update changelog for v6.0.3 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2446\"\u003e#2446\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 5.2.0 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: update Java version to 25 in setup examples by \u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/984\"\u003eactions/setup-java#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRefactor error handling and improve test logging for installers by \u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/989\"\u003eactions/setup-java#989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: upgrade dependencies (\u003ccode\u003e@​actions/core\u003c/code\u003e, cache, glob, http-client, tool-cache, xmlbuilder2) by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Oracle JDK 17 licensing limitation note by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1001\"\u003eactions/setup-java#1001\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate readme for ubuntu sudo java_home behavior by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1013\"\u003eactions/setup-java#1013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003etemurin: add support for Alpine Linux by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/674\"\u003eactions/setup-java#674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1015\"\u003eactions/setup-java#1015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.48.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/952\"\u003eactions/setup-java#952\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump eslint-config-prettier from 8.10.0 to 10.1.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/881\"\u003eactions/setup-java#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1016\"\u003eactions/setup-java#1016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/950\"\u003eactions/setup-java#950\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplement pagination with link headers for Adoptium based apis by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake the Adoptopenjdk package type look at the Temurin repo first for latest assets by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/522\"\u003eactions/setup-java#522\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1018\"\u003eactions/setup-java#1018\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.3.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003e\u003ccode\u003ead2b381\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1018\"\u003e#1018\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/b24df5bba5e9b8a1fcf822c1f0517b7bcc070757\"\u003e\u003ccode\u003eb24df5b\u003c/code\u003e\u003c/a\u003e Make the Adoptopenjdk package type look at the Temurin repo first for latest ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/43120bc3c3d8598724a29b0c856f33e1151591f3\"\u003e\u003ccode\u003e43120bc\u003c/code\u003e\u003c/a\u003e Implement pagination with link headers for Adoptium based apis (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1014\"\u003e#1014\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad9d6a632083232d766860674a129059adbcf61a\"\u003e\u003ccode\u003ead9d6a6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/950\"\u003e#950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/039af37997902e61332385d6ba53a0c99379949a\"\u003e\u003ccode\u003e039af37\u003c/code\u003e\u003c/a\u003e Bump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1016\"\u003e#1016\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1756ab6acdd8c8f78b33671c220bf78547b2db03\"\u003e\u003ccode\u003e1756ab6\u003c/code\u003e\u003c/a\u003e Bump eslint-config-prettier from 8.10.0 to 10.1.8 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/881\"\u003e#881\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/662bb59f48b4e26f135e9c9a90c42632866e41e3\"\u003e\u003ccode\u003e662bb59\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.46.2 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/952\"\u003e#952\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1071fc12d634df380b160287a5e2c9045eb0cad3\"\u003e\u003ccode\u003e1071fc1\u003c/code\u003e\u003c/a\u003e fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parse...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/576b821f29a2e03344ca994f84b2ff3c953673ba\"\u003e\u003ccode\u003e576b821\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/674\"\u003e#674\u003c/a\u003e from gdams/alpine\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/307d3a25a0b59c828425a19915c8b94c314c7ca8\"\u003e\u003ccode\u003e307d3a2\u003c/code\u003e\u003c/a\u003e update readme for ubuntu sudo java_home behavior (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1013\"\u003e#1013\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/be666c2fcd27ec809703dec50e508c2fdc7f6654...ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 6.1.0 to 6.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/50e97c2cd7a37755bbfafc9c5b7cafaece252f6e...3f131e8634966bd73d06cc69884922b02e6faf92\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `step-security/docker-login-action` from 4.1.0 to 4.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/docker-login-action/releases\"\u003estep-security/docker-login-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.2.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: Cherry-picked changes from upstream by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/39\"\u003estep-security/docker-login-action#39\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump axios from 1.15.0 to 1.16.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/40\"\u003estep-security/docker-login-action#40\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump fast-xml-builder from 1.1.4 to 1.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/42\"\u003estep-security/docker-login-action#42\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: upgraded packages to fix vulnerabilities by \u003ca href=\"https://github.com/Raj-StepSecurity\"\u003e\u003ccode\u003e@​Raj-StepSecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/43\"\u003estep-security/docker-login-action#43\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/docker-login-action/compare/v4...v4.2.0\"\u003ehttps://github.com/step-security/docker-login-action/compare/v4...v4.2.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/164e21d7e52229904128e2f946001cb88278c33d\"\u003e\u003ccode\u003e164e21d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/43\"\u003e#43\u003c/a\u003e from step-security/fix/vulnerabilities-fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/02bf41c45daa4c0110e5060c0f7a25ffd4f10a04\"\u003e\u003ccode\u003e02bf41c\u003c/code\u003e\u003c/a\u003e fix: upgraded packages to fix vulnerabilities\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/d351b10e24900b26a44d2f7dbe706c8e899c8e9c\"\u003e\u003ccode\u003ed351b10\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/42\"\u003e#42\u003c/a\u003e from step-security/dependabot/npm_and_yarn/fast-xml-bu...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/14bbeabcda43ca06033c116f11f2204a689d6132\"\u003e\u003ccode\u003e14bbeab\u003c/code\u003e\u003c/a\u003e build(deps): bump fast-xml-builder from 1.1.4 to 1.2.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/6f2e8f44a30cb2d879946c321f297c01cc9075a0\"\u003e\u003ccode\u003e6f2e8f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/40\"\u003e#40\u003c/a\u003e from step-security/dependabot/npm_and_yarn/axios-1.16.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/e3944e0c1d853d48d4a7cfe2dd0c198f2e63cf09\"\u003e\u003ccode\u003ee3944e0\u003c/code\u003e\u003c/a\u003e build(deps): bump axios from 1.15.0 to 1.16.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/05c941dbccdf636cea2b23288c241de81cdb1087\"\u003e\u003ccode\u003e05c941d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/39\"\u003e#39\u003c/a\u003e from step-security/auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/9aecf0bc3c3c689888e298cbf3cbf7aad2dc80ea\"\u003e\u003ccode\u003e9aecf0b\u003c/code\u003e\u003c/a\u003e conflicted commits cherry-picked manually\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/4e8228f81a23d22e3f77f1af4e0f4172560e501c\"\u003e\u003ccode\u003e4e8228f\u003c/code\u003e\u003c/a\u003e replace ncc with esbuild for action bundling\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/docker-login-action/compare/870af644803bf9f204aed474adbad2958fec048b...164e21d7e52229904128e2f946001cb88278c33d\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `kubeshop/setup-testkube` from 1.0.12 to 1.0.13\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/kubeshop/setup-testkube/releases\"\u003ekubeshop/setup-testkube's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.13\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efeat: upgrade Node.js runtime from node20 to node24 by \u003ca href=\"https://github.com/mike-mcnamara\"\u003e\u003ccode\u003e@​mike-mcnamara\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubeshop/setup-testkube/pull/18\"\u003ekubeshop/setup-testkube#18\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mike-mcnamara\"\u003e\u003ccode\u003e@​mike-mcnamara\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/kubeshop/setup-testkube/pull/18\"\u003ekubeshop/setup-testkube#18\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubeshop/setup-testkube/compare/v1.0.12...v1.0.13\"\u003ehttps://github.com/kubeshop/setup-testkube/compare/v1.0.12...v1.0.13\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubeshop/setup-testkube/commit/da4b4be0ae108ecdb0d1a7a546438b97c244acd0\"\u003e\u003ccode\u003eda4b4be\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubeshop/setup-testkube/issues/18\"\u003e#18\u003c/a\u003e from mike-mcnamara/upgrade-node24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubeshop/setup-testkube/commit/84ddc74aa6feca6340e9d87dab6c05ce9b6674d2\"\u003e\u003ccode\u003e84ddc74\u003c/code\u003e\u003c/a\u003e fix: add setup-node to integration test per review\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubeshop/setup-testkube/commit/2912fd116513c151f5400ea26770036c06a11891\"\u003e\u003ccode\u003e2912fd1\u003c/code\u003e\u003c/a\u003e feat: upgrade Node.js runtime from node20 to node24\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubeshop/setup-testkube/compare/3deb6ba0cd26e0d890e278d59f996bd30d58b567...da4b4be0ae108ecdb0d1a7a546438b97c244acd0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `fluxcd/flux2` from 2.8.6 to 2.8.8\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/fluxcd/flux2/releases\"\u003efluxcd/flux2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.8.8\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eFlux v2.8.8 is a patch release that includes CVE fixes via go-git v5.19.1 (source-controller, image-automation-controller), reliability fixes in helm-controller and source-controller, the move of Helm back to upstream v4.2.0, support for GCP sovereign cloud artifact registries, and dependency updates. Users are encouraged to upgrade for the best experience.\u003c/p\u003e\n\u003cp\u003eℹ️ Please follow the \u003ca href=\"https://github.com/fluxcd/flux2/discussions/5572\"\u003eUpgrade Procedure for Flux v2.7+\u003c/a\u003e for a smooth upgrade from Flux v2.6 to the latest version.\u003c/p\u003e\n\u003cp\u003eFixes:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd a configurable HTTP timeout for artifact fetching, preventing fetches that could block indefinitely and stall reconciliations (helm-controller)\u003c/li\u003e\n\u003cli\u003eFix unbounded memory growth caused by a Kubernetes client transport retry wrapper accumulating on every reconcile (helm-controller)\u003c/li\u003e\n\u003cli\u003eStop force-applying non-CRD objects placed under a chart's \u003ccode\u003ecrds/\u003c/code\u003e directory (helm-controller)\u003c/li\u003e\n\u003cli\u003eFix the Helm test action failing to find releases with names longer than 53 characters (helm-controller)\u003c/li\u003e\n\u003cli\u003eImprove path handling in the source reconcilers (source-controller)\u003c/li\u003e\n\u003cli\u003eSupport Helm semver build-metadata encoding in OCIRepository tags (source-controller)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eImprovements:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate go-git to v5.19.1 which fixes \u003ca href=\"https://github.com/advisories/GHSA-crhj-59gh-8x96\"\u003eCVE-2026-45571\u003c/a\u003e and \u003ca href=\"https://github.com/advisories/GHSA-m7cr-m3pv-hgrp\"\u003eCVE-2026-45570\u003c/a\u003e (source-controller, image-automation-controller)\u003c/li\u003e\n\u003cli\u003eMove Helm back to upstream v4.2.0 (source-controller, helm-controller)\u003c/li\u003e\n\u003cli\u003eAdd support for GCP sovereign cloud artifact registries (source-controller, image-reflector-controller)\u003c/li\u003e\n\u003cli\u003eUpgrade Kubernetes to 1.36.1 (source-controller, helm-controller)\u003c/li\u003e\n\u003cli\u003eUpdate fluxcd/pkg dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eComponents changelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ehelm-controller \u003ca href=\"https://github.com/fluxcd/helm-controller/blob/v1.5.5/CHANGELOG.md\"\u003ev1.5.5\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eimage-automation-controller \u003ca href=\"https://github.com/fluxcd/image-automation-controller/blob/v1.1.4/CHANGELOG.md\"\u003ev1.1.4\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eimage-reflector-controller \u003ca href=\"https://github.com/fluxcd/image-reflector-controller/blob/v1.1.2/CHANGELOG.md\"\u003ev1.1.2\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esource-controller \u003ca href=\"https://github.com/fluxcd/source-controller/blob/v1.8.5/CHANGELOG.md\"\u003ev1.8.5\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eCLI changelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate toolkit components by \u003ca href=\"https://github.com/fluxcdbot\"\u003e\u003ccode\u003e@​fluxcdbot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fluxcd/flux2/pull/5904\"\u003efluxcd/flux2#5904\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/fluxcd/flux2/compare/v2.8.7...v2.8.8\"\u003ehttps://github.com/fluxcd/flux2/compare/v2.8.7...v2.8.8\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.8.7\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eFlux v2.8.7 is a patch release that includes a bug fix in kustomize-controller, a CVE fix in source-controller and image-automation-controller via go-git v5.19.0, and dependency updates. Users are encouraged to upgrade for the best experience.\u003c/p\u003e\n\u003cp\u003eℹ️ Please follow the \u003ca href=\"https://github.com/fluxcd/flux2/discussions/5572\"\u003eUpgrade Procedure for Flux v2.7+\u003c/a\u003e for a smooth upgrade from Flux v2.6 to the latest version.\u003c/p\u003e\n\u003cp\u003eFixes:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eFix management of objects annotated with \u003ccode\u003ekustomize.toolkit.fluxcd.io/ssa: IfNotPresent\u003c/code\u003e where non-namespaced resources were being deleted and recreated on each reconciliation (kustomize-controller)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eImprovements:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate go-git to v5.19.0 which fixes \u003ca href=\"https://github.com/advisories/GHSA-389r-gv7p-r3rp\"\u003eCVE-2026-45022\u003c/a\u003e (source-controller, image-automation-controller)\u003c/li\u003e\n\u003cli\u003eUpdate fluxcd/pkg dependencies (source-controller, kustomize-controller, image-automation-controller)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eComponents changelog\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/1fd61a06264d71cf445ed55c4f14d401d26a1c64\"\u003e\u003ccode\u003e1fd61a0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5904\"\u003e#5904\u003c/a\u003e from fluxcd/update-components-release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/477f048ec0c3c47ce402c5be45cb67b9b2b84386\"\u003e\u003ccode\u003e477f048\u003c/code\u003e\u003c/a\u003e Update toolkit components\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/0acfaa26c6219cb08e3add4432b981436b2a4f49\"\u003e\u003ccode\u003e0acfaa2\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5899\"\u003e#5899\u003c/a\u003e from fluxcd/update-pkg-deps/release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/264957f40bef9d139323341e7466548ebba17c27\"\u003e\u003ccode\u003e264957f\u003c/code\u003e\u003c/a\u003e Update fluxcd/pkg dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/54e4ba378e155ada619caafdc599e5c4d759ce5c\"\u003e\u003ccode\u003e54e4ba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5891\"\u003e#5891\u003c/a\u003e from fluxcd/update-components-release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/d2fbb16656555a93adfb5aa0ec7ca145919acacb\"\u003e\u003ccode\u003ed2fbb16\u003c/code\u003e\u003c/a\u003e Update toolkit components\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/66533d7c9027618340b96e7a925cbef4f43f4dfc\"\u003e\u003ccode\u003e66533d7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5882\"\u003e#5882\u003c/a\u003e from fluxcd/backport-5881-to-release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/7ac36233f338adf90eb7546533f87c23a32d50fc\"\u003e\u003ccode\u003e7ac3623\u003c/code\u003e\u003c/a\u003e include source-watcher in install manifests\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/fluxcd/flux2/compare/04acaec6161ac4fb1a82ffafa88901c03271d34f...1fd61a06264d71cf445ed55c4f14d401d26a1c64\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `step-security/semver-utils` from 4.3.2 to 5.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/semver-utils/releases\"\u003estep-security/semver-utils's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/220\"\u003estep-security/semver-utils#220\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/221\"\u003estep-security/semver-utils#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: upgrade packages to fix vulnerabilities by \u003ca href=\"https://github.com/Raj-StepSecurity\"\u003e\u003ccode\u003e@​Raj-StepSecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/222\"\u003estep-security/semver-utils#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/223\"\u003estep-security/semver-utils#223\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/224\"\u003estep-security/semver-utils#224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Remove guarddog.yml by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/225\"\u003estep-security/semver-utils#225\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/227\"\u003estep-security/semver-utils#227\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Add claude review workflow by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/228\"\u003estep-security/semver-utils#228\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: added banner and update subscription check to make maintained actions free for public repos by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/226\"\u003estep-security/semver-utils#226\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump actions/checkout from 4.1.1 to 6.0.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/175\"\u003estep-security/semver-utils#175\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/202\"\u003estep-security/semver-utils#202\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump github/codeql-action from 3.24.3 to 4.35.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/218\"\u003estep-security/semver-utils#218\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump actions/dependency-review-action from 4.1.3 to 5.0.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/209\"\u003estep-security/semver-utils#209\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Update auto cherry-pick workflow by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/230\"\u003estep-security/semver-utils#230\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Cherry-picked changes from upstream by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/229\"\u003estep-security/semver-utils#229\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/225\"\u003estep-security/semver-utils#225\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/semver-utils/compare/v4...v5.0.0\"\u003ehttps://github.com/step-security/semver-utils/compare/v4...v5.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/5bb182a08240146b23b61cc002cb74004377da4b\"\u003e\u003ccode\u003e5bb182a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/229\"\u003e#229\u003c/a\u003e from step-security/auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/57d3f51f108d62d579217a48d6ea0098e9a183ee\"\u003e\u003ccode\u003e57d3f51\u003c/code\u003e\u003c/a\u003e chore: Bump version in package.json and lock file\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/6ac856db625c45a3598e902d3d41ff82e6c6225b\"\u003e\u003ccode\u003e6ac856d\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/b36e30950176cfdc82294700f613aa2bcffe72f0\"\u003e\u003ccode\u003eb36e309\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/230\"\u003e#230\u003c/a\u003e from step-security/fix-auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/385280376f65b1dfeedc496f98d305d0b42ab1a0\"\u003e\u003ccode\u003e3852803\u003c/code\u003e\u003c/a\u003e fix: Update auto cherry-pick workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/dbfcfd87d115b9a32284e1b53930aae83c1820e5\"\u003e\u003ccode\u003edbfcfd8\u003c/code\u003e\u003c/a\u003e chore: Cherry-pick changes from upstream\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/ecb04aec3bade353524b29c14ba3579d7c45779c\"\u003e\u003ccode\u003eecb04ae\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/ba69ca4900a31d80c7f4d9556f25e85777cbcaa7\"\u003e\u003ccode\u003eba69ca4\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/6f8e4f9839152d933a82fe6bdf6802d389b120d7\"\u003e\u003ccode\u003e6f8e4f9\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/9e44e9ebb00a2d5a1d8ef8886eb5c2a809949843\"\u003e\u003ccode\u003e9e44e9e\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/step-security/semver-utils/compare/4ae9c1fd6d1c5f8f152fe7e2efe8069a952c2ace...5bb182a08240146b23b61cc002cb74004377da4b\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `step-security/close-milestone` from 2.2.1 to 2.2.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/close-milestone/releases\"\u003estep-security/close-milestone's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.2.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/109\"\u003estep-security/close-milestone#109\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/125\"\u003estep-security/close-milestone#125\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/126\"\u003estep-security/close-milestone#126\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/127\"\u003estep-security/close-milestone#127\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/128\"\u003estep-security/close-milestone#128\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/129\"\u003estep-security/close-milestone#129\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/130\"\u003estep-security/close-milestone#130\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/131\"\u003estep-security/close-milestone#131\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/132\"\u003estep-security/close-milestone#132\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/133\"\u003estep-security/close-milestone#133\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/134\"\u003estep-security/close-milestone#134\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: upgrade packages to fix vulnerabilities by \u003ca href=\"https://github.com/Raj-StepSecurity\"\u003e\u003ccode\u003e@​Raj-StepSecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/135\"\u003estep-security/close-milestone#135\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/136\"\u003estep-security/close-milestone#136\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/137\"\u003estep-security/close-milestone#137\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/138\"\u003estep-security/close-milestone#138\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Remove guarddog.yml by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/139\"\u003estep-security/close-milestone#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/141\"\u003estep-security/close-milestone#141\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/142\"\u003estep-security/close-milestone#142\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eci: create claude_review.yml by \u003ca href=\"https://github.com/amanstep\"\u003e\u003ccode\u003e@​amanstep\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/143\"\u003estep-security/close-milestone#143\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: added banner and update subscription check to make maintained actions free for public repos by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/140\"\u003estep-security/close-milestone#140\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/139\"\u003estep-security/close-milestone#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/amanstep\"\u003e\u003ccode\u003e@​amanstep\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/143\"\u003estep-security/close-milestone#143\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/close-milestone/compare/v2...v2.2.2\"\u003ehttps://github.com/step-security/close-milestone/compare/v2...v2.2.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/d6e3b63e31f1f869bd3d0403f8cdc1a68f59ab4a\"\u003e\u003ccode\u003ed6e3b63\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/140\"\u003e#140\u003c/a\u003e from step-security/feat/update-subscription-check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/863f964626093731ac2c636fa7dc5ff3d2644274\"\u003e\u003ccode\u003e863f964\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into feat/update-subscription-check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/e1b596a61a6ecc976f5da769dd6d7fa404a0d678\"\u003e\u003ccode\u003ee1b596a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/143\"\u003e#143\u003c/a\u003e from step-security/amanstep-patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/46baafa0c6c0df51b9d34812be4ae404ccbd2e46\"\u003e\u003ccode\u003e46baafa\u003c/code\u003e\u003c/a\u003e format: fixed formatting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/6bc6bcafec2bf2bebc8ab86081cdd0b8f2630caf\"\u003e\u003ccode\u003e6bc6bca\u003c/code\u003e\u003c/a\u003e ci: create claude_review.yml\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/e988771562706195b18b9441460b11d785b5904d\"\u003e\u003ccode\u003ee988771\u003c/code\u003e\u003c/a\u003e chore: dist updated\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/07bcad02d188d4bdc830f6403f27aa3a63d9230e\"\u003e\u003ccode\u003e07bcad0\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into feat/update-subscription-check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/bde7f30187b35ad62a306764515a07135f09a465\"\u003e\u003ccode\u003ebde7f30\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/142\"\u003e#142\u003c/a\u003e from step-security/npm-audit-fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/c147b794f062d8a0fa8066b154701c8dda26b2ca\"\u003e\u003ccode\u003ec147b79\u003c/code\u003e\u003c/a\u003e fix: apply audit fixes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/5e1530b9f64d08ab27a6804b967af5a24b50792d\"\u003e\u003ccode\u003e5e1530b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/141\"\u003e#141\u003c/a\u003e from step-security/npm-audit-fix\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/step-security/close-milestone/compare/b097272a7aaa0f5c40dc6bc671d45d35c5e85b51...d6e3b63e31f1f869bd3d0403f8cdc1a68f59ab4a\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `sigstore/cosign-installer` from 4.1.1 to 4.1.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/sigstore/cosign-installer/releases\"\u003esigstore/cosign-installer's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.1.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump cosign to 3.0.6 in \u003ca href=\"https://redirect.github.com/sigstore/cosign-installer/pull/232\"\u003esigstore/cosign-installer#232\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/bl...\n\n_Description has been truncated_","html_url":"https://github.com/oyakh1/hiero-mirror-node--017/pull/32","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/oyakh1%2Fhiero-mirror-node--017/issues/32","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/32/packages"},{"uuid":"4717289409","node_id":"PR_kwDOITXto87pM7Vc","number":2421,"state":"closed","title":"Bump the github-actions group across 1 directory with 3 updates","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-06-25T09:50:35.000Z","author_association":null,"state_reason":null,"created_at":"2026-06-22T13:55:39.000Z","updated_at":"2026-06-25T09:50:37.000Z","time_to_close":244496,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"github-actions","update_count":3,"packages":[{"name":"actions/checkout","old_version":"6","new_version":"7","repository_url":"https://github.com/actions/checkout"},{"name":"gradle/actions","old_version":"6.1.0","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"},{"name":"mikepenz/action-junit-report","old_version":"6.4.1","new_version":"6.4.2","repository_url":"https://github.com/mikepenz/action-junit-report"}],"path":null,"ecosystem":"actions"},"body":"Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [gradle/actions](https://github.com/gradle/actions) and [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report).\n\nUpdates `actions/checkout` from 6 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v6.0.2\"\u003ehttps://github.com/actions/checkout/compare/v6.0.1...v6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate all references from v5 and v4 to v6 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2314\"\u003eactions/checkout#2314\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify v6 README by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2328\"\u003eactions/checkout#2328\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.1\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/checkout/compare/v6...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 6.1.0 to 6.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/50e97c2cd7a37755bbfafc9c5b7cafaece252f6e...3f131e8634966bd73d06cc69884922b02e6faf92\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `mikepenz/action-junit-report` from 6.4.1 to 6.4.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/mikepenz/action-junit-report/releases\"\u003emikepenz/action-junit-report's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.4.2\u003c/h2\u003e\n\u003ch2\u003e📦 Dependencies\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): lock file maintenance\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1558\"\u003e#1558\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update dependency brace-expansion to v5.0.6\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1557\"\u003e#1557\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update node devdependency non-major updates\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1561\"\u003e#1561\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): lock file maintenance\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1562\"\u003e#1562\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24-bullseye docker digest to dc1a0af\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1559\"\u003e#1559\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update dependency vite to v8.0.14\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1560\"\u003e#1560\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): lock file maintenance\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1564\"\u003e#1564\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update node devdependency non-major updates\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1563\"\u003e#1563\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update dependency vite to v8.0.16\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1565\"\u003e#1565\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update node devdependency non-major updates\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1566\"\u003e#1566\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): lock file maintenance\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1567\"\u003e#1567\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eContributors:\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/renovate-mike\"\u003e\u003ccode\u003e@​renovate-mike\u003c/code\u003e\u003c/a\u003e[bot], \u003ca href=\"https://github.com/mikepenz\"\u003e\u003ccode\u003e@​mikepenz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/d9f48fc87bc235f7e214acf696ca5abc0a986f16\"\u003e\u003ccode\u003ed9f48fc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1568\"\u003e#1568\u003c/a\u003e from mikepenz/fix/undici-high-severity\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/4a85f8c843845a8de4f46c1b76b6cd26beab1cff\"\u003e\u003ccode\u003e4a85f8c\u003c/code\u003e\u003c/a\u003e fix(deps): bump undici to 6.27.0 to resolve high severity vulnerability\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/0337cea02eea27c0fccb74560ca99ec5a05760ab\"\u003e\u003ccode\u003e0337cea\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1567\"\u003e#1567\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/a88e647813a29b9ce00a77494359516f000f923b\"\u003e\u003ccode\u003ea88e647\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1566\"\u003e#1566\u003c/a\u003e from mikepenz/renovate/node-devdependency-non-major-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/560eef047bb1dea8cc97bcf74293fa6970a25a32\"\u003e\u003ccode\u003e560eef0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1565\"\u003e#1565\u003c/a\u003e from mikepenz/renovate/vite-8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/55cab11b615ed045a8c03f1ac07810b495dbcd22\"\u003e\u003ccode\u003e55cab11\u003c/code\u003e\u003c/a\u003e chore(deps): update node devdependency non-major updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/bd17e3dfe14c4af6c83d98c0633cf9311de35ee1\"\u003e\u003ccode\u003ebd17e3d\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency vite to v8.0.16\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/82be959bf27ac3505bbaa55119b2cd21e701b11c\"\u003e\u003ccode\u003e82be959\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1563\"\u003e#1563\u003c/a\u003e from mikepenz/renovate/node-devdependency-non-major-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/2017850aaa5fada885506b676e96b1accc9fc1b8\"\u003e\u003ccode\u003e2017850\u003c/code\u003e\u003c/a\u003e chore(deps): update node devdependency non-major updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/cd92a9961da0f11c48f8044e4e8cd9bdfe9495fa\"\u003e\u003ccode\u003ecd92a99\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1564\"\u003e#1564\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mikepenz/action-junit-report/compare/3a81627bfac62268172037048872e8ebd4207e6d...d9f48fc87bc235f7e214acf696ca5abc0a986f16\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/finnishtransportagency/geoviite/pull/2421","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnishtransportagency%2Fgeoviite/issues/2421","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2421/packages"},{"uuid":"4713943261","node_id":"PR_kwDOSUgwhs7pB00o","number":34,"state":"closed","title":"chore(deps): bump the github-actions-all group with 11 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-06-22T06:53:22.000Z","author_association":null,"state_reason":null,"created_at":"2026-06-22T06:09:47.000Z","updated_at":"2026-06-22T06:53:30.000Z","time_to_close":2615,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"github-actions-all","update_count":11,"packages":[{"name":"actions/checkout","old_version":"4.2.2","new_version":"7.0.0","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"4.7.1","new_version":"5.3.0","repository_url":"https://github.com/actions/setup-java"},{"name":"gradle/actions","old_version":"4.4.4","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"},{"name":"actions/upload-artifact","old_version":"4.6.2","new_version":"7.0.1","repository_url":"https://github.com/actions/upload-artifact"},{"name":"github/codeql-action","old_version":"3.30.7","new_version":"4.36.2","repository_url":"https://github.com/github/codeql-action"},{"name":"docker/setup-buildx-action","old_version":"3.11.1","new_version":"4.1.0","repository_url":"https://github.com/docker/setup-buildx-action"},{"name":"docker/login-action","old_version":"3.6.0","new_version":"4.2.0","repository_url":"https://github.com/docker/login-action"},{"name":"docker/build-push-action","old_version":"6.18.0","new_version":"7.2.0","repository_url":"https://github.com/docker/build-push-action"},{"name":"aquasecurity/trivy-action","old_version":"0.35.0","new_version":"0.36.0","repository_url":"https://github.com/aquasecurity/trivy-action"},{"name":"sigstore/cosign-installer","old_version":"3.9.1","new_version":"4.1.2","repository_url":"https://github.com/sigstore/cosign-installer"},{"name":"azure/setup-helm","old_version":"4.3.0","new_version":"5.0.0","repository_url":"https://github.com/azure/setup-helm"}],"path":null,"ecosystem":"actions"},"body":"Bumps the github-actions-all group with 11 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `7.0.0` |\n| [actions/setup-java](https://github.com/actions/setup-java) | `4.7.1` | `5.3.0` |\n| [gradle/actions](https://github.com/gradle/actions) | `4.4.4` | `6.2.0` |\n| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` |\n| [github/codeql-action](https://github.com/github/codeql-action) | `3.30.7` | `4.36.2` |\n| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.11.1` | `4.1.0` |\n| [docker/login-action](https://github.com/docker/login-action) | `3.6.0` | `4.2.0` |\n| [docker/build-push-action](https://github.com/docker/build-push-action) | `6.18.0` | `7.2.0` |\n| [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) | `0.35.0` | `0.36.0` |\n| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.9.1` | `4.1.2` |\n| [azure/setup-helm](https://github.com/azure/setup-helm) | `4.3.0` | `5.0.0` |\n\nUpdates `actions/checkout` from 4.2.2 to 7.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v6.0.2\"\u003ehttps://github.com/actions/checkout/compare/v6.0.1...v6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate all references from v5 and v4 to v6 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2314\"\u003eactions/checkout#2314\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify v6 README by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2328\"\u003eactions/checkout#2328\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.1\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ev6-beta by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2298\"\u003eactions/checkout#2298\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/df4cb1c069e1874edd31b4311f1884172cec0e10\"\u003e\u003ccode\u003edf4cb1c\u003c/code\u003e\u003c/a\u003e Update changelog for v6.0.3 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2446\"\u003e#2446\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 4.7.1 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: update Java version to 25 in setup examples by \u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/984\"\u003eactions/setup-java#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRefactor error handling and improve test logging for installers by \u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/989\"\u003eactions/setup-java#989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: upgrade dependencies (\u003ccode\u003e@​actions/core\u003c/code\u003e, cache, glob, http-client, tool-cache, xmlbuilder2) by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Oracle JDK 17 licensing limitation note by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1001\"\u003eactions/setup-java#1001\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate readme for ubuntu sudo java_home behavior by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1013\"\u003eactions/setup-java#1013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003etemurin: add support for Alpine Linux by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/674\"\u003eactions/setup-java#674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1015\"\u003eactions/setup-java#1015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.48.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/952\"\u003eactions/setup-java#952\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump eslint-config-prettier from 8.10.0 to 10.1.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/881\"\u003eactions/setup-java#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1016\"\u003eactions/setup-java#1016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/950\"\u003eactions/setup-java#950\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplement pagination with link headers for Adoptium based apis by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake the Adoptopenjdk package type look at the Temurin repo first for latest assets by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/522\"\u003eactions/setup-java#522\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1018\"\u003eactions/setup-java#1018\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.3.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.2.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancement\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRetry on HTTP 522 Connection timed out by \u003ca href=\"https://github.com/findepi\"\u003e\u003ccode\u003e@​findepi\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/964\"\u003eactions/setup-java#964\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate gradle caching by \u003ca href=\"https://github.com/priya-kinthali\"\u003e\u003ccode\u003e@​priya-kinthali\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/972\"\u003eactions/setup-java#972\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate checkout to v6 by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/973\"\u003eactions/setup-java#973\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency Updates\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/cache\u003c/code\u003e to v5 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/968\"\u003eactions/setup-java#968\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade actions/checkout from 5 to 6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/961\"\u003eactions/setup-java#961\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/findepi\"\u003e\u003ccode\u003e@​findepi\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/964\"\u003eactions/setup-java#964\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.2.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eNew Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd support for \u003ccode\u003e.sdkmanrc\u003c/code\u003e file in \u003ccode\u003ejava-version-file\u003c/code\u003e parameter by \u003ca href=\"https://github.com/guicamest\"\u003e\u003ccode\u003e@​guicamest\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/736\"\u003eactions/setup-java#736\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003e\u003ccode\u003ead2b381\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1018\"\u003e#1018\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/b24df5bba5e9b8a1fcf822c1f0517b7bcc070757\"\u003e\u003ccode\u003eb24df5b\u003c/code\u003e\u003c/a\u003e Make the Adoptopenjdk package type look at the Temurin repo first for latest ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/43120bc3c3d8598724a29b0c856f33e1151591f3\"\u003e\u003ccode\u003e43120bc\u003c/code\u003e\u003c/a\u003e Implement pagination with link headers for Adoptium based apis (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1014\"\u003e#1014\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad9d6a632083232d766860674a129059adbcf61a\"\u003e\u003ccode\u003ead9d6a6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/950\"\u003e#950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/039af37997902e61332385d6ba53a0c99379949a\"\u003e\u003ccode\u003e039af37\u003c/code\u003e\u003c/a\u003e Bump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1016\"\u003e#1016\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1756ab6acdd8c8f78b33671c220bf78547b2db03\"\u003e\u003ccode\u003e1756ab6\u003c/code\u003e\u003c/a\u003e Bump eslint-config-prettier from 8.10.0 to 10.1.8 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/881\"\u003e#881\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/662bb59f48b4e26f135e9c9a90c42632866e41e3\"\u003e\u003ccode\u003e662bb59\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.46.2 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/952\"\u003e#952\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1071fc12d634df380b160287a5e2c9045eb0cad3\"\u003e\u003ccode\u003e1071fc1\u003c/code\u003e\u003c/a\u003e fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parse...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/576b821f29a2e03344ca994f84b2ff3c953673ba\"\u003e\u003ccode\u003e576b821\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/674\"\u003e#674\u003c/a\u003e from gdams/alpine\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/307d3a25a0b59c828425a19915c8b94c314c7ca8\"\u003e\u003ccode\u003e307d3a2\u003c/code\u003e\u003c/a\u003e update readme for ubuntu sudo java_home behavior (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1013\"\u003e#1013\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/c5195efecf7bdfc987ee8bae7a71cb8b11521c00...ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 4.4.4 to 6.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eNew: Basic Cache Provider\u003c/h2\u003e\n\u003cp\u003eA new MIT-licensed \u003cstrong\u003eBasic Caching\u003c/strong\u003e provider is now available as an alternative to the proprietary \u003cstrong\u003eEnhanced Caching\u003c/strong\u003e provided by \u003ccode\u003egradle-actions-caching\u003c/code\u003e. Choose Basic Caching by setting \u003ccode\u003ecache-provider: basic\u003c/code\u003e on \u003ccode\u003esetup-gradle\u003c/code\u003e or \u003ccode\u003edependency-submission\u003c/code\u003e actions.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eBuilt on \u003ccode\u003e@actions/cache\u003c/code\u003e -- fully open source\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/748248ddd2a24f49513d8f472f81c3a07d4d50e1...3f131e8634966bd73d06cc69884922b02e6faf92\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/upload-artifact` from 4.6.2 to 7.0.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/upload-artifact/releases\"\u003eactions/upload-artifact's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate the readme with direct upload details by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/795\"\u003eactions/upload-artifact#795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReadme: bump all the example versions to v7 by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/796\"\u003eactions/upload-artifact#796\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eInclude changes in typespec/ts-http-runtime 0.3.5 by \u003ca href=\"https://github.com/yacaovsnc\"\u003e\u003ccode\u003e@​yacaovsnc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/797\"\u003eactions/upload-artifact#797\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/upload-artifact/compare/v7...v7.0.1\"\u003ehttps://github.com/actions/upload-artifact/compare/v7...v7.0.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003ev7 What's new\u003c/h2\u003e\n\u003ch3\u003eDirect Uploads\u003c/h3\u003e\n\u003cp\u003eAdds support for uploading single files directly (unzipped). Callers can set the new \u003ccode\u003earchive\u003c/code\u003e parameter to \u003ccode\u003efalse\u003c/code\u003e to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The \u003ccode\u003ename\u003c/code\u003e parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.\u003c/p\u003e\n\u003ch3\u003eESM\u003c/h3\u003e\n\u003cp\u003eTo support new versions of the \u003ccode\u003e@actions/*\u003c/code\u003e packages, we've upgraded the package to ESM.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd proxy integration test by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/754\"\u003eactions/upload-artifact#754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade the module to ESM and bump dependencies by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/762\"\u003eactions/upload-artifact#762\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSupport direct file uploads by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/764\"\u003eactions/upload-artifact#764\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- made their first contribution in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/754\"\u003eactions/upload-artifact#754\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/upload-artifact/compare/v6...v7.0.0\"\u003ehttps://github.com/actions/upload-artifact/compare/v6...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003ch2\u003ev6 - What's new\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nactions/upload-artifact@v6 now runs on Node.js 24 (\u003ccode\u003eruns.using: node24\u003c/code\u003e) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch3\u003eNode.js 24\u003c/h3\u003e\n\u003cp\u003eThis release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpload Artifact Node 24 support by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/719\"\u003eactions/upload-artifact#719\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: update \u003ccode\u003e@​actions/artifact\u003c/code\u003e for Node.js 24 punycode deprecation by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/744\"\u003eactions/upload-artifact#744\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eprepare release v6.0.0 for Node.js 24 support by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/745\"\u003eactions/upload-artifact#745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0\"\u003ehttps://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/043fb46d1a93c77aae656e7c1c64a875d1fc6a0a\"\u003e\u003ccode\u003e043fb46\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/797\"\u003e#797\u003c/a\u003e from actions/yacaovsnc/update-dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/634250c1388765ea7ed0f053e636f1f399000b94\"\u003e\u003ccode\u003e634250c\u003c/code\u003e\u003c/a\u003e Include changes in typespec/ts-http-runtime 0.3.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/e454baaac2be505c9450e11b8f3215c6fc023ce8\"\u003e\u003ccode\u003ee454baa\u003c/code\u003e\u003c/a\u003e Readme: bump all the example versions to v7 (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/796\"\u003e#796\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/74fad66b98a6d799dc004d3353ccd0e6f6b2530e\"\u003e\u003ccode\u003e74fad66\u003c/code\u003e\u003c/a\u003e Update the readme with direct upload details (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/795\"\u003e#795\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f\"\u003e\u003ccode\u003ebbbca2d\u003c/code\u003e\u003c/a\u003e Support direct file uploads (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/764\"\u003e#764\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/589182c5a4cec8920b8c1bce3e2fab1c97a02296\"\u003e\u003ccode\u003e589182c\u003c/code\u003e\u003c/a\u003e Upgrade the module to ESM and bump dependencies (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/762\"\u003e#762\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/47309c993abb98030a35d55ef7ff34b7fa1074b5\"\u003e\u003ccode\u003e47309c9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/754\"\u003e#754\u003c/a\u003e from actions/Link-/add-proxy-integration-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/02a8460834e70dab0ce194c64360c59dc1475ef0\"\u003e\u003ccode\u003e02a8460\u003c/code\u003e\u003c/a\u003e Add proxy integration test\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/b7c566a772e6b6bfb58ed0dc250532a479d7789f\"\u003e\u003ccode\u003eb7c566a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/745\"\u003e#745\u003c/a\u003e from actions/upload-artifact-v6-release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/e516bc8500aaf3d07d591fcd4ae6ab5f9c391d5b\"\u003e\u003ccode\u003ee516bc8\u003c/code\u003e\u003c/a\u003e docs: correct description of Node.js 24 support in README\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github/codeql-action` from 3.30.7 to 4.36.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/codeql-action/releases\"\u003egithub/codeql-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.36.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCache CodeQL CLI version information across Actions steps. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3943\"\u003e#3943\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3937\"\u003e#3937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6\"\u003e2.25.6\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3948\"\u003e#3948\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.36.1\u003c/h2\u003e\n\u003cp\u003eNo user facing changes.\u003c/p\u003e\n\u003ch2\u003ev4.36.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eBreaking change\u003c/em\u003e: Bump the minimum required CodeQL bundle version to 2.19.4. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3894\"\u003e#3894\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd support for SHA-256 Git object IDs. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3893\"\u003e#3893\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5\"\u003e2.25.5\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3926\"\u003e#3926\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.5\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eWe have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3899\"\u003e#3899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFor performance and accuracy reasons, \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3791\"\u003e#3791\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eIf multiple inputs are provided for the GitHub-internal \u003ccode\u003eanalysis-kinds\u003c/code\u003e input, only \u003ccode\u003ecode-scanning\u003c/code\u003e will be enabled. The \u003ccode\u003eanalysis-kinds\u003c/code\u003e input is experimental, for GitHub-internal use only, and may change without notice at any time. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3892\"\u003e#3892\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdded an experimental change which, when running a Code Scanning analysis for a PR with \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3880\"\u003e#3880\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.4\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4\"\u003e2.25.4\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3881\"\u003e#3881\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eUpcoming breaking change\u003c/em\u003e: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3837\"\u003e#3837\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eConfigurations for private registries that use Cloudsmith or GCP OIDC are now accepted. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3850\"\u003e#3850\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBest-effort connection tests for private registries now use \u003ccode\u003eGET\u003c/code\u003e requests instead of \u003ccode\u003eHEAD\u003c/code\u003e for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3853\"\u003e#3853\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3852\"\u003e#3852\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3\"\u003e2.25.3\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3865\"\u003e#3865\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe undocumented TRAP cache cleanup feature that could be enabled using the \u003ccode\u003eCODEQL_ACTION_CLEANUP_TRAP_CACHES\u003c/code\u003e environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the \u003ccode\u003etrap-caching: false\u003c/code\u003e input to the \u003ccode\u003einit\u003c/code\u003e Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3795\"\u003e#3795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3789\"\u003e#3789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePython analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3794\"\u003e#3794\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3807\"\u003e#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2\"\u003e2.25.2\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3823\"\u003e#3823\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix incorrect minimum required Git version for \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e: it should have been 2.36.0, not 2.11.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3781\"\u003e#3781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReduced the minimum Git version required for \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e from 2.38.0 to 2.11.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3767\"\u003e#3767\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.1\"\u003e2.25.1\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3773\"\u003e#3773\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.34.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDowngrade default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3\"\u003e2.24.3\u003c/a\u003e due to issues with a small percentage of Actions and JavaScript analyses. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3762\"\u003e#3762\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.34.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdded an experimental change which disables TRAP caching when \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3569\"\u003e#3569\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eWe are rolling out improved incremental analysis to C/C++ analyses that use build mode \u003ccode\u003enone\u003c/code\u003e. We expect this rollout to be complete by the end of April 2026. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3584\"\u003e#3584\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.0\"\u003e2.25.0\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3585\"\u003e#3585\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/codeql-action/blob/main/CHANGELOG.md\"\u003egithub/codeql-action's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eCodeQL Action Changelog\u003c/h1\u003e\n\u003cp\u003eSee the \u003ca href=\"https://github.com/github/codeql-action/releases\"\u003ereleases page\u003c/a\u003e for the relevant changes to the CodeQL CLI and language packs.\u003c/p\u003e\n\u003ch2\u003e[UNRELEASED]\u003c/h2\u003e\n\u003cp\u003eNo user facing changes.\u003c/p\u003e\n\u003ch2\u003e4.36.2 - 04 Jun 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCache CodeQL CLI version information across Actions steps. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3943\"\u003e#3943\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3937\"\u003e#3937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6\"\u003e2.25.6\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3948\"\u003e#3948\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.36.1 - 02 Jun 2026\u003c/h2\u003e\n\u003cp\u003eNo user facing changes.\u003c/p\u003e\n\u003ch2\u003e4.36.0 - 22 May 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eBreaking change\u003c/em\u003e: Bump the minimum required CodeQL bundle version to 2.19.4. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3894\"\u003e#3894\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd support for SHA-256 Git object IDs. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3893\"\u003e#3893\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5\"\u003e2.25.5\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3926\"\u003e#3926\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.5 - 15 May 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eWe have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3899\"\u003e#3899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFor performance and accuracy reasons, \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3791\"\u003e#3791\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eIf multiple inputs are provided for the GitHub-internal \u003ccode\u003eanalysis-kinds\u003c/code\u003e input, only \u003ccode\u003ecode-scanning\u003c/code\u003e will be enabled. The \u003ccode\u003eanalysis-kinds\u003c/code\u003e input is experimental, for GitHub-internal use only, and may change without notice at any time. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3892\"\u003e#3892\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdded an experimental change which, when running a Code Scanning analysis for a PR with \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3880\"\u003e#3880\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.4 - 07 May 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4\"\u003e2.25.4\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3881\"\u003e#3881\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.3 - 01 May 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eUpcoming breaking change\u003c/em\u003e: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3837\"\u003e#3837\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eConfigurations for private registries that use Cloudsmith or GCP OIDC are now accepted. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3850\"\u003e#3850\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBest-effort connection tests for private registries now use \u003ccode\u003eGET\u003c/code\u003e requests instead of \u003ccode\u003eHEAD\u003c/code\u003e for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3853\"\u003e#3853\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3852\"\u003e#3852\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3\"\u003e2.25.3\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3865\"\u003e#3865\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.2 - 15 Apr 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe undocumented TRAP cache cleanup feature that could be enabled using the \u003ccode\u003eCODEQL_ACTION_CLEANUP_TRAP_CACHES\u003c/code\u003e environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the \u003ccode\u003etrap-caching: false\u003c/code\u003e input to the \u003ccode\u003einit\u003c/code\u003e Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3795\"\u003e#3795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3789\"\u003e#3789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePython analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3794\"\u003e#3794\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3807\"\u003e#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2\"\u003e2.25.2\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3823\"\u003e#3823\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/8aad20d150bbac5944a9f9d289da16a4b0d87c1e\"\u003e\u003ccode\u003e8aad20d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3949\"\u003e#3949\u003c/a\u003e from github/update-v4.36.2-dcb947ce1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/f521b08cd8f468ab193ea950a589cb2e9c869c6a\"\u003e\u003ccode\u003ef521b08\u003c/code\u003e\u003c/a\u003e Add additional changelog notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/8aeff0ffb7b78582ee0d0e6eebb8140684400d08\"\u003e\u003ccode\u003e8aeff0f\u003c/code\u003e\u003c/a\u003e Update changelog for v4.36.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/dcb947ce15976d40ea82935510b2db4872ec124c\"\u003e\u003ccode\u003edcb947c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3948\"\u003e#3948\u003c/a\u003e from github/update-bundle/codeql-bundle-v2.25.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/c251bcefa178f7780f62f150002acffe3d07fde9\"\u003e\u003ccode\u003ec251bce\u003c/code\u003e\u003c/a\u003e Add changelog note\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/62953c18b35f59e28351d2f1e806925aef8b1e3c\"\u003e\u003ccode\u003e62953c1\u003c/code\u003e\u003c/a\u003e Update default bundle to codeql-bundle-v2.25.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/423b570baf1976cd7a3daeba5d6e9f9b76432f37\"\u003e\u003ccode\u003e423b570\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3946\"\u003e#3946\u003c/a\u003e from github/dependabot/npm_and_yarn/npm-minor-5d507a...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/c35d1b164463ee62a100735382aaaa525c5d3496\"\u003e\u003ccode\u003ec35d1b1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3947\"\u003e#3947\u003c/a\u003e from github/dependabot/github_actions/dot-github/wor...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/cb1a588b02755b176e7b9d033ed4b69312f0e1bd\"\u003e\u003ccode\u003ecb1a588\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3937\"\u003e#3937\u003c/a\u003e from github/robertbrignull/waitForProcessing_backoff\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/ba47406412c54532b5b4fcfbaf877c9e2382b206\"\u003e\u003ccode\u003eba47406\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3943\"\u003e#3943\u003c/a\u003e from github/henrymercer/cache-cli-version-info\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/github/codeql-action/compare/a8d1ac45b9a34d11fe398d5503176af0d06b303e...8aad20d150bbac5944a9f9d289da16a4b0d87c1e\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/setup-buildx-action` from 3.11.1 to 4.1.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/setup-buildx-action/releases\"\u003edocker/setup-buildx-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.1.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.79.0 to 0.90.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/489\"\u003edocker/setup-buildx-action#489\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.12 to 5.0.6 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/547\"\u003edocker/setup-buildx-action#547\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/508\"\u003edocker/setup-buildx-action#508\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump fast-xml-builder from 1.0.0 to 1.2.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/540\"\u003edocker/setup-buildx-action#540\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump fast-xml-parser from 5.4.2 to 5.8.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/496\"\u003edocker/setup-buildx-action#496\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.3 to 3.4.2 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/499\"\u003edocker/setup-buildx-action#499\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump glob from 10.3.12 to 13.0.6 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/495\"\u003edocker/setup-buildx-action#495\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump handlebars from 4.7.8 to 4.7.9 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/504\"\u003edocker/setup-buildx-action#504\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.23 to 4.18.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/523\"\u003edocker/setup-buildx-action#523\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch from 4.0.3 to 4.0.4 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/503\"\u003edocker/setup-buildx-action#503\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump postcss from 8.5.6 to 8.5.10 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/537\"\u003edocker/setup-buildx-action#537\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump tar from 6.2.1 to 7.5.15 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/545\"\u003edocker/setup-buildx-action#545\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 6.23.0 to 6.25.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/492\"\u003edocker/setup-buildx-action#492\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump vite from 7.3.1 to 7.3.2 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/520\"\u003edocker/setup-buildx-action#520\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v4.0.0...v4.1.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v4.0.0...v4.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode 24 as default runtime (requires \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eActions Runner v2.327.1\u003c/a\u003e or later) by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/483\"\u003edocker/setup-buildx-action#483\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove deprecated inputs/outputs by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/464\"\u003edocker/setup-buildx-action#464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch to ESM and update config/test wiring by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/481\"\u003edocker/setup-buildx-action#481\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.11.1 to 3.0.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/475\"\u003edocker/setup-buildx-action#475\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.63.0 to 0.79.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/482\"\u003edocker/setup-buildx-action#482\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/485\"\u003edocker/setup-buildx-action#485\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.1.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/452\"\u003edocker/setup-buildx-action#452\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.21 to 4.17.23 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/472\"\u003edocker/setup-buildx-action#472\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/480\"\u003edocker/setup-buildx-action#480\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.12.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeprecate \u003ccode\u003einstall\u003c/code\u003e input by \u003ca href=\"https://github.com/...\n\n_Description has been truncated_","html_url":"https://github.com/ssa1004/billing-platform/pull/34","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssa1004%2Fbilling-platform/issues/34","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/34/packages"},{"uuid":"4713474021","node_id":"PR_kwDOSOOwLM7pARru","number":33,"state":"closed","title":"Bump the dependencies group across 1 directory with 15 updates","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-06-29T04:32:25.000Z","author_association":null,"state_reason":null,"created_at":"2026-06-22T04:37:08.000Z","updated_at":"2026-06-29T04:32:27.000Z","time_to_close":604517,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"dependencies","update_count":15,"packages":[{"name":"step-security/harden-runner","old_version":"2.19.0","new_version":"2.19.4","repository_url":"https://github.com/step-security/harden-runner"},{"name":"actions/checkout","old_version":"6.0.2","new_version":"7.0.0","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"5.2.0","new_version":"5.3.0","repository_url":"https://github.com/actions/setup-java"},{"name":"gradle/actions","old_version":"6.1.0","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"},{"name":"step-security/docker-login-action","old_version":"4.1.0","new_version":"4.2.0","repository_url":"https://github.com/step-security/docker-login-action"},{"name":"kubeshop/setup-testkube","old_version":"1.0.12","new_version":"1.0.13","repository_url":"https://github.com/kubeshop/setup-testkube"},{"name":"fluxcd/flux2","old_version":"2.8.6","new_version":"2.8.8","repository_url":"https://github.com/fluxcd/flux2"},{"name":"step-security/semver-utils","old_version":"4.3.2","new_version":"5.0.0","repository_url":"https://github.com/step-security/semver-utils"},{"name":"step-security/close-milestone","old_version":"2.2.1","new_version":"2.2.2","repository_url":"https://github.com/step-security/close-milestone"},{"name":"sigstore/cosign-installer","old_version":"4.1.1","new_version":"4.1.2","repository_url":"https://github.com/sigstore/cosign-installer"},{"name":"docker/login-action","old_version":"4.1.0","new_version":"4.2.0","repository_url":"https://github.com/docker/login-action"},{"name":"docker/setup-qemu-action","old_version":"4.0.0","new_version":"4.1.0","repository_url":"https://github.com/docker/setup-qemu-action"},{"name":"docker/setup-buildx-action","old_version":"4.0.0","new_version":"4.1.0","repository_url":"https://github.com/docker/setup-buildx-action"},{"name":"docker/build-push-action","old_version":"7.1.0","new_version":"7.2.0","repository_url":"https://github.com/docker/build-push-action"},{"name":"securego/gosec","old_version":"2.25.0","new_version":"2.27.1","repository_url":"https://github.com/securego/gosec"}],"path":null,"ecosystem":"actions"},"body":"Bumps the dependencies group with 15 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.19.0` | `2.19.4` |\n| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `7.0.0` |\n| [actions/setup-java](https://github.com/actions/setup-java) | `5.2.0` | `5.3.0` |\n| [gradle/actions](https://github.com/gradle/actions) | `6.1.0` | `6.2.0` |\n| [step-security/docker-login-action](https://github.com/step-security/docker-login-action) | `4.1.0` | `4.2.0` |\n| [kubeshop/setup-testkube](https://github.com/kubeshop/setup-testkube) | `1.0.12` | `1.0.13` |\n| [fluxcd/flux2](https://github.com/fluxcd/flux2) | `2.8.6` | `2.8.8` |\n| [step-security/semver-utils](https://github.com/step-security/semver-utils) | `4.3.2` | `5.0.0` |\n| [step-security/close-milestone](https://github.com/step-security/close-milestone) | `2.2.1` | `2.2.2` |\n| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `4.1.1` | `4.1.2` |\n| [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.2.0` |\n| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.0.0` | `4.1.0` |\n| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.1.0` |\n| [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.2.0` |\n| [securego/gosec](https://github.com/securego/gosec) | `2.25.0` | `2.27.1` |\n\n\nUpdates `step-security/harden-runner` from 2.19.0 to 2.19.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/harden-runner/releases\"\u003estep-security/harden-runner's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.19.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eImprovements for HTTPS Monitoring for the Enterprise tier of Harden Runner\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.3...v2.19.4\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.3...v2.19.4\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDefault to audit mode when api-key missing with use-policy-store by \u003ca href=\"https://github.com/varunsh-coder\"\u003e\u003ccode\u003e@​varunsh-coder\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/665\"\u003estep-security/harden-runner#665\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.2...v2.19.3\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.2...v2.19.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.1...v2.19.2\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.1...v2.19.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: detect ubuntu-slim runners early and bail out by \u003ca href=\"https://github.com/devantler\"\u003e\u003ccode\u003e@​devantler\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/657\"\u003estep-security/harden-runner#657\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhat the fix changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eHarden-Runner will detect \u003ccode\u003eubuntu-slim\u003c/code\u003e runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhat the fix does not do\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eJobs running on \u003ccode\u003eubuntu-slim\u003c/code\u003e will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities).\u003c/li\u003e\n\u003cli\u003ePer GitHub's docs on \u003ca href=\"https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners\"\u003esingle-CPU runners\u003c/a\u003e: \u0026quot;The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported.\u0026quot;  Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eFor StepSecurity enterprise customers\nIf your security posture requires that workflows are always monitored, you can block the use of \u003ccode\u003eubuntu-slim\u003c/code\u003e via workflow run policies see the \u003ca href=\"https://docs.stepsecurity.io/workflow-run-policies/policies#runner-label-policy\"\u003eRunner Label Policy\u003c/a\u003e docs. This lets you enforce that jobs only run on monitored runner types.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/devantler\"\u003e\u003ccode\u003e@​devantler\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/657\"\u003estep-security/harden-runner#657\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/9af89fc71515a100421586dfdb3dc9c984fbf411\"\u003e\u003ccode\u003e9af89fc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/667\"\u003e#667\u003c/a\u003e from step-security/update-agent-v1.8.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/485dce8cb5d75cda51e8bfa947de06030d080208\"\u003e\u003ccode\u003e485dce8\u003c/code\u003e\u003c/a\u003e Update agent to v1.8.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/ab7a9404c0f3da075243ca237b5fac12c98deaa5\"\u003e\u003ccode\u003eab7a940\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/665\"\u003e#665\u003c/a\u003e from step-security/fix/use-policy-store-default-audit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/ec41b783c27ed7f0db6855a6d9970abd4572858c\"\u003e\u003ccode\u003eec41b78\u003c/code\u003e\u003c/a\u003e Default to audit mode when api-key missing with use-policy-store\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/9ca718d3bf646d6534007c269a635b3e54cadf99\"\u003e\u003ccode\u003e9ca718d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/664\"\u003e#664\u003c/a\u003e from step-security/update-agent-v1.8.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/1dee3df8d29f4225c582eee2ddb6053ca616c0df\"\u003e\u003ccode\u003e1dee3df\u003c/code\u003e\u003c/a\u003e Update agent to v1.8.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/a5ad31d6a139d249332a2605b85202e8c0b78450\"\u003e\u003ccode\u003ea5ad31d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/657\"\u003e#657\u003c/a\u003e from devantler/fix/ubuntu-slim-user-env\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/6e928567d74554b8842dd434908da31c593ba85c\"\u003e\u003ccode\u003e6e92856\u003c/code\u003e\u003c/a\u003e build dist and trim ubuntu-slim message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/4e0504ee086374bdec7064e5c26d48af41ba6209\"\u003e\u003ccode\u003e4e0504e\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into fix/ubuntu-slim-user-env\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/376d25a97f3a1640ff8cbbddaa4af25948df2cf3\"\u003e\u003ccode\u003e376d25a\u003c/code\u003e\u003c/a\u003e fix: detect ubuntu-slim runners early and bail out\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/harden-runner/compare/8d3c67de8e2fe68ef647c8db1e6a09f647780f40...9af89fc71515a100421586dfdb3dc9c984fbf411\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/checkout` from 6.0.2 to 7.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/df4cb1c069e1874edd31b4311f1884172cec0e10\"\u003e\u003ccode\u003edf4cb1c\u003c/code\u003e\u003c/a\u003e Update changelog for v6.0.3 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2446\"\u003e#2446\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 5.2.0 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: update Java version to 25 in setup examples by \u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/984\"\u003eactions/setup-java#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRefactor error handling and improve test logging for installers by \u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/989\"\u003eactions/setup-java#989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: upgrade dependencies (\u003ccode\u003e@​actions/core\u003c/code\u003e, cache, glob, http-client, tool-cache, xmlbuilder2) by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Oracle JDK 17 licensing limitation note by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1001\"\u003eactions/setup-java#1001\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate readme for ubuntu sudo java_home behavior by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1013\"\u003eactions/setup-java#1013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003etemurin: add support for Alpine Linux by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/674\"\u003eactions/setup-java#674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1015\"\u003eactions/setup-java#1015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.48.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/952\"\u003eactions/setup-java#952\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump eslint-config-prettier from 8.10.0 to 10.1.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/881\"\u003eactions/setup-java#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1016\"\u003eactions/setup-java#1016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/950\"\u003eactions/setup-java#950\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplement pagination with link headers for Adoptium based apis by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake the Adoptopenjdk package type look at the Temurin repo first for latest assets by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/522\"\u003eactions/setup-java#522\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1018\"\u003eactions/setup-java#1018\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.3.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003e\u003ccode\u003ead2b381\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1018\"\u003e#1018\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/b24df5bba5e9b8a1fcf822c1f0517b7bcc070757\"\u003e\u003ccode\u003eb24df5b\u003c/code\u003e\u003c/a\u003e Make the Adoptopenjdk package type look at the Temurin repo first for latest ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/43120bc3c3d8598724a29b0c856f33e1151591f3\"\u003e\u003ccode\u003e43120bc\u003c/code\u003e\u003c/a\u003e Implement pagination with link headers for Adoptium based apis (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1014\"\u003e#1014\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad9d6a632083232d766860674a129059adbcf61a\"\u003e\u003ccode\u003ead9d6a6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/950\"\u003e#950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/039af37997902e61332385d6ba53a0c99379949a\"\u003e\u003ccode\u003e039af37\u003c/code\u003e\u003c/a\u003e Bump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1016\"\u003e#1016\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1756ab6acdd8c8f78b33671c220bf78547b2db03\"\u003e\u003ccode\u003e1756ab6\u003c/code\u003e\u003c/a\u003e Bump eslint-config-prettier from 8.10.0 to 10.1.8 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/881\"\u003e#881\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/662bb59f48b4e26f135e9c9a90c42632866e41e3\"\u003e\u003ccode\u003e662bb59\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.46.2 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/952\"\u003e#952\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1071fc12d634df380b160287a5e2c9045eb0cad3\"\u003e\u003ccode\u003e1071fc1\u003c/code\u003e\u003c/a\u003e fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parse...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/576b821f29a2e03344ca994f84b2ff3c953673ba\"\u003e\u003ccode\u003e576b821\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/674\"\u003e#674\u003c/a\u003e from gdams/alpine\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/307d3a25a0b59c828425a19915c8b94c314c7ca8\"\u003e\u003ccode\u003e307d3a2\u003c/code\u003e\u003c/a\u003e update readme for ubuntu sudo java_home behavior (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1013\"\u003e#1013\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/be666c2fcd27ec809703dec50e508c2fdc7f6654...ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 6.1.0 to 6.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/50e97c2cd7a37755bbfafc9c5b7cafaece252f6e...3f131e8634966bd73d06cc69884922b02e6faf92\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `step-security/docker-login-action` from 4.1.0 to 4.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/docker-login-action/releases\"\u003estep-security/docker-login-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.2.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: Cherry-picked changes from upstream by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/39\"\u003estep-security/docker-login-action#39\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump axios from 1.15.0 to 1.16.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/40\"\u003estep-security/docker-login-action#40\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump fast-xml-builder from 1.1.4 to 1.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/42\"\u003estep-security/docker-login-action#42\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: upgraded packages to fix vulnerabilities by \u003ca href=\"https://github.com/Raj-StepSecurity\"\u003e\u003ccode\u003e@​Raj-StepSecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/43\"\u003estep-security/docker-login-action#43\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/docker-login-action/compare/v4...v4.2.0\"\u003ehttps://github.com/step-security/docker-login-action/compare/v4...v4.2.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/164e21d7e52229904128e2f946001cb88278c33d\"\u003e\u003ccode\u003e164e21d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/43\"\u003e#43\u003c/a\u003e from step-security/fix/vulnerabilities-fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/02bf41c45daa4c0110e5060c0f7a25ffd4f10a04\"\u003e\u003ccode\u003e02bf41c\u003c/code\u003e\u003c/a\u003e fix: upgraded packages to fix vulnerabilities\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/d351b10e24900b26a44d2f7dbe706c8e899c8e9c\"\u003e\u003ccode\u003ed351b10\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/42\"\u003e#42\u003c/a\u003e from step-security/dependabot/npm_and_yarn/fast-xml-bu...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/14bbeabcda43ca06033c116f11f2204a689d6132\"\u003e\u003ccode\u003e14bbeab\u003c/code\u003e\u003c/a\u003e build(deps): bump fast-xml-builder from 1.1.4 to 1.2.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/6f2e8f44a30cb2d879946c321f297c01cc9075a0\"\u003e\u003ccode\u003e6f2e8f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/40\"\u003e#40\u003c/a\u003e from step-security/dependabot/npm_and_yarn/axios-1.16.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/e3944e0c1d853d48d4a7cfe2dd0c198f2e63cf09\"\u003e\u003ccode\u003ee3944e0\u003c/code\u003e\u003c/a\u003e build(deps): bump axios from 1.15.0 to 1.16.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/05c941dbccdf636cea2b23288c241de81cdb1087\"\u003e\u003ccode\u003e05c941d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/39\"\u003e#39\u003c/a\u003e from step-security/auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/9aecf0bc3c3c689888e298cbf3cbf7aad2dc80ea\"\u003e\u003ccode\u003e9aecf0b\u003c/code\u003e\u003c/a\u003e conflicted commits cherry-picked manually\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/4e8228f81a23d22e3f77f1af4e0f4172560e501c\"\u003e\u003ccode\u003e4e8228f\u003c/code\u003e\u003c/a\u003e replace ncc with esbuild for action bundling\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/docker-login-action/compare/870af644803bf9f204aed474adbad2958fec048b...164e21d7e52229904128e2f946001cb88278c33d\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `kubeshop/setup-testkube` from 1.0.12 to 1.0.13\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/kubeshop/setup-testkube/releases\"\u003ekubeshop/setup-testkube's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.13\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efeat: upgrade Node.js runtime from node20 to node24 by \u003ca href=\"https://github.com/mike-mcnamara\"\u003e\u003ccode\u003e@​mike-mcnamara\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubeshop/setup-testkube/pull/18\"\u003ekubeshop/setup-testkube#18\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mike-mcnamara\"\u003e\u003ccode\u003e@​mike-mcnamara\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/kubeshop/setup-testkube/pull/18\"\u003ekubeshop/setup-testkube#18\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubeshop/setup-testkube/compare/v1.0.12...v1.0.13\"\u003ehttps://github.com/kubeshop/setup-testkube/compare/v1.0.12...v1.0.13\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubeshop/setup-testkube/commit/da4b4be0ae108ecdb0d1a7a546438b97c244acd0\"\u003e\u003ccode\u003eda4b4be\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubeshop/setup-testkube/issues/18\"\u003e#18\u003c/a\u003e from mike-mcnamara/upgrade-node24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubeshop/setup-testkube/commit/84ddc74aa6feca6340e9d87dab6c05ce9b6674d2\"\u003e\u003ccode\u003e84ddc74\u003c/code\u003e\u003c/a\u003e fix: add setup-node to integration test per review\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubeshop/setup-testkube/commit/2912fd116513c151f5400ea26770036c06a11891\"\u003e\u003ccode\u003e2912fd1\u003c/code\u003e\u003c/a\u003e feat: upgrade Node.js runtime from node20 to node24\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubeshop/setup-testkube/compare/3deb6ba0cd26e0d890e278d59f996bd30d58b567...da4b4be0ae108ecdb0d1a7a546438b97c244acd0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `fluxcd/flux2` from 2.8.6 to 2.8.8\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/fluxcd/flux2/releases\"\u003efluxcd/flux2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.8.8\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eFlux v2.8.8 is a patch release that includes CVE fixes via go-git v5.19.1 (source-controller, image-automation-controller), reliability fixes in helm-controller and source-controller, the move of Helm back to upstream v4.2.0, support for GCP sovereign cloud artifact registries, and dependency updates. Users are encouraged to upgrade for the best experience.\u003c/p\u003e\n\u003cp\u003eℹ️ Please follow the \u003ca href=\"https://github.com/fluxcd/flux2/discussions/5572\"\u003eUpgrade Procedure for Flux v2.7+\u003c/a\u003e for a smooth upgrade from Flux v2.6 to the latest version.\u003c/p\u003e\n\u003cp\u003eFixes:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd a configurable HTTP timeout for artifact fetching, preventing fetches that could block indefinitely and stall reconciliations (helm-controller)\u003c/li\u003e\n\u003cli\u003eFix unbounded memory growth caused by a Kubernetes client transport retry wrapper accumulating on every reconcile (helm-controller)\u003c/li\u003e\n\u003cli\u003eStop force-applying non-CRD objects placed under a chart's \u003ccode\u003ecrds/\u003c/code\u003e directory (helm-controller)\u003c/li\u003e\n\u003cli\u003eFix the Helm test action failing to find releases with names longer than 53 characters (helm-controller)\u003c/li\u003e\n\u003cli\u003eImprove path handling in the source reconcilers (source-controller)\u003c/li\u003e\n\u003cli\u003eSupport Helm semver build-metadata encoding in OCIRepository tags (source-controller)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eImprovements:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate go-git to v5.19.1 which fixes \u003ca href=\"https://github.com/advisories/GHSA-crhj-59gh-8x96\"\u003eCVE-2026-45571\u003c/a\u003e and \u003ca href=\"https://github.com/advisories/GHSA-m7cr-m3pv-hgrp\"\u003eCVE-2026-45570\u003c/a\u003e (source-controller, image-automation-controller)\u003c/li\u003e\n\u003cli\u003eMove Helm back to upstream v4.2.0 (source-controller, helm-controller)\u003c/li\u003e\n\u003cli\u003eAdd support for GCP sovereign cloud artifact registries (source-controller, image-reflector-controller)\u003c/li\u003e\n\u003cli\u003eUpgrade Kubernetes to 1.36.1 (source-controller, helm-controller)\u003c/li\u003e\n\u003cli\u003eUpdate fluxcd/pkg dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eComponents changelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ehelm-controller \u003ca href=\"https://github.com/fluxcd/helm-controller/blob/v1.5.5/CHANGELOG.md\"\u003ev1.5.5\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eimage-automation-controller \u003ca href=\"https://github.com/fluxcd/image-automation-controller/blob/v1.1.4/CHANGELOG.md\"\u003ev1.1.4\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eimage-reflector-controller \u003ca href=\"https://github.com/fluxcd/image-reflector-controller/blob/v1.1.2/CHANGELOG.md\"\u003ev1.1.2\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esource-controller \u003ca href=\"https://github.com/fluxcd/source-controller/blob/v1.8.5/CHANGELOG.md\"\u003ev1.8.5\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eCLI changelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate toolkit components by \u003ca href=\"https://github.com/fluxcdbot\"\u003e\u003ccode\u003e@​fluxcdbot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fluxcd/flux2/pull/5904\"\u003efluxcd/flux2#5904\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/fluxcd/flux2/compare/v2.8.7...v2.8.8\"\u003ehttps://github.com/fluxcd/flux2/compare/v2.8.7...v2.8.8\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.8.7\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eFlux v2.8.7 is a patch release that includes a bug fix in kustomize-controller, a CVE fix in source-controller and image-automation-controller via go-git v5.19.0, and dependency updates. Users are encouraged to upgrade for the best experience.\u003c/p\u003e\n\u003cp\u003eℹ️ Please follow the \u003ca href=\"https://github.com/fluxcd/flux2/discussions/5572\"\u003eUpgrade Procedure for Flux v2.7+\u003c/a\u003e for a smooth upgrade from Flux v2.6 to the latest version.\u003c/p\u003e\n\u003cp\u003eFixes:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eFix management of objects annotated with \u003ccode\u003ekustomize.toolkit.fluxcd.io/ssa: IfNotPresent\u003c/code\u003e where non-namespaced resources were being deleted and recreated on each reconciliation (kustomize-controller)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eImprovements:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate go-git to v5.19.0 which fixes \u003ca href=\"https://github.com/advisories/GHSA-389r-gv7p-r3rp\"\u003eCVE-2026-45022\u003c/a\u003e (source-controller, image-automation-controller)\u003c/li\u003e\n\u003cli\u003eUpdate fluxcd/pkg dependencies (source-controller, kustomize-controller, image-automation-controller)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eComponents changelog\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/1fd61a06264d71cf445ed55c4f14d401d26a1c64\"\u003e\u003ccode\u003e1fd61a0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5904\"\u003e#5904\u003c/a\u003e from fluxcd/update-components-release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/477f048ec0c3c47ce402c5be45cb67b9b2b84386\"\u003e\u003ccode\u003e477f048\u003c/code\u003e\u003c/a\u003e Update toolkit components\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/0acfaa26c6219cb08e3add4432b981436b2a4f49\"\u003e\u003ccode\u003e0acfaa2\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5899\"\u003e#5899\u003c/a\u003e from fluxcd/update-pkg-deps/release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/264957f40bef9d139323341e7466548ebba17c27\"\u003e\u003ccode\u003e264957f\u003c/code\u003e\u003c/a\u003e Update fluxcd/pkg dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/54e4ba378e155ada619caafdc599e5c4d759ce5c\"\u003e\u003ccode\u003e54e4ba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5891\"\u003e#5891\u003c/a\u003e from fluxcd/update-components-release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/d2fbb16656555a93adfb5aa0ec7ca145919acacb\"\u003e\u003ccode\u003ed2fbb16\u003c/code\u003e\u003c/a\u003e Update toolkit components\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/66533d7c9027618340b96e7a925cbef4f43f4dfc\"\u003e\u003ccode\u003e66533d7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5882\"\u003e#5882\u003c/a\u003e from fluxcd/backport-5881-to-release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/7ac36233f338adf90eb7546533f87c23a32d50fc\"\u003e\u003ccode\u003e7ac3623\u003c/code\u003e\u003c/a\u003e include source-watcher in install manifests\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/fluxcd/flux2/compare/04acaec6161ac4fb1a82ffafa88901c03271d34f...1fd61a06264d71cf445ed55c4f14d401d26a1c64\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `step-security/semver-utils` from 4.3.2 to 5.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/semver-utils/releases\"\u003estep-security/semver-utils's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/220\"\u003estep-security/semver-utils#220\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/221\"\u003estep-security/semver-utils#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: upgrade packages to fix vulnerabilities by \u003ca href=\"https://github.com/Raj-StepSecurity\"\u003e\u003ccode\u003e@​Raj-StepSecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/222\"\u003estep-security/semver-utils#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/223\"\u003estep-security/semver-utils#223\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/224\"\u003estep-security/semver-utils#224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Remove guarddog.yml by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/225\"\u003estep-security/semver-utils#225\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/227\"\u003estep-security/semver-utils#227\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Add claude review workflow by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/228\"\u003estep-security/semver-utils#228\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: added banner and update subscription check to make maintained actions free for public repos by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/226\"\u003estep-security/semver-utils#226\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump actions/checkout from 4.1.1 to 6.0.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/175\"\u003estep-security/semver-utils#175\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/202\"\u003estep-security/semver-utils#202\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump github/codeql-action from 3.24.3 to 4.35.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/218\"\u003estep-security/semver-utils#218\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump actions/dependency-review-action from 4.1.3 to 5.0.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/209\"\u003estep-security/semver-utils#209\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Update auto cherry-pick workflow by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/230\"\u003estep-security/semver-utils#230\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Cherry-picked changes from upstream by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/229\"\u003estep-security/semver-utils#229\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/225\"\u003estep-security/semver-utils#225\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/semver-utils/compare/v4...v5.0.0\"\u003ehttps://github.com/step-security/semver-utils/compare/v4...v5.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/5bb182a08240146b23b61cc002cb74004377da4b\"\u003e\u003ccode\u003e5bb182a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/229\"\u003e#229\u003c/a\u003e from step-security/auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/57d3f51f108d62d579217a48d6ea0098e9a183ee\"\u003e\u003ccode\u003e57d3f51\u003c/code\u003e\u003c/a\u003e chore: Bump version in package.json and lock file\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/6ac856db625c45a3598e902d3d41ff82e6c6225b\"\u003e\u003ccode\u003e6ac856d\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/b36e30950176cfdc82294700f613aa2bcffe72f0\"\u003e\u003ccode\u003eb36e309\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/230\"\u003e#230\u003c/a\u003e from step-security/fix-auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/385280376f65b1dfeedc496f98d305d0b42ab1a0\"\u003e\u003ccode\u003e3852803\u003c/code\u003e\u003c/a\u003e fix: Update auto cherry-pick workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/dbfcfd87d115b9a32284e1b53930aae83c1820e5\"\u003e\u003ccode\u003edbfcfd8\u003c/code\u003e\u003c/a\u003e chore: Cherry-pick changes from upstream\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/ecb04aec3bade353524b29c14ba3579d7c45779c\"\u003e\u003ccode\u003eecb04ae\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/ba69ca4900a31d80c7f4d9556f25e85777cbcaa7\"\u003e\u003ccode\u003eba69ca4\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/6f8e4f9839152d933a82fe6bdf6802d389b120d7\"\u003e\u003ccode\u003e6f8e4f9\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/9e44e9ebb00a2d5a1d8ef8886eb5c2a809949843\"\u003e\u003ccode\u003e9e44e9e\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/step-security/semver-utils/compare/4ae9c1fd6d1c5f8f152fe7e2efe8069a952c2ace...5bb182a08240146b23b61cc002cb74004377da4b\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `step-security/close-milestone` from 2.2.1 to 2.2.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/close-milestone/releases\"\u003estep-security/close-milestone's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.2.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/109\"\u003estep-security/close-milestone#109\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/125\"\u003estep-security/close-milestone#125\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/126\"\u003estep-security/close-milestone#126\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/127\"\u003estep-security/close-milestone#127\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/128\"\u003estep-security/close-milestone#128\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/129\"\u003estep-security/close-milestone#129\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/130\"\u003estep-security/close-milestone#130\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/131\"\u003estep-security/close-milestone#131\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/132\"\u003estep-security/close-milestone#132\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/133\"\u003estep-security/close-milestone#133\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/134\"\u003estep-security/close-milestone#134\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: upgrade packages to fix vulnerabilities by \u003ca href=\"https://github.com/Raj-StepSecurity\"\u003e\u003ccode\u003e@​Raj-StepSecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/135\"\u003estep-security/close-milestone#135\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/136\"\u003estep-security/close-milestone#136\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/137\"\u003estep-security/close-milestone#137\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/138\"\u003estep-security/close-milestone#138\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Remove guarddog.yml by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/139\"\u003estep-security/close-milestone#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/141\"\u003estep-security/close-milestone#141\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/142\"\u003estep-security/close-milestone#142\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eci: create claude_review.yml by \u003ca href=\"https://github.com/amanstep\"\u003e\u003ccode\u003e@​amanstep\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/143\"\u003estep-security/close-milestone#143\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: added banner and update subscription check to make maintained actions free for public repos by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/140\"\u003estep-security/close-milestone#140\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/139\"\u003estep-security/close-milestone#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/amanstep\"\u003e\u003ccode\u003e@​amanstep\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/143\"\u003estep-security/close-milestone#143\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/close-milestone/compare/v2...v2.2.2\"\u003ehttps://github.com/step-security/close-milestone/compare/v2...v2.2.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/d6e3b63e31f1f869bd3d0403f8cdc1a68f59ab4a\"\u003e\u003ccode\u003ed6e3b63\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/140\"\u003e#140\u003c/a\u003e from step-security/feat/update-subscription-check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/863f964626093731ac2c636fa7dc5ff3d2644274\"\u003e\u003ccode\u003e863f964\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into feat/update-subscription-check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/e1b596a61a6ecc976f5da769dd6d7fa404a0d678\"\u003e\u003ccode\u003ee1b596a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/143\"\u003e#143\u003c/a\u003e from step-security/amanstep-patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/46baafa0c6c0df51b9d34812be4ae404ccbd2e46\"\u003e\u003ccode\u003e46baafa\u003c/code\u003e\u003c/a\u003e format: fixed formatting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/6bc6bcafec2bf2bebc8ab86081cdd0b8f2630caf\"\u003e\u003ccode\u003e6bc6bca\u003c/code\u003e\u003c/a\u003e ci: create claude_review.yml\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/e988771562706195b18b9441460b11d785b5904d\"\u003e\u003ccode\u003ee988771\u003c/code\u003e\u003c/a\u003e chore: dist updated\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/07bcad02d188d4bdc830f6403f27aa3a63d9230e\"\u003e\u003ccode\u003e07bcad0\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into feat/update-subscription-check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/bde7f30187b35ad62a306764515a07135f09a465\"\u003e\u003ccode\u003ebde7f30\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/142\"\u003e#142\u003c/a\u003e from step-security/npm-audit-fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/c147b794f062d8a0fa8066b154701c8dda26b2ca\"\u003e\u003ccode\u003ec147b79\u003c/code\u003e\u003c/a\u003e fix: apply audit fixes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/5e1530b9f64d08ab27a6804b967af5a24b50792d\"\u003e\u003ccode\u003e5e1530b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/141\"\u003e#141\u003c/a\u003e from step-security/npm-audit-fix\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/step-security/close-milestone/compare/b097272a7aaa0f5c40dc6bc671d45d35c5e85b51...d6e3b63e31f1f869bd3d0403f8cdc1a68f59ab4a\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `sigstore/cosign-installer` from 4.1.1 to 4.1.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/sigstore/cosign-installer/releases\"\u003esigstore/cosign-installer's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.1.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump cosign to 3.0.6 in \u003ca href=\"https://redirect.github.com/sigstore/cosign-installer/pull/232\"\u003esigstore/cosign-installer#232\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/bl...\n\n_Description has been truncated_","html_url":"https://github.com/oyakh1/hiero-mirror-node--029/pull/33","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/oyakh1%2Fhiero-mirror-node--029/issues/33","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/33/packages"}],"issue_packages":[{"old_version":"6.2.0","new_version":"6.3.0","update_type":"minor","path":"/.github/actions/setup-host","pr_created_at":"2026-08-10T09:33:15.000Z","version_change":"6.2.0 → 6.3.0","issue":{"uuid":"5108685863","node_id":"PR_kwDOKJiLZM787fsY","number":169,"state":"closed","title":"Bump gradle/actions from 6.2.0 to 6.3.0 in /.github/actions/setup-host","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-08-10T09:37:18.000Z","author_association":null,"state_reason":null,"created_at":"2026-08-10T09:33:15.000Z","updated_at":"2026-08-10T09:37:20.000Z","time_to_close":243,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"gradle/actions","old_version":"6.2.0","new_version":"6.3.0","repository_url":"https://github.com/gradle/actions"}],"path":"/.github/actions/setup-host","ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 6.2.0 to 6.3.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.3.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003ch3\u003eEnhanced Caching: Windows fixes and a cache-protocol bump\u003c/h3\u003e\n\u003cp\u003eThis release updates \u003ccode\u003egradle-actions-caching\u003c/code\u003e to \u003cstrong\u003ev1.0.0\u003c/strong\u003e (up from v0.7.0), which fixes two significant caching defects, both most visible on Windows:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eCache entries failed to store at all on Windows.\u003c/strong\u003e. Every entry failed\nwith \u003ccode\u003ePath Validation Error: Path(s) specified in the action for caching do(es) not\r exist\u003c/code\u003e, even though the Gradle User Home was fully intact. Nothing was stored, so\nevery downstream job ran against an empty Gradle User Home. The cause was a nested,\nunpatched copy of \u003ccode\u003e@actions/glob\u003c/code\u003e combined with a silently swallowed \u003ccode\u003erequire()\u003c/code\u003e in\nthe bundle, which left Windows path separators unnormalized.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eCache cleanup deleted instrumented jars that were in use.\u003c/strong\u003e A bug in key\nhashing for paths shorter than 64 characters made cleanup judge freshly created\n\u003ccode\u003ecaches/jars-9\u003c/code\u003e entries as unused and remove them, so the \u003ccode\u003einstrumented-jars\u003c/code\u003e entry\nwas never saved and every job re-instrumented its classpaths.\u003c/p\u003e\n\u003cp\u003eAlso included: cache entry names are now consistent between the save and restore\nreports — restore previously fell back to showing the raw glob pattern (e.g.\n\u003ccode\u003e/home/runner/.gradle/caches/modules-*/files-*/*/*/*/*/\u003c/code\u003e) instead of \u003ccode\u003edependencies\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\n\u003cstrong\u003eExisting cache entries are invalidated by this release.\u003c/strong\u003e The cache protocol\nversion was bumped to \u003ccode\u003ev2\u003c/code\u003e, so the first run after upgrading will be a cache miss\nand will repopulate the cache. No configuration changes are required.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch3\u003eBasic caching warns instead of failing silently\u003c/h3\u003e\n\u003cp\u003eThe basic (open-source) caching provider now emits a warning and reports\n\u003ccode\u003e(Entry not saved: save failed)\u003c/code\u003e in the Job Summary when a cache save fails, rather\nthan reporting success (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1028\"\u003e#1028\u003c/a\u003e).\u003c/p\u003e\n\u003ch3\u003eDependency submission works with Isolated Projects\u003c/h3\u003e\n\u003cp\u003e\u003ccode\u003edependency-submission\u003c/code\u003e now disables Isolated Projects via a promoted property, so\ndependency graph generation works on builds that enable it (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1025\"\u003e#1025\u003c/a\u003e). Thanks to \u003ca href=\"https://github.com/reinsch82\"\u003e\u003ccode\u003e@​reinsch82\u003c/code\u003e\u003c/a\u003e for the contribution.\u003c/p\u003e\n\u003ch3\u003eUpdated defaults\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInjected Develocity Gradle plugin: \u003cstrong\u003e4.4.2 → 4.5.0\u003c/strong\u003e\u003c/li\u003e\n\u003cli\u003e36 new known-good wrapper checksums added for \u003ccode\u003ewrapper-validation\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRender configuration-cache status in the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/989\"\u003egradle/actions#989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.8.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/993\"\u003egradle/actions#993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSupport experimental project-entry caching (configuration-cache + build-logic) by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/994\"\u003egradle/actions#994\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.9.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/996\"\u003egradle/actions#996\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDisable Isolated Projects via promoted property in dependency-submission by \u003ca href=\"https://github.com/reinsch82\"\u003e\u003ccode\u003e@​reinsch82\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/1025\"\u003egradle/actions#1025\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Windows coverage for caching via a new smoke-test suite by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/1027\"\u003egradle/actions#1027\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9c971963bec38e04b3d30dcc455b5382be2fdbfb\"\u003e\u003ccode\u003e9c97196\u003c/code\u003e\u003c/a\u003e Bump the github-actions group across 2 directories with 9 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1024\"\u003e#1024\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/760e4a476b57fc6216ff816bbd682e14f43f66ee\"\u003e\u003ccode\u003e760e4a4\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group across 1 directory with 2 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1037\"\u003e#1037\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/73e4c4222be7ce7f3685c9277a9e698ea3a28534\"\u003e\u003ccode\u003e73e4c42\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v1.0.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1029\"\u003e#1029\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a9d14388b4a819d9b607d85c115000e421e46eec\"\u003e\u003ccode\u003ea9d1438\u003c/code\u003e\u003c/a\u003e Add dependabot ignore rules for TypeScript 7.x and \u003ccode\u003e@​types/node\u003c/code\u003e 25.x/26.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/68f37005d75fc0fdb3e66cc267d1f007b3de27d1\"\u003e\u003ccode\u003e68f3700\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5971332a8f9f37459fbe710cc8b2ec8f125cdf54\"\u003e\u003ccode\u003e5971332\u003c/code\u003e\u003c/a\u003e Bump Gradle Wrapper to 9.6.1, wrapper checksums, and Develocity plugin to 4.5...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b5bc804016a397046a67d7f83089c374ff4af6a7\"\u003e\u003ccode\u003eb5bc804\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/dcbab4e9198b2315584afbb3d582bdaa2a7aee42\"\u003e\u003ccode\u003edcbab4e\u003c/code\u003e\u003c/a\u003e Bump npm-dependencies group with TypeScript 6.0.3, \u003ccode\u003e@​types/node\u003c/code\u003e 24.x, and secu...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/ca8d95717f747a46ed048a911f0e8a348829aef1\"\u003e\u003ccode\u003eca8d957\u003c/code\u003e\u003c/a\u003e Move non-smoke restore-gradle-home tests back to the integ-test suite (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1032\"\u003e#1032\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/4318659b28d9d152a98ad848b621397f3e386420\"\u003e\u003ccode\u003e4318659\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v6.2.0...v6.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=6.2.0\u0026new-version=6.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/gmazzo/gradle-docker-compose-plugin/pull/169","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmazzo%2Fgradle-docker-compose-plugin/issues/169","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/169/packages"}},{"old_version":"4","new_version":"6","update_type":null,"path":null,"pr_created_at":"2026-08-07T19:45:11.000Z","version_change":"4 → 6","issue":{"uuid":"5093452421","node_id":"PR_kwDOSovmRc78MwDH","number":12,"state":"closed","title":"build(deps): bump the actions group with 3 updates","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-08-07T19:48:12.000Z","author_association":null,"state_reason":null,"created_at":"2026-08-07T19:45:11.000Z","updated_at":"2026-08-07T19:48:20.000Z","time_to_close":181,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): bump","group_name":"actions","update_count":3,"packages":[{"name":"actions/checkout","old_version":"4","new_version":"7","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"4","new_version":"5","repository_url":"https://github.com/actions/setup-java"},{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java) and [gradle/actions](https://github.com/gradle/actions).\n\nUpdates `actions/checkout` from 4 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e[BREAKING]\u003c/strong\u003e backport \u003ccode\u003eallow-unsafe-pr-checkout\u003c/code\u003e to v6 by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2500\"\u003eactions/checkout#2500\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebackport fixes to releases-v6 by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2527\"\u003eactions/checkout#2527\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003ca href=\"https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/\"\u003ehttps://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/\u003c/a\u003e for more details about this breaking change\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v6.1.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v6.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v6.0.2\"\u003ehttps://github.com/actions/checkout/compare/v6.0.1...v6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate all references from v5 and v4 to v6 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2314\"\u003eactions/checkout#2314\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify v6 README by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2328\"\u003eactions/checkout#2328\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip running unsafe pr check if input is default by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2518\"\u003eactions/checkout#2518\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eTrim only ascii whitespace for branch by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2521\"\u003eactions/checkout#2521\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEscape values passed to --unset by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2530\"\u003eactions/checkout#2530\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVarious dependency updates\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVarious dependency updates\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/3d3c42e5aac5ba805825da76410c181273ba90b1\"\u003e\u003ccode\u003e3d3c42e\u003c/code\u003e\u003c/a\u003e prep v7.0.1 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2531\"\u003e#2531\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/28802689a136bfcdb721715abd713740beecbe07\"\u003e\u003ccode\u003e2880268\u003c/code\u003e\u003c/a\u003e escape values passed to --unset (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2530\"\u003e#2530\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/12cd2235efa0937479335606d7c3ac9f6c0973b1\"\u003e\u003ccode\u003e12cd223\u003c/code\u003e\u003c/a\u003e trim only ascii whitespace for branch (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2521\"\u003e#2521\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/62661c4e71a304b2823ed026347b8d34c3eac541\"\u003e\u003ccode\u003e62661c4\u003c/code\u003e\u003c/a\u003e skip running unsafe pr check if input is default (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2518\"\u003e#2518\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/e8d4307400f9427dba7cb98e488d6ab85f1cec5f\"\u003e\u003ccode\u003ee8d4307\u003c/code\u003e\u003c/a\u003e Bump the minor-actions-dependencies group with 2 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2499\"\u003e#2499\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/631c942040754b6e095e929c1677c07e10ed4f87\"\u003e\u003ccode\u003e631c942\u003c/code\u003e\u003c/a\u003e eslint 9 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2474\"\u003e#2474\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/4f1f4aec02e41874fa0262ea8ff5172d7978ad1e\"\u003e\u003ccode\u003e4f1f4ae\u003c/code\u003e\u003c/a\u003e Bump actions/upload-artifact from 4 to 7 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2476\"\u003e#2476\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/ba097532fb203f7e88c9c3c0b899b49469908a92\"\u003e\u003ccode\u003eba09753\u003c/code\u003e\u003c/a\u003e Bump actions/checkout from 6 to 7 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2488\"\u003e#2488\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/b9e0990d219a03df7633c93f6f005a8fecbcab22\"\u003e\u003ccode\u003eb9e0990\u003c/code\u003e\u003c/a\u003e Bump docker/login-action from 3.3.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2479\"\u003e#2479\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/e8cb398be4a550817e382abf69e4c12c76fce1f2\"\u003e\u003ccode\u003ee8cb398\u003c/code\u003e\u003c/a\u003e Bump docker/build-push-action from 6.5.0 to 7.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2478\"\u003e#2478\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/v4...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 4 to 5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade to node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/888\"\u003eactions/setup-java#888\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMake sure your runner is updated to this version or newer to use this release. v2.327.1 \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eRelease Notes\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003eDependency Upgrades\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade Publish Immutable Action by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/798\"\u003eactions/setup-java#798\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/730\"\u003eactions/setup-java#730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade undici from 5.28.5 to 5.29.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/833\"\u003eactions/setup-java#833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade form-data to bring in fix for critical vulnerability by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/887\"\u003eactions/setup-java#887\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade actions/checkout from 4 to 5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/896\"\u003eactions/setup-java#896\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePrevent default installation of JetBrains pre-releases by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/859\"\u003eactions/setup-java#859\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove Error Handling for Setup-Java Action to Help Debug Intermittent Failures by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/848\"\u003eactions/setup-java#848\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/848\"\u003eactions/setup-java#848\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/888\"\u003eactions/setup-java#888\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v5.0.0\"\u003ehttps://github.com/actions/setup-java/compare/v4...v5.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.9.1\u003c/h2\u003e\n\u003cp\u003eAdds a deprecation warning for setup-java v4.\u003c/p\u003e\n\u003ch2\u003ev4.9.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix v4 dependency audit failures by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1188\"\u003eactions/setup-java#1188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDeprecate legacy Adopt distributions in v4 by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1187\"\u003eactions/setup-java#1187\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4.8.0...v4.9.0\"\u003ehttps://github.com/actions/setup-java/compare/v4.8.0...v4.9.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.8.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eLicense and Audit Fixes by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/960\"\u003eactions/setup-java#960\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate SapMachine URLs by \u003ca href=\"https://github.com/RealCLanger\"\u003e\u003ccode\u003e@​RealCLanger\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/965\"\u003eactions/setup-java#965\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v4.8.0\"\u003ehttps://github.com/actions/setup-java/compare/v4...v4.8.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.7.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDocumentation changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align with GFTC License Terms by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/704\"\u003eactions/setup-java#704\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove duplicated GraalVM section in documentation by \u003ca href=\"https://github.com/Marcono1234\"\u003e\u003ccode\u003e@​Marcono1234\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/716\"\u003eactions/setup-java#716\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/b6effb05e454b25005698d916606bdc6ffcbf961\"\u003e\u003ccode\u003eb6effb0\u003c/code\u003e\u003c/a\u003e Deprecate legacy Adopt distributions in v5 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1186\"\u003e#1186\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/e498d2a66a953492f322542257b22125c989b422\"\u003e\u003ccode\u003ee498d2a\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1151\"\u003e#1151\u003c/a\u003e: Fix missing wrapper cache distributions (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1153\"\u003e#1153\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/6a3384db745932178632d0e22b2bd28cad1678e6\"\u003e\u003ccode\u003e6a3384d\u003c/code\u003e\u003c/a\u003e Fix npm audit failures on releases/v5 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1154\"\u003e#1154\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/03ad4de0992f5dab5e18fcb136590ce7c4a0ac95\"\u003e\u003ccode\u003e03ad4de\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1097\"\u003e#1097\u003c/a\u003e/\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1098\"\u003e#1098\u003c/a\u003e: cache Maven and Gradle wrapper distributions separately...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/d229d2e858d9137cc0b3f118fa5184b9f0a44ac4\"\u003e\u003ccode\u003ed229d2e\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1111\"\u003e#1111\u003c/a\u003e: Preserve Maven toolchains across repeated setup-java runs (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1\"\u003e#1\u003c/a\u003e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/bbf0f6967066506f72571a96d5d6c67ca42ab460\"\u003e\u003ccode\u003ebbf0f69\u003c/code\u003e\u003c/a\u003e dist: Cover Tencent Kona JDK 25 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1110\"\u003e#1110\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/513edc4f8710565e4ad696f3b7d8e3bda584a46c\"\u003e\u003ccode\u003e513edc4\u003c/code\u003e\u003c/a\u003e feat: expose cache-primary-key output (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/597\"\u003e#597\u003c/a\u003e) [v5 backport] (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1089\"\u003e#1089\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/62df799a9c6e3022bb466697c66c36e9a2dbf347\"\u003e\u003ccode\u003e62df799\u003c/code\u003e\u003c/a\u003e Add Maven compiler problem matcher for javac diagnostics (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/176156a187714aaf460b0a3c8f21e8b4f784b978\"\u003e\u003ccode\u003e176156a\u003c/code\u003e\u003c/a\u003e chore: bump version to 5.6.0 for v5 release line\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/bf7b8deac240b9cee05eb15ccdb1d2f424a54b9f\"\u003e\u003ccode\u003ebf7b8de\u003c/code\u003e\u003c/a\u003e build: rebuild dist for backported changes (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1079\"\u003e#1079\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1083\"\u003e#1083\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1084\"\u003e#1084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 4 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9c971963bec38e04b3d30dcc455b5382be2fdbfb\"\u003e\u003ccode\u003e9c97196\u003c/code\u003e\u003c/a\u003e Bump the github-actions group across 2 directories with 9 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1024\"\u003e#1024\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/760e4a476b57fc6216ff816bbd682e14f43f66ee\"\u003e\u003ccode\u003e760e4a4\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group across 1 directory with 2 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1037\"\u003e#1037\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/73e4c4222be7ce7f3685c9277a9e698ea3a28534\"\u003e\u003ccode\u003e73e4c42\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v1.0.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1029\"\u003e#1029\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a9d14388b4a819d9b607d85c115000e421e46eec\"\u003e\u003ccode\u003ea9d1438\u003c/code\u003e\u003c/a\u003e Add dependabot ignore rules for TypeScript 7.x and \u003ccode\u003e@​types/node\u003c/code\u003e 25.x/26.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/68f37005d75fc0fdb3e66cc267d1f007b3de27d1\"\u003e\u003ccode\u003e68f3700\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5971332a8f9f37459fbe710cc8b2ec8f125cdf54\"\u003e\u003ccode\u003e5971332\u003c/code\u003e\u003c/a\u003e Bump Gradle Wrapper to 9.6.1, wrapper checksums, and Develocity plugin to 4.5...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b5bc804016a397046a67d7f83089c374ff4af6a7\"\u003e\u003ccode\u003eb5bc804\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/dcbab4e9198b2315584afbb3d582bdaa2a7aee42\"\u003e\u003ccode\u003edcbab4e\u003c/code\u003e\u003c/a\u003e Bump npm-dependencies group with TypeScript 6.0.3, \u003ccode\u003e@​types/node\u003c/code\u003e 24.x, and secu...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/ca8d95717f747a46ed048a911f0e8a348829aef1\"\u003e\u003ccode\u003eca8d957\u003c/code\u003e\u003c/a\u003e Move non-smoke restore-gradle-home tests back to the integ-test suite (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1032\"\u003e#1032\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/4318659b28d9d152a98ad848b621397f3e386420\"\u003e\u003ccode\u003e4318659\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/LyrexD/Psula-Apps/pull/12","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyrexD%2FPsula-Apps/issues/12","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/12/packages"}},{"old_version":"4","new_version":"6","update_type":null,"path":null,"pr_created_at":"2026-08-07T19:38:37.000Z","version_change":"4 → 6","issue":{"uuid":"5093405679","node_id":"PR_kwDOTYoq7M78MmR0","number":8,"state":"open","title":"ci: bump gradle/actions from 4 to 6","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-08-07T19:38:37.000Z","updated_at":"2026-08-07T19:38:38.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"ci","packages":[{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 6.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9c971963bec38e04b3d30dcc455b5382be2fdbfb\"\u003e\u003ccode\u003e9c97196\u003c/code\u003e\u003c/a\u003e Bump the github-actions group across 2 directories with 9 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1024\"\u003e#1024\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/760e4a476b57fc6216ff816bbd682e14f43f66ee\"\u003e\u003ccode\u003e760e4a4\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group across 1 directory with 2 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1037\"\u003e#1037\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/73e4c4222be7ce7f3685c9277a9e698ea3a28534\"\u003e\u003ccode\u003e73e4c42\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v1.0.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1029\"\u003e#1029\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a9d14388b4a819d9b607d85c115000e421e46eec\"\u003e\u003ccode\u003ea9d1438\u003c/code\u003e\u003c/a\u003e Add dependabot ignore rules for TypeScript 7.x and \u003ccode\u003e@​types/node\u003c/code\u003e 25.x/26.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/68f37005d75fc0fdb3e66cc267d1f007b3de27d1\"\u003e\u003ccode\u003e68f3700\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5971332a8f9f37459fbe710cc8b2ec8f125cdf54\"\u003e\u003ccode\u003e5971332\u003c/code\u003e\u003c/a\u003e Bump Gradle Wrapper to 9.6.1, wrapper checksums, and Develocity plugin to 4.5...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b5bc804016a397046a67d7f83089c374ff4af6a7\"\u003e\u003ccode\u003eb5bc804\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/dcbab4e9198b2315584afbb3d582bdaa2a7aee42\"\u003e\u003ccode\u003edcbab4e\u003c/code\u003e\u003c/a\u003e Bump npm-dependencies group with TypeScript 6.0.3, \u003ccode\u003e@​types/node\u003c/code\u003e 24.x, and secu...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/ca8d95717f747a46ed048a911f0e8a348829aef1\"\u003e\u003ccode\u003eca8d957\u003c/code\u003e\u003c/a\u003e Move non-smoke restore-gradle-home tests back to the integ-test suite (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1032\"\u003e#1032\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/4318659b28d9d152a98ad848b621397f3e386420\"\u003e\u003ccode\u003e4318659\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=4\u0026new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/PyrosCat/App_lock/pull/8","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyrosCat%2FApp_lock/issues/8","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/8/packages"}},{"old_version":"4","new_version":"6","update_type":null,"path":null,"pr_created_at":"2026-08-07T16:22:12.000Z","version_change":"4 → 6","issue":{"uuid":"5092029923","node_id":"PR_kwDORUULhc78IMR0","number":90,"state":"open","title":"Bump gradle/actions from 4 to 6","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-08-07T16:22:12.000Z","updated_at":"2026-08-07T16:22:27.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 6.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9c971963bec38e04b3d30dcc455b5382be2fdbfb\"\u003e\u003ccode\u003e9c97196\u003c/code\u003e\u003c/a\u003e Bump the github-actions group across 2 directories with 9 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1024\"\u003e#1024\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/760e4a476b57fc6216ff816bbd682e14f43f66ee\"\u003e\u003ccode\u003e760e4a4\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group across 1 directory with 2 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1037\"\u003e#1037\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/73e4c4222be7ce7f3685c9277a9e698ea3a28534\"\u003e\u003ccode\u003e73e4c42\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v1.0.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1029\"\u003e#1029\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a9d14388b4a819d9b607d85c115000e421e46eec\"\u003e\u003ccode\u003ea9d1438\u003c/code\u003e\u003c/a\u003e Add dependabot ignore rules for TypeScript 7.x and \u003ccode\u003e@​types/node\u003c/code\u003e 25.x/26.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/68f37005d75fc0fdb3e66cc267d1f007b3de27d1\"\u003e\u003ccode\u003e68f3700\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5971332a8f9f37459fbe710cc8b2ec8f125cdf54\"\u003e\u003ccode\u003e5971332\u003c/code\u003e\u003c/a\u003e Bump Gradle Wrapper to 9.6.1, wrapper checksums, and Develocity plugin to 4.5...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b5bc804016a397046a67d7f83089c374ff4af6a7\"\u003e\u003ccode\u003eb5bc804\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/dcbab4e9198b2315584afbb3d582bdaa2a7aee42\"\u003e\u003ccode\u003edcbab4e\u003c/code\u003e\u003c/a\u003e Bump npm-dependencies group with TypeScript 6.0.3, \u003ccode\u003e@​types/node\u003c/code\u003e 24.x, and secu...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/ca8d95717f747a46ed048a911f0e8a348829aef1\"\u003e\u003ccode\u003eca8d957\u003c/code\u003e\u003c/a\u003e Move non-smoke restore-gradle-home tests back to the integ-test suite (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/1032\"\u003e#1032\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/4318659b28d9d152a98ad848b621397f3e386420\"\u003e\u003ccode\u003e4318659\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=4\u0026new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/faughnn/PodBelly/pull/90","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/faughnn%2FPodBelly/issues/90","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/90/packages"}},{"old_version":"6","new_version":"6.2.0","update_type":null,"path":null,"pr_created_at":"2026-08-04T00:14:36.000Z","version_change":"6 → 6.2.0","issue":{"uuid":"5055321091","node_id":"PR_kwDOTltzBM76R4gj","number":4,"state":"open","title":"Bump gradle/actions from 6 to 6.2.0","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-08-04T00:14:36.000Z","updated_at":"2026-08-04T00:14:46.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"gradle/actions","old_version":"6","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 6 to 6.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eNew: Basic Cache Provider\u003c/h2\u003e\n\u003cp\u003eA new MIT-licensed \u003cstrong\u003eBasic Caching\u003c/strong\u003e provider is now available as an alternative to the proprietary \u003cstrong\u003eEnhanced Caching\u003c/strong\u003e provided by \u003ccode\u003egradle-actions-caching\u003c/code\u003e. Choose Basic Caching by setting \u003ccode\u003ecache-provider: basic\u003c/code\u003e on \u003ccode\u003esetup-gradle\u003c/code\u003e or \u003ccode\u003edependency-submission\u003c/code\u003e actions.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eBuilt on \u003ccode\u003e@actions/cache\u003c/code\u003e -- fully open source\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/99013936448ffd06bf82098b146c9f8eb534a823\"\u003e\u003ccode\u003e9901393\u003c/code\u003e\u003c/a\u003e Remove unnecessary dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/981\"\u003e#981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/20ce680c8942e40c12fe5e799db3ba9fee84e392\"\u003e\u003ccode\u003e20ce680\u003c/code\u003e\u003c/a\u003e Update RELEASING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5e2ebd065dc2488b7a6ad670704656cbbe1e8f60\"\u003e\u003ccode\u003e5e2ebd0\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9e2c1cc01db33004a01841dce07f112bc26ed8ea\"\u003e\u003ccode\u003e9e2c1cc\u003c/code\u003e\u003c/a\u003e Resolve npm security vulnerabilities via dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/980\"\u003e#980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/657f690528177d12a68986429495f3df2a4010fa\"\u003e\u003ccode\u003e657f690\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9d6bacde378b012d550b83e54da355eb38e44bd9\"\u003e\u003ccode\u003e9d6bacd\u003c/code\u003e\u003c/a\u003e Update \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/79f6b196a715b9ba02b2dfad56f622e58ed4bcae\"\u003e\u003ccode\u003e79f6b19\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/6781648d2b1ada397658f0ccd39a47d983817721\"\u003e\u003ccode\u003e6781648\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group in /sources with 5 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/977\"\u003e#977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a3b40d2308272dcf9c3290169376c74ddd8769d5\"\u003e\u003ccode\u003ea3b40d2\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v6...v6.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=6\u0026new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/jan-guenter/allthemons-spawn-controller/pull/4","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jan-guenter%2Fallthemons-spawn-controller/issues/4","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/4/packages"}},{"old_version":"6","new_version":"6.2.0","update_type":null,"path":null,"pr_created_at":"2026-08-03T21:34:13.000Z","version_change":"6 → 6.2.0","issue":{"uuid":"5054422516","node_id":"PR_kwDON84fLc76O_oe","number":49,"state":"closed","title":"Bump gradle/actions from 6 to 6.2.0","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-08-08T14:23:55.000Z","author_association":null,"state_reason":null,"created_at":"2026-08-03T21:34:13.000Z","updated_at":"2026-08-08T14:24:03.000Z","time_to_close":406182,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"gradle/actions","old_version":"6","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 6 to 6.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eNew: Basic Cache Provider\u003c/h2\u003e\n\u003cp\u003eA new MIT-licensed \u003cstrong\u003eBasic Caching\u003c/strong\u003e provider is now available as an alternative to the proprietary \u003cstrong\u003eEnhanced Caching\u003c/strong\u003e provided by \u003ccode\u003egradle-actions-caching\u003c/code\u003e. Choose Basic Caching by setting \u003ccode\u003ecache-provider: basic\u003c/code\u003e on \u003ccode\u003esetup-gradle\u003c/code\u003e or \u003ccode\u003edependency-submission\u003c/code\u003e actions.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eBuilt on \u003ccode\u003e@actions/cache\u003c/code\u003e -- fully open source\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/99013936448ffd06bf82098b146c9f8eb534a823\"\u003e\u003ccode\u003e9901393\u003c/code\u003e\u003c/a\u003e Remove unnecessary dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/981\"\u003e#981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/20ce680c8942e40c12fe5e799db3ba9fee84e392\"\u003e\u003ccode\u003e20ce680\u003c/code\u003e\u003c/a\u003e Update RELEASING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5e2ebd065dc2488b7a6ad670704656cbbe1e8f60\"\u003e\u003ccode\u003e5e2ebd0\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9e2c1cc01db33004a01841dce07f112bc26ed8ea\"\u003e\u003ccode\u003e9e2c1cc\u003c/code\u003e\u003c/a\u003e Resolve npm security vulnerabilities via dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/980\"\u003e#980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/657f690528177d12a68986429495f3df2a4010fa\"\u003e\u003ccode\u003e657f690\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9d6bacde378b012d550b83e54da355eb38e44bd9\"\u003e\u003ccode\u003e9d6bacd\u003c/code\u003e\u003c/a\u003e Update \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/79f6b196a715b9ba02b2dfad56f622e58ed4bcae\"\u003e\u003ccode\u003e79f6b19\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/6781648d2b1ada397658f0ccd39a47d983817721\"\u003e\u003ccode\u003e6781648\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group in /sources with 5 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/977\"\u003e#977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a3b40d2308272dcf9c3290169376c74ddd8769d5\"\u003e\u003ccode\u003ea3b40d2\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v6...v6.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=6\u0026new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/sami-eljabali/kotlin-gradle-template/pull/49","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/sami-eljabali%2Fkotlin-gradle-template/issues/49","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/49/packages"}},{"old_version":"6","new_version":"6.2.0","update_type":null,"path":null,"pr_created_at":"2026-08-03T13:12:57.000Z","version_change":"6 → 6.2.0","issue":{"uuid":"5050167192","node_id":"PR_kwDOSilaM876BLAz","number":160,"state":"open","title":"ci: Bump gradle/actions from 6 to 6.2.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-08-03T13:12:57.000Z","updated_at":"2026-08-03T13:12:57.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"ci: Bump","packages":[{"name":"gradle/actions","old_version":"6","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 6 to 6.2.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eNew: Basic Cache Provider\u003c/h2\u003e\n\u003cp\u003eA new MIT-licensed \u003cstrong\u003eBasic Caching\u003c/strong\u003e provider is now available as an alternative to the proprietary \u003cstrong\u003eEnhanced Caching\u003c/strong\u003e provided by \u003ccode\u003egradle-actions-caching\u003c/code\u003e. Choose Basic Caching by setting \u003ccode\u003ecache-provider: basic\u003c/code\u003e on \u003ccode\u003esetup-gradle\u003c/code\u003e or \u003ccode\u003edependency-submission\u003c/code\u003e actions.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eBuilt on \u003ccode\u003e@actions/cache\u003c/code\u003e -- fully open source\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/99013936448ffd06bf82098b146c9f8eb534a823\"\u003e\u003ccode\u003e9901393\u003c/code\u003e\u003c/a\u003e Remove unnecessary dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/981\"\u003e#981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/20ce680c8942e40c12fe5e799db3ba9fee84e392\"\u003e\u003ccode\u003e20ce680\u003c/code\u003e\u003c/a\u003e Update RELEASING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5e2ebd065dc2488b7a6ad670704656cbbe1e8f60\"\u003e\u003ccode\u003e5e2ebd0\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9e2c1cc01db33004a01841dce07f112bc26ed8ea\"\u003e\u003ccode\u003e9e2c1cc\u003c/code\u003e\u003c/a\u003e Resolve npm security vulnerabilities via dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/980\"\u003e#980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/657f690528177d12a68986429495f3df2a4010fa\"\u003e\u003ccode\u003e657f690\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9d6bacde378b012d550b83e54da355eb38e44bd9\"\u003e\u003ccode\u003e9d6bacd\u003c/code\u003e\u003c/a\u003e Update \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/79f6b196a715b9ba02b2dfad56f622e58ed4bcae\"\u003e\u003ccode\u003e79f6b19\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/6781648d2b1ada397658f0ccd39a47d983817721\"\u003e\u003ccode\u003e6781648\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group in /sources with 5 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/977\"\u003e#977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a3b40d2308272dcf9c3290169376c74ddd8769d5\"\u003e\u003ccode\u003ea3b40d2\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v6...v6.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=6\u0026new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/gunnysis/eundunHealth/pull/160","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunnysis%2FeundunHealth/issues/160","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/160/packages"}},{"old_version":"6","new_version":"6.2.0","update_type":null,"path":"the actions-all group","pr_created_at":"2026-08-03T09:26:40.000Z","version_change":"6 → 6.2.0","issue":{"uuid":"5048311187","node_id":"PR_kwDORnQoCM757IC_","number":403,"state":"open","title":"build(deps): bump gradle/actions from 6 to 6.2.0 in the actions-all group","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":5,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-08-03T09:26:40.000Z","updated_at":"2026-08-03T09:28:09.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"gradle/actions","old_version":"6","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"}],"path":"the actions-all group","ecosystem":"actions"},"body":"Bumps the actions-all group with 1 update: [gradle/actions](https://github.com/gradle/actions).\n\nUpdates `gradle/actions` from 6 to 6.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eNew: Basic Cache Provider\u003c/h2\u003e\n\u003cp\u003eA new MIT-licensed \u003cstrong\u003eBasic Caching\u003c/strong\u003e provider is now available as an alternative to the proprietary \u003cstrong\u003eEnhanced Caching\u003c/strong\u003e provided by \u003ccode\u003egradle-actions-caching\u003c/code\u003e. Choose Basic Caching by setting \u003ccode\u003ecache-provider: basic\u003c/code\u003e on \u003ccode\u003esetup-gradle\u003c/code\u003e or \u003ccode\u003edependency-submission\u003c/code\u003e actions.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eBuilt on \u003ccode\u003e@actions/cache\u003c/code\u003e -- fully open source\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/99013936448ffd06bf82098b146c9f8eb534a823\"\u003e\u003ccode\u003e9901393\u003c/code\u003e\u003c/a\u003e Remove unnecessary dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/981\"\u003e#981\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/20ce680c8942e40c12fe5e799db3ba9fee84e392\"\u003e\u003ccode\u003e20ce680\u003c/code\u003e\u003c/a\u003e Update RELEASING.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5e2ebd065dc2488b7a6ad670704656cbbe1e8f60\"\u003e\u003ccode\u003e5e2ebd0\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9e2c1cc01db33004a01841dce07f112bc26ed8ea\"\u003e\u003ccode\u003e9e2c1cc\u003c/code\u003e\u003c/a\u003e Resolve npm security vulnerabilities via dependency overrides (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/980\"\u003e#980\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/657f690528177d12a68986429495f3df2a4010fa\"\u003e\u003ccode\u003e657f690\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/9d6bacde378b012d550b83e54da355eb38e44bd9\"\u003e\u003ccode\u003e9d6bacd\u003c/code\u003e\u003c/a\u003e Update \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/79f6b196a715b9ba02b2dfad56f622e58ed4bcae\"\u003e\u003ccode\u003e79f6b19\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/6781648d2b1ada397658f0ccd39a47d983817721\"\u003e\u003ccode\u003e6781648\u003c/code\u003e\u003c/a\u003e Bump the npm-dependencies group in /sources with 5 updates (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/977\"\u003e#977\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a3b40d2308272dcf9c3290169376c74ddd8769d5\"\u003e\u003ccode\u003ea3b40d2\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v6...v6.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=6\u0026new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/agnaldo4j/kanban-vision-api-kt/pull/403","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/agnaldo4j%2Fkanban-vision-api-kt/issues/403","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/403/packages"}},{"old_version":"5","new_version":"6","update_type":null,"path":null,"pr_created_at":"2026-08-02T08:14:08.000Z","version_change":"5 → 6","issue":{"uuid":"5041465542","node_id":"PR_kwDOTWLGdM75l8Xv","number":8,"state":"closed","title":"build(deps): bump the actions group across 1 directory with 8 updates","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-08-09T08:13:54.000Z","author_association":null,"state_reason":null,"created_at":"2026-08-02T08:14:08.000Z","updated_at":"2026-08-09T08:13:56.000Z","time_to_close":604786,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): bump","group_name":"actions","update_count":8,"packages":[{"name":"actions/checkout","old_version":"5","new_version":"7","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"5","new_version":"5.6.0","repository_url":"https://github.com/actions/setup-java"},{"name":"gradle/actions","old_version":"5","new_version":"6","repository_url":"https://github.com/gradle/actions"},{"name":"android-actions/setup-android","old_version":"3","new_version":"4","repository_url":"https://github.com/android-actions/setup-android"},{"name":"actions/download-artifact","old_version":"7","new_version":"8","repository_url":"https://github.com/actions/download-artifact"},{"name":"actions/upload-artifact","old_version":"5","new_version":"7","repository_url":"https://github.com/actions/upload-artifact"},{"name":"actions/cache","old_version":"4","new_version":"6","repository_url":"https://github.com/actions/cache"},{"name":"softprops/action-gh-release","old_version":"2","new_version":"3","repository_url":"https://github.com/softprops/action-gh-release"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions group with 8 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `5` | `7` |\n| [actions/setup-java](https://github.com/actions/setup-java) | `5` | `5.6.0` |\n| [gradle/actions](https://github.com/gradle/actions) | `5` | `6` |\n| [android-actions/setup-android](https://github.com/android-actions/setup-android) | `3` | `4` |\n| [actions/download-artifact](https://github.com/actions/download-artifact) | `7` | `8` |\n| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `7` |\n| [actions/cache](https://github.com/actions/cache) | `4` | `6` |\n| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2` | `3` |\n\n\nUpdates `actions/checkout` from 5 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e[BREAKING]\u003c/strong\u003e backport \u003ccode\u003eallow-unsafe-pr-checkout\u003c/code\u003e to v6 by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2500\"\u003eactions/checkout#2500\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebackport fixes to releases-v6 by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2527\"\u003eactions/checkout#2527\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003ca href=\"https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/\"\u003ehttps://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/\u003c/a\u003e for more details about this breaking change\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v6.1.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v6.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v6.0.2\"\u003ehttps://github.com/actions/checkout/compare/v6.0.1...v6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate all references from v5 and v4 to v6 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2314\"\u003eactions/checkout#2314\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify v6 README by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2328\"\u003eactions/checkout#2328\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip running unsafe pr check if input is default by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2518\"\u003eactions/checkout#2518\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eTrim only ascii whitespace for branch by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2521\"\u003eactions/checkout#2521\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEscape values passed to --unset by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2530\"\u003eactions/checkout#2530\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVarious dependency updates\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVarious dependency updates\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/3d3c42e5aac5ba805825da76410c181273ba90b1\"\u003e\u003ccode\u003e3d3c42e\u003c/code\u003e\u003c/a\u003e prep v7.0.1 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2531\"\u003e#2531\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/28802689a136bfcdb721715abd713740beecbe07\"\u003e\u003ccode\u003e2880268\u003c/code\u003e\u003c/a\u003e escape values passed to --unset (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2530\"\u003e#2530\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/12cd2235efa0937479335606d7c3ac9f6c0973b1\"\u003e\u003ccode\u003e12cd223\u003c/code\u003e\u003c/a\u003e trim only ascii whitespace for branch (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2521\"\u003e#2521\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/62661c4e71a304b2823ed026347b8d34c3eac541\"\u003e\u003ccode\u003e62661c4\u003c/code\u003e\u003c/a\u003e skip running unsafe pr check if input is default (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2518\"\u003e#2518\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/e8d4307400f9427dba7cb98e488d6ab85f1cec5f\"\u003e\u003ccode\u003ee8d4307\u003c/code\u003e\u003c/a\u003e Bump the minor-actions-dependencies group with 2 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2499\"\u003e#2499\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/631c942040754b6e095e929c1677c07e10ed4f87\"\u003e\u003ccode\u003e631c942\u003c/code\u003e\u003c/a\u003e eslint 9 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2474\"\u003e#2474\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/4f1f4aec02e41874fa0262ea8ff5172d7978ad1e\"\u003e\u003ccode\u003e4f1f4ae\u003c/code\u003e\u003c/a\u003e Bump actions/upload-artifact from 4 to 7 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2476\"\u003e#2476\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/ba097532fb203f7e88c9c3c0b899b49469908a92\"\u003e\u003ccode\u003eba09753\u003c/code\u003e\u003c/a\u003e Bump actions/checkout from 6 to 7 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2488\"\u003e#2488\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/b9e0990d219a03df7633c93f6f005a8fecbcab22\"\u003e\u003ccode\u003eb9e0990\u003c/code\u003e\u003c/a\u003e Bump docker/login-action from 3.3.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2479\"\u003e#2479\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/e8cb398be4a550817e382abf69e4c12c76fce1f2\"\u003e\u003ccode\u003ee8cb398\u003c/code\u003e\u003c/a\u003e Bump docker/build-push-action from 6.5.0 to 7.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2478\"\u003e#2478\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/v5...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 5 to 5.6.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.6.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport to v5: Add Maven compiler problem matcher for javac diagnostics by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1087\"\u003eactions/setup-java#1087\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: expose cache-primary-key output (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/597\"\u003e#597\u003c/a\u003e) [v5 backport] by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1089\"\u003eactions/setup-java#1089\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edist: Cover Tencent Kona JDK 25 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1108\"\u003e#1108\u003c/a\u003e) [v5 backport] by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1110\"\u003eactions/setup-java#1110\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1111\"\u003e#1111\u003c/a\u003e: Preserve Maven toolchains across repeated setup-java runs (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1099\"\u003e#1099\u003c/a\u003e) by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1113\"\u003eactions/setup-java#1113\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1097\"\u003e#1097\u003c/a\u003e/\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1098\"\u003e#1098\u003c/a\u003e to v5: cache Maven and Gradle wrapper distributions separately by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1122\"\u003eactions/setup-java#1122\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.6.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.6.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.5.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: enforce pre-PR validation (aggregate scripts, git hooks, PR checklist) by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1061\"\u003eactions/setup-java#1061\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github/codeql-action from 3 to 4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1069\"\u003eactions/setup-java#1069\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/checkout from 6 to 7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1068\"\u003eactions/setup-java#1068\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/setup-python from 5 to 6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1067\"\u003eactions/setup-java#1067\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​typescript-eslint/parser\u003c/code\u003e from 8.61.1 to 8.62.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1062\"\u003eactions/setup-java#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add verify-signature plumbing and Temurin+Microsoft verification support by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1060\"\u003eactions/setup-java#1060\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdated jetbrains test: https.request() now catches errors. This fixes leaking tests as well by \u003ca href=\"https://github.com/jmjaffe37\"\u003e\u003ccode\u003e@​jmjaffe37\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1070\"\u003eactions/setup-java#1070\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix arm64 e2e workflow tests mislabeled as x64 by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e with \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1073\"\u003eactions/setup-java#1073\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: suppress Maven transfer progress via MAVEN_ARGS by default (add show-download-progress input) by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1053\"\u003eactions/setup-java#1053\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Disable interactiveMode in generated Maven settings.xml by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e with \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1052\"\u003eactions/setup-java#1052\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prettier from 3.6.2 to 3.9.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1066\"\u003eactions/setup-java#1066\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.15.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1074\"\u003eactions/setup-java#1074\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Maven Toolchains grows unexpectedly by \u003ca href=\"https://github.com/Okeanos\"\u003e\u003ccode\u003e@​Okeanos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/534\"\u003eactions/setup-java#534\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edist: Support Tencent Kona JDK by \u003ca href=\"https://github.com/johnshajiang\"\u003e\u003ccode\u003e@​johnshajiang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/672\"\u003eactions/setup-java#672\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add set-default option by \u003ca href=\"https://github.com/gsmet\"\u003e\u003ccode\u003e@​gsmet\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1017\"\u003eactions/setup-java#1017\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs: document problem matcher (and how to disable it), Maven Wrapper caching, and generated interactiveMode by \u003ca href=\"https://github.com/brunoborges\"\u003e\u003ccode\u003e@​brunoborges\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1075\"\u003eactions/setup-java#1075\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add distribution detection support to .sdkmanrc file by \u003ca href=\"https://github.com/lukaszgyg\"\u003e\u003ccode\u003e@​lukaszgyg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/975\"\u003eactions/setup-java#975\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jmjaffe37\"\u003e\u003ccode\u003e@​jmjaffe37\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1070\"\u003eactions/setup-java#1070\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gsmet\"\u003e\u003ccode\u003e@​gsmet\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1017\"\u003eactions/setup-java#1017\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lukaszgyg\"\u003e\u003ccode\u003e@​lukaszgyg\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/975\"\u003eactions/setup-java#975\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.5.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.5.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​typescript-eslint/parser\u003c/code\u003e from 8.48.0 to 8.61.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1021\"\u003eactions/setup-java#1021\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix codeql workflow permissions by \u003ca href=\"https://github.com/jsoref\"\u003e\u003ccode\u003e@​jsoref\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/993\"\u003eactions/setup-java#993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix CodeQL permissions by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1025\"\u003eactions/setup-java#1025\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: reject non-semver candidate versions in isVersionSatisfies by \u003ca href=\"https://github.com/sproctor\"\u003e\u003ccode\u003e@​sproctor\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1009\"\u003eactions/setup-java#1009\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/cache\u003c/code\u003e to 5.1.0, handle cache write denied by \u003ca href=\"https://github.com/jasongin\"\u003e\u003ccode\u003e@​jasongin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1026\"\u003eactions/setup-java#1026\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Maven Wrapper cache feature by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1027\"\u003eactions/setup-java#1027\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSpelling by \u003ca href=\"https://github.com/jsoref\"\u003e\u003ccode\u003e@​jsoref\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/713\"\u003eactions/setup-java#713\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eadd link to advanced configuration for JetBrains by \u003ca href=\"https://github.com/robstoll\"\u003e\u003ccode\u003e@​robstoll\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/850\"\u003eactions/setup-java#850\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs(action): fix missing required or default fields by \u003ca href=\"https://github.com/kranthipoturaju\"\u003e\u003ccode\u003e@​kranthipoturaju\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1007\"\u003eactions/setup-java#1007\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: add microsoft openjdk 17.0.18 by \u003ca href=\"https://github.com/al-kau\"\u003e\u003ccode\u003e@​al-kau\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1002\"\u003eactions/setup-java#1002\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/c5f2f2ea960c17e4f9a7e5f06303cb104dcfdeaa\"\u003e\u003ccode\u003ec5f2f2e\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 3 to 4 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1069\"\u003e#1069\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/623c707d77e926f0f5a50f82e56da1a94d0326f0\"\u003e\u003ccode\u003e623c707\u003c/code\u003e\u003c/a\u003e chore: enforce pre-PR validation (aggregate scripts, git hooks, PR checklist)...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1bcf9fb12cf4aa7d266a90ae39939e61372fe520\"\u003e\u003ccode\u003e1bcf9fb\u003c/code\u003e\u003c/a\u003e dist: Address Copilot review suggestions from PR \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1042\"\u003e#1042\u003c/a\u003e (GraalVM Community) (#...\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 5 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v5...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `android-actions/setup-android` from 3 to 4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/android-actions/setup-android/releases\"\u003eandroid-actions/setup-android's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cp\u003eHello,\u003c/p\u003e\n\u003cp\u003eThe long awaited update of setup-android.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eMigrate action to Node24 (by \u003ca href=\"https://github.com/TWiStErRob\"\u003e\u003ccode\u003e@​TWiStErRob\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd and default to cmdline-tools version 20.0 ( 14742923 )\u003c/li\u003e\n\u003cli\u003eUpdate CI runners (by \u003ca href=\"https://github.com/TWiStErRob\"\u003e\u003ccode\u003e@​TWiStErRob\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdate README.md (by \u003ca href=\"https://github.com/vil02\"\u003e\u003ccode\u003e@​vil02\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdate npm dependencies to solve CVE's\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eIncrementing major version to safeguard incase node upgrade or default cmdline-tools upgrade breaks something downstream.\u003c/p\u003e\n\u003ch2\u003ev3.2.2\u003c/h2\u003e\n\u003cp\u003eAdd support for cmdline-tools versions 12, 13, and 16 by \u003ca href=\"https://github.com/warting\"\u003e\u003ccode\u003e@​warting\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/android-actions/setup-android/pull/493\"\u003eandroid-actions/setup-android#493\u003c/a\u003e .\u003c/p\u003e\n\u003cp\u003eUpdated npm dependencies\u003c/p\u003e\n\u003ch2\u003ev3.2.1\u003c/h2\u003e\n\u003cp\u003eUpdated dependencies\u003c/p\u003e\n\u003ch2\u003ev3.2.0\u003c/h2\u003e\n\u003cp\u003eImplement 'packages' input argument, which allows choosing which packages to install from Android SDK\u003c/p\u003e\n\u003ch2\u003ev3.1.0\u003c/h2\u003e\n\u003cp\u003eAllow installing different Android SDK versions.\nAllow silent license agreement.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/40fd30fb8d7440372e1316f5d1809ec01dcd3699\"\u003e\u003ccode\u003e40fd30f\u003c/code\u003e\u003c/a\u003e Update setup-android version in README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/d4e21bf61b8c95806b69dd588354aa772ae9adf0\"\u003e\u003ccode\u003ed4e21bf\u003c/code\u003e\u003c/a\u003e Update dependencies and rebuild\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/b7f140eff502d947b5b2a930b942893442d92d74\"\u003e\u003ccode\u003eb7f140e\u003c/code\u003e\u003c/a\u003e Bump actions/checkout from 5 to 6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c\"\u003e\u003ccode\u003e651bceb\u003c/code\u003e\u003c/a\u003e Migrate from ncc to esbuild\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/144235e0587cf3d746e56d7bd53ca53a966e2000\"\u003e\u003ccode\u003e144235e\u003c/code\u003e\u003c/a\u003e Update actions steps. checkout to v5, node to v6, java to v5, codeql to v4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/200c644fca72efa03f84ad0c0e0bba00e6faa6e2\"\u003e\u003ccode\u003e200c644\u003c/code\u003e\u003c/a\u003e Add cmdline-tools version 20.0 ( 14742923 )\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/715acc5ce167ce4019cf2f743710d152080fd478\"\u003e\u003ccode\u003e715acc5\u003c/code\u003e\u003c/a\u003e Remove \u003ccode\u003e@​actions/cache\u003c/code\u003e dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/125835f877d12c4bf3f94ba8bc91deb608f0a0ed\"\u003e\u003ccode\u003e125835f\u003c/code\u003e\u003c/a\u003e Update (not all) deps, migrate eslint to new format. compile to es2024\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/c4c8fe5bcde35fd88354d5a39d4739cbaf13cc30\"\u003e\u003ccode\u003ec4c8fe5\u003c/code\u003e\u003c/a\u003e Encourage users to use latest version of \u003ccode\u003eactions/setup-java\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/6a40db5374286262464a7f8bbe2b8fc4f820518c\"\u003e\u003ccode\u003e6a40db5\u003c/code\u003e\u003c/a\u003e Migrate from Node 20 to Node 24\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/android-actions/setup-android/compare/v3...v4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/download-artifact` from 7 to 8\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/download-artifact/releases\"\u003eactions/download-artifact's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev8.0.0\u003c/h2\u003e\n\u003ch2\u003ev8 - What's new\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nactions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nHash mismatches will now error by default. Users can override this behavior with a setting change (see below).\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch3\u003eDirect downloads\u003c/h3\u003e\n\u003cp\u003eTo support direct uploads in \u003ccode\u003eactions/upload-artifact\u003c/code\u003e, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the \u003ccode\u003eContent-Type\u003c/code\u003e header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new \u003ccode\u003eskip-decompress\u003c/code\u003e parameter to \u003ccode\u003etrue\u003c/code\u003e.\u003c/p\u003e\n\u003ch3\u003eEnforced checks (breaking)\u003c/h3\u003e\n\u003cp\u003eA previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the \u003ccode\u003edigest-mismatch\u003c/code\u003e parameter. To be secure by default, we are now defaulting the behavior to \u003ccode\u003eerror\u003c/code\u003e which will fail the workflow run.\u003c/p\u003e\n\u003ch3\u003eESM\u003c/h3\u003e\n\u003cp\u003eTo support new versions of the @actions/* packages, we've upgraded the package to ESM.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDon't attempt to un-zip non-zipped downloads by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/460\"\u003eactions/download-artifact#460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd a setting to specify what to do on hash mismatch and default it to \u003ccode\u003eerror\u003c/code\u003e by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/461\"\u003eactions/download-artifact#461\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/download-artifact/compare/v7...v8.0.0\"\u003ehttps://github.com/actions/download-artifact/compare/v7...v8.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c\"\u003e\u003ccode\u003e3e5f45b\u003c/code\u003e\u003c/a\u003e Add regression tests for CJK characters (\u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/471\"\u003e#471\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/e6d03f67377d4412c7aa56a8e2e4988e6ec479dd\"\u003e\u003ccode\u003ee6d03f6\u003c/code\u003e\u003c/a\u003e Add a regression test for artifact name + content-type mismatches (\u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/472\"\u003e#472\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3\"\u003e\u003ccode\u003e70fc10c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/461\"\u003e#461\u003c/a\u003e from actions/danwkennedy/digest-mismatch-behavior\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/f258da9a506b755b84a09a531814700b86ccfc62\"\u003e\u003ccode\u003ef258da9\u003c/code\u003e\u003c/a\u003e Add change docs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/ccc058e5fbb0bb2352213eaec3491e117cbc4a5c\"\u003e\u003ccode\u003eccc058e\u003c/code\u003e\u003c/a\u003e Fix linting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/bd7976ba57ecea96e6f3df575eb922d11a12a9fd\"\u003e\u003ccode\u003ebd7976b\u003c/code\u003e\u003c/a\u003e Add a setting to specify what to do on hash mismatch and default it to \u003ccode\u003eerror\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/ac21fcf45e0aaee541c0f7030558bdad38d77d6c\"\u003e\u003ccode\u003eac21fcf\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/460\"\u003e#460\u003c/a\u003e from actions/danwkennedy/download-no-unzip\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/15999bff51058bc7c19b50ebbba518eaef7c26c0\"\u003e\u003ccode\u003e15999bf\u003c/code\u003e\u003c/a\u003e Add note about package bumps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/974686ed5098c7f9c9289ec946b9058e496a2561\"\u003e\u003ccode\u003e974686e\u003c/code\u003e\u003c/a\u003e Bump the version to \u003ccode\u003ev8\u003c/code\u003e and add release notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/fbe48b1d2756394be4cd4358ed3bc1343b330e75\"\u003e\u003ccode\u003efbe48b1\u003c/code\u003e\u003c/a\u003e Update test names to make it clearer what they do\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/download-artifact/compare/v7...v8\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/upload-artifact` from 5 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/upload-artifact/releases\"\u003eactions/upload-artifact's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003ev7 What's new\u003c/h2\u003e\n\u003ch3\u003eDirect Uploads\u003c/h3\u003e\n\u003cp\u003eAdds support for uploading single files directly (unzipped). Callers can set the new \u003ccode\u003earchive\u003c/code\u003e parameter to \u003ccode\u003efalse\u003c/code\u003e to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The \u003ccode\u003ename\u003c/code\u003e parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.\u003c/p\u003e\n\u003ch3\u003eESM\u003c/h3\u003e\n\u003cp\u003eTo support new versions of the \u003ccode\u003e@actions/*\u003c/code\u003e packages, we've upgraded the package to ESM.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd proxy integration test by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/754\"\u003eactions/upload-artifact#754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade the module to ESM and bump dependencies by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/762\"\u003eactions/upload-artifact#762\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSupport direct file uploads by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/764\"\u003eactions/upload-artifact#764\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- made their first contribution in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/754\"\u003eactions/upload-artifact#754\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/upload-artifact/compare/v6...v7.0.0\"\u003ehttps://github.com/actions/upload-artifact/compare/v6...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003ch2\u003ev6 - What's new\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nactions/upload-artifact@v6 now runs on Node.js 24 (\u003ccode\u003eruns.using: node24\u003c/code\u003e) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch3\u003eNode.js 24\u003c/h3\u003e\n\u003cp\u003eThis release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpload Artifact Node 24 support by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/719\"\u003eactions/upload-artifact#719\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: update \u003ccode\u003e@​actions/artifact\u003c/code\u003e for Node.js 24 punycode deprecation by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/744\"\u003eactions/upload-artifact#744\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eprepare release v6.0.0 for Node.js 24 support by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/745\"\u003eactions/upload-artifact#745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0\"\u003ehttps://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/043fb46d1a93c77aae656e7c1c64a875d1fc6a0a\"\u003e\u003ccode\u003e043fb46\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/797\"\u003e#797\u003c/a\u003e from actions/yacaovsnc/update-dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/634250c1388765ea7ed0f053e636f1f399000b94\"\u003e\u003ccode\u003e634250c\u003c/code\u003e\u003c/a\u003e Include changes in typespec/ts-http-runtime 0.3.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/e454baaac2be505c9450e11b8f3215c6fc023ce8\"\u003e\u003ccode\u003ee454baa\u003c/code\u003e\u003c/a\u003e Readme: bump all the example versions to v7 (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/796\"\u003e#796\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/74fad66b98a6d799dc004d3353ccd0e6f6b2530e\"\u003e\u003ccode\u003e74fad66\u003c/code\u003e\u003c/a\u003e Update the readme with direct upload details (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/795\"\u003e#795\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f\"\u003e\u003ccode\u003ebbbca2d\u003c/code\u003e\u003c/a\u003e Support direct file uploads (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/764\"\u003e#764\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/589182c5a4cec8920b8c1bce3e2fab1c97a02296\"\u003e\u003ccode\u003e589182c\u003c/code\u003e\u003c/a\u003e Upgrade the module to ESM and bump dependencies (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/762\"\u003e#762\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/47309c993abb98030a35d55ef7ff34b7fa1074b5\"\u003e\u003ccode\u003e47309c9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/754\"\u003e#754\u003c/a\u003e from actions/Link-/add-proxy-integration-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/02a8460834e70dab0ce194c64360c59dc1475ef0\"\u003e\u003ccode\u003e02a8460\u003c/code\u003e\u003c/a\u003e Add proxy integration test\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/b7c566a772e6b6bfb58ed0dc250532a479d7789f\"\u003e\u003ccode\u003eb7c566a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/745\"\u003e#745\u003c/a\u003e from actions/upload-artifact-v6-release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/e516bc8500aaf3d07d591fcd4ae6ab5f9c391d5b\"\u003e\u003ccode\u003ee516bc8\u003c/code\u003e\u003c/a\u003e docs: correct description of Node.js 24 support in README\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/upload-artifact/compare/v5...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/cache` from 4 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/releases\"\u003eactions/cache's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate packages, migrate to ESM by \u003ca href=\"https://github.com/Samirat\"\u003e\u003ccode\u003e@​Samirat\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1760\"\u003eactions/cache#1760\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v6.0.0\"\u003ehttps://github.com/actions/cache/compare/v5...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/cache\u003c/code\u003e to v5.1.0 - handle read-only cache access by \u003ca href=\"https://github.com/jasongin\"\u003e\u003ccode\u003e@​jasongin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1775\"\u003eactions/cache#1775\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.1.0\"\u003ehttps://github.com/actions/cache/compare/v5...v5.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ts-http-runtime dependency by \u003ca href=\"https://github.com/yacaovsnc\"\u003e\u003ccode\u003e@​yacaovsnc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1747\"\u003eactions/cache#1747\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.0.5\"\u003ehttps://github.com/actions/cache/compare/v5...v5.0.5\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd release instructions and update maintainer docs by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1696\"\u003eactions/cache#1696\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePotential fix for code scanning alert no. 52: Workflow does not contain permissions by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1697\"\u003eactions/cache#1697\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix workflow permissions and cleanup workflow names / formatting by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1699\"\u003eactions/cache#1699\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs: Update examples to use the latest version by \u003ca href=\"https://github.com/XZTDean\"\u003e\u003ccode\u003e@​XZTDean\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1690\"\u003eactions/cache#1690\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix proxy integration tests by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1701\"\u003eactions/cache#1701\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix cache key in examples.md for bun.lock by \u003ca href=\"https://github.com/RyPeck\"\u003e\u003ccode\u003e@​RyPeck\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1722\"\u003eactions/cache#1722\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate dependencies \u0026amp; patch security vulnerabilities by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1738\"\u003eactions/cache#1738\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/XZTDean\"\u003e\u003ccode\u003e@​XZTDean\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1690\"\u003eactions/cache#1690\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/RyPeck\"\u003e\u003ccode\u003e@​RyPeck\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1722\"\u003eactions/cache#1722\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.0.4\"\u003ehttps://github.com/actions/cache/compare/v5...v5.0.4\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.5 (Resolves: \u003ca href=\"https://github.com/actions/cache/security/dependabot/33\"\u003ehttps://github.com/actions/cache/security/dependabot/33\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/core\u003c/code\u003e to v2.0.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.0.3\"\u003ehttps://github.com/actions/cache/compare/v5...v5.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev.5.0.2\u003c/h2\u003e\n\u003ch1\u003ev5.0.2\u003c/h1\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003eactions/cache's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eReleases\u003c/h1\u003e\n\u003ch2\u003eHow to prepare a release\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!NOTE]\nRelevant for maintainers with write access only.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003col\u003e\n\u003cli\u003eSwitch to a new branch from \u003ccode\u003emain\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm test\u003c/code\u003e to ensure all tests are passing.\u003c/li\u003e\n\u003cli\u003eUpdate the version in \u003ca href=\"https://github.com/actions/cache/blob/main/package.json\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/package.json\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm run build\u003c/code\u003e to update the compiled files.\u003c/li\u003e\n\u003cli\u003eUpdate this \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/RELEASES.md\u003c/code\u003e\u003c/a\u003e with the new version and changes in the \u003ccode\u003e## Changelog\u003c/code\u003e section.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed cache\u003c/code\u003e to update the license report.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed status\u003c/code\u003e and resolve any warnings by updating the \u003ca href=\"https://github.com/actions/cache/blob/main/.licensed.yml\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/.licensed.yml\u003c/code\u003e\u003c/a\u003e file with the exceptions.\u003c/li\u003e\n\u003cli\u003eCommit your changes and push your branch upstream.\u003c/li\u003e\n\u003cli\u003eOpen a pull request against \u003ccode\u003emain\u003c/code\u003e and get it reviewed and merged.\u003c/li\u003e\n\u003cli\u003eDraft a new release \u003ca href=\"https://github.com/actions/cache/releases\"\u003ehttps://github.com/actions/cache/releases\u003c/a\u003e use the same version number used in \u003ccode\u003epackage.json\u003c/code\u003e\n\u003col\u003e\n\u003cli\u003eCreate a new tag with the version number.\u003c/li\u003e\n\u003cli\u003eAuto generate release notes and update them to match the changes you made in \u003ccode\u003eRELEASES.md\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eToggle the set as the latest release option.\u003c/li\u003e\n\u003cli\u003ePublish the release.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003cli\u003eNavigate to \u003ca href=\"https://github.com/actions/cache/actions/workflows/release-new-action-version.yml\"\u003ehttps://github.com/actions/cache/actions/workflows/release-new-action-version.yml\u003c/a\u003e\n\u003col\u003e\n\u003cli\u003eThere should be a workflow run queued with the same version number.\u003c/li\u003e\n\u003cli\u003eApprove the run to publish the new version and update the major tags for this action.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003e6.1.0\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v6.1.0 to pick up \u003ca href=\"https://redirect.github.com/actions/toolkit/pull/2435\"\u003eactions/toolkit#2435 Handle cache write error due to read-only token\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch redundant \u0026quot;Cache save failed\u0026quot; warning to debug log in save-only\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e6.0.0\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdated \u003ccode\u003e@actions/cache\u003c/code\u003e to ^6.0.1, \u003ccode\u003e@actions/core\u003c/code\u003e to ^3.0.1, \u003ccode\u003e@actions/exec\u003c/code\u003e to ^3.0.0, \u003ccode\u003e@actions/io\u003c/code\u003e to ^3.0.2\u003c/li\u003e\n\u003cli\u003eMigrated to ESM module system\u003c/li\u003e\n\u003cli\u003eUpgraded Jest to v30 and test infrastructure to be ESM compatible\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.4\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003eminimatch\u003c/code\u003e to v3.1.5 (fixes ReDoS via globstar patterns)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003eundici\u003c/code\u003e to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003efast-xml-parser\u003c/code\u003e to v5.5.6\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.3\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.5 (Resolves: \u003ca href=\"https://github.com/actions/cache/security/dependabot/33\"\u003ehttps://github.com/actions/cache/security/dependabot/33\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/core\u003c/code\u003e to v2.0.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.2\u003c/h3\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/55cc8345863c7cc4c66a329aec7e433d2d1c52a9\"\u003e\u003ccode\u003e55cc834\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/cache/issues/1768\"\u003e#1768\u003c/a\u003e from jasongin/readonly-cache\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/d8cd72f230726cdf4457ebb61ec1b593a8d12337\"\u003e\u003ccode\u003ed8cd72f\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/cache\u003c/code\u003e to v6.1.0 - handle cache write error due to RO token\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/2c8a9bd7457de244a408f35966fab2fb45fda9c8\"\u003e\u003ccode\u003e2c8a9bd\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/cache/issues/1760\"\u003e#1760\u003c/a\u003e from actions/samirat/esm_migration_and_package_update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/e9b91fdc3fea7d79165fceb79042ef45c2d51023\"\u003e\u003ccode\u003ee9b91fd\u003c/code\u003e\u003c/a\u003e Prettier fixes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/e4884b8ff7f92ef6b52c79eda480bbc86e685adb\"\u003e\u003ccode\u003ee4884b8\u003c/code\u003e\u003c/a\u003e Rebuild dist\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/10baf0191a3c426ea0fa4a3253a5c04233b6e18f\"\u003e\u003ccode\u003e10baf01\u003c/code\u003e\u003c/a\u003e Fixed licenses\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/e39b386c9004d72a15d864ade8c0b3a702d47a37\"\u003e\u003ccode\u003ee39b386\u003c/code\u003e\u003c/a\u003e Fix test mock return order\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/b6928203372a8571ff984c0c883ef3a1adfb0c06\"\u003e\u003ccode\u003eb692820\u003c/code\u003e\u003c/a\u003e PR feedback\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/60749128a44d25d3c520a489e576380cf00ff3f1\"\u003e\u003ccode\u003e6074912\u003c/code\u003e\u003c/a\u003e Rebuild dist bundles as ESM to match type:module\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/5a912e8b4af820fa082a0e75cfd2c782f8fbfe0e\"\u003e\u003ccode\u003e5a912e8\u003c/code\u003e\u003c/a\u003e Fix lint and jest issues\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/cache/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `softprops/action-gh-release` from 2 to 3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/softprops/action-gh-release/releases\"\u003esoftprops/action-gh-release's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.0.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e3.0.0\u003c/code\u003e is a major release that moves the action runtime from Node 20 to Node 24.\nUse \u003ccode\u003ev3\u003c/code\u003e on GitHub-hosted runners and self-hosted fleets that already support the\nNode 24 Actions runtime. If you still need the last Node 20-compatible line, stay on\n\u003ccode\u003ev2.6.2\u003c/code\u003e.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMove the action runtime and bundle target to Node 24\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@types/node\u003c/code\u003e to the Node 24 line and allow future Dependabot updates\u003c/li\u003e\n\u003cli\u003eKeep the floating major tag on \u003ccode\u003ev3\u003c/code\u003e; \u003ccode\u003ev2\u003c/code\u003e remains pinned to the latest \u003ccode\u003e2.x\u003c/code\u003e release\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.6.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump picomatch from 4.0.3 to 4.0.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/775\"\u003esoftprops/action-gh-release#775\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/777\"\u003esoftprops/action-gh-release#777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump vite from 8.0.0 to 8.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/781\"\u003esoftprops/action-gh-release#781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/softprops/action-gh-release/compare/v2...v2.6.2\"\u003ehttps://github.com/softprops/action-gh-release/compare/v2...v2.6.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.6.1\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e2.6.1\u003c/code\u003e is a patch release focused on restoring linked discussion thread creation when\n\u003ccode\u003ediscussion_category_name\u003c/code\u003e is set. It fixes \u003ccode\u003e[#764](https://github.com/softprops/action-gh-release/issues/764)\u003c/code\u003e, where the draft-first publish flow\nstopped carrying the discussion category through the final publish step.\u003c/p\u003e\n\u003cp\u003eIf you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBug fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix: preserve discussion category on publish by \u003ca href=\"https://github.com/chenrui333\"\u003e\u003ccode\u003e@​chenrui333\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/765\"\u003esoftprops/action-gh-release#765\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.6.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e2.6.0\u003c/code\u003e is a minor release centered on \u003ccode\u003eprevious_tag\u003c/code\u003e support for \u003ccode\u003egenerate_release_notes\u003c/code\u003e,\nwhich lets workflows pin GitHub's comparison base explicitly instead of relying on the default range.\nIt also includes the recent concurrent asset upload recovery fix, a \u003ccode\u003eworking_directory\u003c/code\u003e docs sync,\na checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where\nGitHub platform behavior imposes constraints on how prerelease asset uploads can be published.\u003c/p\u003e\n\u003cp\u003eIf you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md\"\u003esoftprops/action-gh-release's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e0.1.13\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix issue with multiple runs concatenating release bodies \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/145\"\u003e#145\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/3d0d9888cb7fd7b750713d6e236d1fcb99157228\"\u003e\u003ccode\u003e3d0d988\u003c/code\u003e\u003c/a\u003e release 3.0.2 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/818\"\u003e#818\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/7e13ed4ac596a4adf801d3812be5a089356949aa\"\u003e\u003ccode\u003e7e13ed4\u003c/code\u003e\u003c/a\u003e fix: clarify release creation 404 errors (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/817\"\u003e#817\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/e6c70a53cf67373fbff7eeebca7782b4fe8f106c\"\u003e\u003ccode\u003ee6c70a5\u003c/code\u003e\u003c/a\u003e fix: replace existing release assets on Gitea (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/816\"\u003e#816\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/f3453378888d5ef6208e2788af1c5ba50d8a898d\"\u003e\u003ccode\u003ef345337\u003c/code\u003e\u003c/a\u003e fix: publish existing draft releases as prereleases (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/801\"\u003e#801\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/d8a89a206684ded8435bf16d6f698bf04ab05164\"\u003e\u003ccode\u003ed8a89a2\u003c/code\u003e\u003c/a\u003e fix: upload small checksum assets reliably (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/815\"\u003e#815\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/45ece40c3178522904ac6c51c21d8a4e3565f3c8\"\u003e\u003ccode\u003e45ece40\u003c/code\u003e\u003c/a\u003e chore(deps): remove unused TypeScript tooling (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/814\"\u003e#814\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/f6b913c3f95302d88e8ef7cb2859c2e7656aa01e\"\u003e\u003ccode\u003ef6b913c\u003c/code\u003e\u003c/a\u003e feat: improve release error reporting and test coverage (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/813\"\u003e#813\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/15f193d7d8aa9623b5181913a31fafceb4e8cef9\"\u003e\u003ccode\u003e15f193d\u003c/code\u003e\u003c/a\u003e chore(deps): upgrade TypeScript to 7 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/812\"\u003e#812\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/cc8268d46a81d57ec9b061f27b0dd68ebd7fb17f\"\u003e\u003ccode\u003ecc8268d\u003c/code\u003e\u003c/a\u003e chore(deps): bump actions/checkout in the github-actions group (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/810\"\u003e#810\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/fd0ed1e85b6730f87f5c67d7355751c46ad513d6\"\u003e\u003ccode\u003efd0ed1e\u003c/code\u003e\u003c/a\u003e chore(deps): bump the npm group with 3 updates (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/811\"\u003e#811\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/softprops/action-gh-release/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually b...\n\n_Description has been truncated_","html_url":"https://github.com/chaitanya-92/Manager-s/pull/8","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaitanya-92%2FManager-s/issues/8","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/8/packages"}},{"old_version":"5.0.0","new_version":"6.2.0","update_type":"major","path":null,"pr_created_at":"2026-07-29T21:24:45.000Z","version_change":"5.0.0 → 6.2.0","issue":{"uuid":"5013712307","node_id":"PR_kwDOSQq6Wc74NY4E","number":250,"state":"closed","title":"build(deps): bump the actions-production-dependencies group across 1 directory with 14 updates","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-07-30T21:26:41.000Z","author_association":null,"state_reason":null,"created_at":"2026-07-29T21:24:45.000Z","updated_at":"2026-07-30T21:26:44.000Z","time_to_close":86516,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): bump","group_name":"actions-production-dependencies","update_count":14,"packages":[{"name":"actions/checkout","old_version":"6.0.1","new_version":"7.0.1","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-python","old_version":"6","new_version":"7","repository_url":"https://github.com/actions/setup-python"},{"name":"docker/login-action","old_version":"3","new_version":"4","repository_url":"https://github.com/docker/login-action"},{"name":"docker/setup-qemu-action","old_version":"3","new_version":"4","repository_url":"https://github.com/docker/setup-qemu-action"},{"name":"docker/setup-buildx-action","old_version":"3","new_version":"4","repository_url":"https://github.com/docker/setup-buildx-action"},{"name":"docker/build-push-action","old_version":"6.18.0","new_version":"7.3.0","repository_url":"https://github.com/docker/build-push-action"},{"name":"fossas/fossa-action","old_version":"1.7.0","new_version":"2.0.0","repository_url":"https://github.com/fossas/fossa-action"},{"name":"gradle/actions","old_version":"5.0.0","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"},{"name":"dorny/paths-filter","old_version":"3","new_version":"4","repository_url":"https://github.com/dorny/paths-filter"},{"name":"actions/github-script","old_version":"8","new_version":"9","repository_url":"https://github.com/actions/github-script"},{"name":"ossf/scorecard-action","old_version":"2.4.3","new_version":"2.4.4","repository_url":"https://github.com/ossf/scorecard-action"},{"name":"actions/upload-artifact","old_version":"6.0.0","new_version":"7.0.1","repository_url":"https://github.com/actions/upload-artifact"},{"name":"github/codeql-action/upload-sarif","old_version":"4.31.9","new_version":"4.37.3","repository_url":"https://github.com/github/codeql-action"},{"name":"actions/stale","old_version":"10","new_version":"11","repository_url":"https://github.com/actions/stale"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions-production-dependencies group with 14 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `7.0.1` |\n| [actions/setup-python](https://github.com/actions/setup-python) | `6` | `7` |\n| [docker/login-action](https://github.com/docker/login-action) | `3` | `4` |\n| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` |\n| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` |\n| [docker/build-push-action](https://github.com/docker/build-push-action) | `6.18.0` | `7.3.0` |\n| [fossas/fossa-action](https://github.com/fossas/fossa-action) | `1.7.0` | `2.0.0` |\n| [gradle/actions](https://github.com/gradle/actions) | `5.0.0` | `6.2.0` |\n| [dorny/paths-filter](https://github.com/dorny/paths-filter) | `3` | `4` |\n| [actions/github-script](https://github.com/actions/github-script) | `8` | `9` |\n| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.3` | `2.4.4` |\n| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6.0.0` | `7.0.1` |\n| [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.31.9` | `4.37.3` |\n| [actions/stale](https://github.com/actions/stale) | `10` | `11` |\n\n\nUpdates `actions/checkout` from 6.0.1 to 7.0.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eskip running unsafe pr check if input is default by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2518\"\u003eactions/checkout#2518\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003etrim only ascii whitespace for branch by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2521\"\u003eactions/checkout#2521\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape values passed to --unset by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2530\"\u003eactions/checkout#2530\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVarious dependency updates\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v7...v7.0.1\"\u003ehttps://github.com/actions/checkout/compare/v7...v7.0.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e[BREAKING]\u003c/strong\u003e backport \u003ccode\u003eallow-unsafe-pr-checkout\u003c/code\u003e to v6 by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2500\"\u003eactions/checkout#2500\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebackport fixes to releases-v6 by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2527\"\u003eactions/checkout#2527\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003ca href=\"https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/\"\u003ehttps://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/\u003c/a\u003e for more details about this breaking change\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v6.1.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v6.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/3d3c42e5aac5ba805825da76410c181273ba90b1\"\u003e\u003ccode\u003e3d3c42e\u003c/code\u003e\u003c/a\u003e prep v7.0.1 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2531\"\u003e#2531\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/28802689a136bfcdb721715abd713740beecbe07\"\u003e\u003ccode\u003e2880268\u003c/code\u003e\u003c/a\u003e escape values passed to --unset (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2530\"\u003e#2530\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/12cd2235efa0937479335606d7c3ac9f6c0973b1\"\u003e\u003ccode\u003e12cd223\u003c/code\u003e\u003c/a\u003e trim only ascii whitespace for branch (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2521\"\u003e#2521\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/62661c4e71a304b2823ed026347b8d34c3eac541\"\u003e\u003ccode\u003e62661c4\u003c/code\u003e\u003c/a\u003e skip running unsafe pr check if input is default (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2518\"\u003e#2518\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/e8d4307400f9427dba7cb98e488d6ab85f1cec5f\"\u003e\u003ccode\u003ee8d4307\u003c/code\u003e\u003c/a\u003e Bump the minor-actions-dependencies group with 2 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2499\"\u003e#2499\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/631c942040754b6e095e929c1677c07e10ed4f87\"\u003e\u003ccode\u003e631c942\u003c/code\u003e\u003c/a\u003e eslint 9 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2474\"\u003e#2474\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/4f1f4aec02e41874fa0262ea8ff5172d7978ad1e\"\u003e\u003ccode\u003e4f1f4ae\u003c/code\u003e\u003c/a\u003e Bump actions/upload-artifact from 4 to 7 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2476\"\u003e#2476\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/ba097532fb203f7e88c9c3c0b899b49469908a92\"\u003e\u003ccode\u003eba09753\u003c/code\u003e\u003c/a\u003e Bump actions/checkout from 6 to 7 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2488\"\u003e#2488\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/b9e0990d219a03df7633c93f6f005a8fecbcab22\"\u003e\u003ccode\u003eb9e0990\u003c/code\u003e\u003c/a\u003e Bump docker/login-action from 3.3.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2479\"\u003e#2479\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/e8cb398be4a550817e382abf69e4c12c76fce1f2\"\u003e\u003ccode\u003ee8cb398\u003c/code\u003e\u003c/a\u003e Bump docker/build-push-action from 6.5.0 to 7.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2478\"\u003e#2478\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v7.0.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-python` from 6 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-python/releases\"\u003eactions/setup-python's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancements\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMigrate to ESM and upgrade dependencies by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1330\"\u003eactions/setup-python#1330\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePin SHA commits and update docs with latest versions by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1338\"\u003eactions/setup-python#1338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove the pip-install input by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1336\"\u003eactions/setup-python#1336\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix to Classify stderr warning messages as warnings instead of errors in annotations by \u003ca href=\"https://github.com/lmvysakh\"\u003e\u003ccode\u003e@​lmvysakh\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1335\"\u003eactions/setup-python#1335\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eValidate and retry manifest fetch to prevent silent failures by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1332\"\u003eactions/setup-python#1332\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency Upgrade\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump certifi from 2020.6.20 to 2024.7.4 in /\u003cstrong\u003etests\u003c/strong\u003e/data by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1328\"\u003eactions/setup-python#1328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove EOL Python versions and Bumps numpy text fixture by \u003ca href=\"https://github.com/priya-kinthali\"\u003e\u003ccode\u003e@​priya-kinthali\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1333\"\u003eactions/setup-python#1333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/cache\u003c/code\u003e to 6.2.0 by \u003ca href=\"https://github.com/philip-gai\"\u003e\u003ccode\u003e@​philip-gai\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1337\"\u003eactions/setup-python#1337\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lmvysakh\"\u003e\u003ccode\u003e@​lmvysakh\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1335\"\u003eactions/setup-python#1335\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/philip-gai\"\u003e\u003ccode\u003e@​philip-gai\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1337\"\u003eactions/setup-python#1337\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-python/compare/v6...v7.0.0\"\u003ehttps://github.com/actions/setup-python/compare/v6...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancement\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd RHEL support and include Linux distro in cache keys by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1323\"\u003eactions/setup-python#1323\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix pip cache error handling on Windows by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1040\"\u003eactions/setup-python#1040\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency update\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade minimatch from 3.1.2 to 3.1.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1281\"\u003eactions/setup-python#1281\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade actions dependencies by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e with \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1303\"\u003eactions/setup-python#1303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/cache\u003c/code\u003e to 5.1.0, log cache write denied by \u003ca href=\"https://github.com/jasongin\"\u003e\u003ccode\u003e@​jasongin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1324\"\u003eactions/setup-python#1324\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade dependency versions and test workflow configuration by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1322\"\u003eactions/setup-python#1322\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate advanced-usage.md by \u003ca href=\"https://github.com/Dunky-Z\"\u003e\u003ccode\u003e@​Dunky-Z\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/811\"\u003eactions/setup-python#811\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e with \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1303\"\u003eactions/setup-python#1303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jasongin\"\u003e\u003ccode\u003e@​jasongin\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1324\"\u003eactions/setup-python#1324\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Dunky-Z\"\u003e\u003ccode\u003e@​Dunky-Z\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/811\"\u003eactions/setup-python#811\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0\"\u003ehttps://github.com/actions/setup-python/compare/v6.2.0...v6.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDependency Upgrades\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade dependencies to Node 24 compatible versions by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-python/pull/1259\"\u003eactions/setup-python#1259\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/5fda3b95a4ea91299a34e894583c3862153e4b97\"\u003e\u003ccode\u003e5fda3b9\u003c/code\u003e\u003c/a\u003e Pin SHA commits and update docs with latest versions (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1338\"\u003e#1338\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/4ab7e95f05e168b4356aebde89dd84f59c283d8e\"\u003e\u003ccode\u003e4ab7e95\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1337\"\u003e#1337\u003c/a\u003e from actions/philip-gai/bump-actions-cache-6-2-0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/0f3a009f475dbea83c0371cd85d099690fee8c5c\"\u003e\u003ccode\u003e0f3a009\u003c/code\u003e\u003c/a\u003e Remove the pip-install input (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1336\"\u003e#1336\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/f8cf4291c8b8e273ddd26e569454615c7315d932\"\u003e\u003ccode\u003ef8cf429\u003c/code\u003e\u003c/a\u003e Migrate to ESM and upgrade dependencies (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1330\"\u003e#1330\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/54baeea5b34417d10a7479663a23cca53ea209b5\"\u003e\u003ccode\u003e54baeea\u003c/code\u003e\u003c/a\u003e Validate and retry manifest fetch to prevent silent failures (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1332\"\u003e#1332\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/c7092773a316760f4ecfe498e4af668a4dafeac5\"\u003e\u003ccode\u003ec709277\u003c/code\u003e\u003c/a\u003e Annotation code fix (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1335\"\u003e#1335\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/6849080452e69b330395e8a6d23cf90f56d76a1a\"\u003e\u003ccode\u003e6849080\u003c/code\u003e\u003c/a\u003e remove EOL Python versions and Bumps numpy text fixture (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1333\"\u003e#1333\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-python/commit/0903b469fbf4441aadfe4f4b249dc5b1fba3a73e\"\u003e\u003ccode\u003e0903b46\u003c/code\u003e\u003c/a\u003e Bump certifi from 2020.6.20 to 2024.7.4 in /\u003cstrong\u003etests\u003c/strong\u003e/data (\u003ca href=\"https://redirect.github.com/actions/setup-python/issues/1328\"\u003e#1328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/setup-python/compare/v6...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/login-action` from 3 to 4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/login-action/releases\"\u003edocker/login-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode 24 as default runtime (requires \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eActions Runner v2.327.1\u003c/a\u003e or later) by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/929\"\u003edocker/login-action#929\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch to ESM and update config/test wiring by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/927\"\u003edocker/login-action#927\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.11.1 to 3.0.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/919\"\u003edocker/login-action#919\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr\u003c/code\u003e from 3.890.0 to 3.1000.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/909\"\u003edocker/login-action#909\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/920\"\u003edocker/login-action#920\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr-public\u003c/code\u003e from 3.890.0 to 3.1000.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/909\"\u003edocker/login-action#909\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/920\"\u003edocker/login-action#920\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.63.0 to 0.77.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/910\"\u003edocker/login-action#910\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/928\"\u003edocker/login-action#928\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​isaacs/brace-expansion\u003c/code\u003e from 5.0.0 to 5.0.1 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/921\"\u003edocker/login-action#921\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.1.1 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/901\"\u003edocker/login-action#901\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/login-action/compare/v3.7.0...v4.0.0\"\u003ehttps://github.com/docker/login-action/compare/v3.7.0...v4.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.7.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003escope\u003c/code\u003e input to set scopes for the authentication token by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/912\"\u003edocker/login-action#912\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd support for AWS European Sovereign Cloud ECR by \u003ca href=\"https://github.com/dphi\"\u003e\u003ccode\u003e@​dphi\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/914\"\u003edocker/login-action#914\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEnsure passwords are redacted with \u003ccode\u003eregistry-auth\u003c/code\u003e input by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/911\"\u003edocker/login-action#911\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump lodash from 4.17.21 to 4.17.23 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/915\"\u003edocker/login-action#915\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/login-action/compare/v3.6.0...v3.7.0\"\u003ehttps://github.com/docker/login-action/compare/v3.6.0...v3.7.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.6.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003eregistry-auth\u003c/code\u003e input for raw authentication to registries by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/887\"\u003edocker/login-action#887\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr\u003c/code\u003e to 3.890.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/882\"\u003edocker/login-action#882\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/890\"\u003edocker/login-action#890\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr-public\u003c/code\u003e to 3.890.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/882\"\u003edocker/login-action#882\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/890\"\u003edocker/login-action#890\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.62.1 to 0.63.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/883\"\u003edocker/login-action#883\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.11 to 1.1.12 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/880\"\u003edocker/login-action#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 5.28.4 to 5.29.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/879\"\u003edocker/login-action#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump tmp from 0.2.3 to 0.2.4 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/881\"\u003edocker/login-action#881\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/login-action/compare/v3.5.0...v3.6.0\"\u003ehttps://github.com/docker/login-action/compare/v3.5.0...v3.6.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.5.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport dual-stack endpoints for AWS ECR by \u003ca href=\"https://github.com/Spacefish\"\u003e\u003ccode\u003e@​Spacefish\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/874\"\u003edocker/login-action#874\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/876\"\u003edocker/login-action#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr\u003c/code\u003e to 3.859.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/860\"\u003edocker/login-action#860\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/878\"\u003edocker/login-action#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr-public\u003c/code\u003e to 3.859.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/860\"\u003edocker/login-action#860\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/878\"\u003edocker/login-action#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.57.0 to 0.62.1 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/870\"\u003edocker/login-action#870\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump form-data from 2.5.1 to 2.5.5 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/875\"\u003edocker/login-action#875\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/login-action/compare/v3.4.0...v3.5.0\"\u003ehttps://github.com/docker/login-action/compare/v3.4.0...v3.5.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.4.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.10.1 to 1.11.1 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/791\"\u003edocker/login-action#791\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr\u003c/code\u003e to 3.766.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/789\"\u003edocker/login-action#789\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/856\"\u003edocker/login-action#856\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​aws-sdk/client-ecr-public\u003c/code\u003e to 3.758.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/789\"\u003edocker/login-action#789\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/856\"\u003edocker/login-action#856\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.35.0 to 0.57.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/801\"\u003edocker/login-action#801\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/806\"\u003edocker/login-action#806\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/login-action/pull/858\"\u003edocker/login-action#858\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump cross-spawn from 7.0.3 to 7.0.6 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/814\"\u003edocker/login-action#814\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump https-proxy-agent from 7.0.5 to 7.0.6 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/823\"\u003edocker/login-action#823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump path-to-regexp from 6.2.2 to 6.3.0 in \u003ca href=\"https://redirect.github.com/docker/login-action/pull/777\"\u003edocker/login-action#777\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/login-action/compare/v3.3.0...v3.4.0\"\u003ehttps://github.com/docker/login-action/compare/v3.3.0...v3.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/dbcb813823bdd20940b903addbd779551569679f\"\u003e\u003ccode\u003edbcb813\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/login-action/issues/1051\"\u003e#1051\u003c/a\u003e from docker/dependabot/npm_and_yarn/aws-sdk-dependen...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/5bcb015ee6ec720ecdeaef2dc1164122e9b209fc\"\u003e\u003ccode\u003e5bcb015\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/b30b2f2d3196c1714318ba0c3c3bec211d949752\"\u003e\u003ccode\u003eb30b2f2\u003c/code\u003e\u003c/a\u003e build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/9087f1e6d666fe0292409e3c819680c18526e108\"\u003e\u003ccode\u003e9087f1e\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/login-action/issues/1057\"\u003e#1057\u003c/a\u003e from docker/dependabot/npm_and_yarn/js-yaml-5.2.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/0009830ea169ca16c24c0ea4cac1c325bfa3aee4\"\u003e\u003ccode\u003e0009830\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/23255232d3e43c8f0052d9a0dba82a515a88ce92\"\u003e\u003ccode\u003e2325523\u003c/code\u003e\u003c/a\u003e build(deps): bump js-yaml from 5.2.1 to 5.2.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/4ec1d4a769e8b05a89a7396551dc38b329211688\"\u003e\u003ccode\u003e4ec1d4a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/login-action/issues/1056\"\u003e#1056\u003c/a\u003e from docker/dependabot/npm_and_yarn/postcss-8.5.22\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/5fc99ba47bca274c5a499688f71c7ea79c0ea1b3\"\u003e\u003ccode\u003e5fc99ba\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/login-action/issues/1053\"\u003e#1053\u003c/a\u003e from docker/dependabot/github_actions/aws-actions/co...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/e512bd59d16c53d79ea5c0f0e345fe554453c4bb\"\u003e\u003ccode\u003ee512bd5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/login-action/issues/1052\"\u003e#1052\u003c/a\u003e from docker/dependabot/github_actions/codeql-actions...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/login-action/commit/a146c91b8f371700d323bae808af7cbdc2766ed5\"\u003e\u003ccode\u003ea146c91\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/login-action/issues/1059\"\u003e#1059\u003c/a\u003e from crazy-max/harden-buildx-scope-paths\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/docker/login-action/compare/v3...v4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/setup-qemu-action` from 3 to 4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/setup-qemu-action/releases\"\u003edocker/setup-qemu-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode 24 as default runtime (requires \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eActions Runner v2.327.1\u003c/a\u003e or later) by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/245\"\u003edocker/setup-qemu-action#245\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch to ESM and update config/test wiring by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/241\"\u003edocker/setup-qemu-action#241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.11.1 to 3.0.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/244\"\u003edocker/setup-qemu-action#244\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.67.0 to 0.77.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/243\"\u003edocker/setup-qemu-action#243\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​isaacs/brace-expansion\u003c/code\u003e from 5.0.0 to 5.0.1 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/240\"\u003edocker/setup-qemu-action#240\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 3.14.1 to 3.14.2 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/231\"\u003edocker/setup-qemu-action#231\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.21 to 4.17.23 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/238\"\u003edocker/setup-qemu-action#238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.7.0...v4.0.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.7.0...v4.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.7.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.56.0 to 0.67.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/217\"\u003edocker/setup-qemu-action#217\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/230\"\u003edocker/setup-qemu-action#230\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.11 to 1.1.12 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/220\"\u003edocker/setup-qemu-action#220\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump form-data from 2.5.1 to 2.5.5 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/218\"\u003edocker/setup-qemu-action#218\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump tmp from 0.2.3 to 0.2.4 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/221\"\u003edocker/setup-qemu-action#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 5.28.4 to 5.29.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/219\"\u003edocker/setup-qemu-action#219\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.6.0...v3.7.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.6.0...v3.7.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.6.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDisplay binfmt version by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/202\"\u003edocker/setup-qemu-action#202\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.5.0...v3.6.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.5.0...v3.6.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.5.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.54.0 to 0.56.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/205\"\u003edocker/setup-qemu-action#205\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.4.0...v3.5.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.4.0...v3.5.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.4.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.49.0 to 0.54.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/193\"\u003edocker/setup-qemu-action#193\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/197\"\u003edocker/setup-qemu-action#197\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.3.0...v3.4.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.3.0...v3.4.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003ecache-image\u003c/code\u003e input to enable/disable caching of binfmt image by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/130\"\u003edocker/setup-qemu-action#130\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.10.1 to 1.11.1 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/172\"\u003edocker/setup-qemu-action#172\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.35.0 to 0.49.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/187\"\u003edocker/setup-qemu-action#187\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump cross-spawn from 7.0.3 to 7.0.6 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/182\"\u003edocker/setup-qemu-action#182\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump path-to-regexp from 6.2.2 to 6.3.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/162\"\u003edocker/setup-qemu-action#162\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.3.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.2.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.31.0 to 0.35.0 in \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/154\"\u003edocker/setup-qemu-action#154\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/pull/155\"\u003edocker/setup-qemu-action#155\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3.1.0...v3.2.0\"\u003ehttps://github.com/docker/setup-qemu-action/compare/v3.1.0...v3.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.1.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/96fe6ef7f33517b61c61be40b68a1882f3264fb8\"\u003e\u003ccode\u003e96fe6ef\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/issues/315\"\u003e#315\u003c/a\u003e from docker/dependabot/npm_and_yarn/docker/actions-to...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/31f08d3fc9186dbe4b4550696f2e32e9aa7f9465\"\u003e\u003ccode\u003e31f08d3\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/4e7017a474d2cf3912bb0437f7fafec6d5fb6c52\"\u003e\u003ccode\u003e4e7017a\u003c/code\u003e\u003c/a\u003e build(deps): bump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.91.0 to 0.92.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/0eca235293ca1939b58c082f69bdc981ccce8c94\"\u003e\u003ccode\u003e0eca235\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/issues/314\"\u003e#314\u003c/a\u003e from crazy-max/fix-yarn-preapprove-actions-toolkit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/ea66a4130b037e7961e14a0e5b155836e797cced\"\u003e\u003ccode\u003eea66a41\u003c/code\u003e\u003c/a\u003e chore: allow actions-toolkit to bypass yarn age gate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/451542b03ae7946b7082a398b11c8c315a0e4e80\"\u003e\u003ccode\u003e451542b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/issues/308\"\u003e#308\u003c/a\u003e from docker/dependabot/npm_and_yarn/undici-6.27.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/532ae0057542ec2102e2d19e9feccf85f1f69013\"\u003e\u003ccode\u003e532ae00\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/b6f5af659afad3f9931b782668dee4595ae7e841\"\u003e\u003ccode\u003eb6f5af6\u003c/code\u003e\u003c/a\u003e build(deps): bump undici from 6.26.0 to 6.27.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/cf96b86294b57480ac6d330bd177fca87eac95bc\"\u003e\u003ccode\u003ecf96b86\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-qemu-action/issues/304\"\u003e#304\u003c/a\u003e from docker/dependabot/npm_and_yarn/tmp-0.2.7\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-qemu-action/commit/f0ba643f78dc96bc931fb83e5dadc39628e10047\"\u003e\u003ccode\u003ef0ba643\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/docker/setup-qemu-action/compare/v3...v4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/setup-buildx-action` from 3 to 4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/setup-buildx-action/releases\"\u003edocker/setup-buildx-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode 24 as default runtime (requires \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eActions Runner v2.327.1\u003c/a\u003e or later) by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/483\"\u003edocker/setup-buildx-action#483\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove deprecated inputs/outputs by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/464\"\u003edocker/setup-buildx-action#464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch to ESM and update config/test wiring by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/481\"\u003edocker/setup-buildx-action#481\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.11.1 to 3.0.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/475\"\u003edocker/setup-buildx-action#475\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.63.0 to 0.79.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/482\"\u003edocker/setup-buildx-action#482\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/485\"\u003edocker/setup-buildx-action#485\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.1.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/452\"\u003edocker/setup-buildx-action#452\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.21 to 4.17.23 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/472\"\u003edocker/setup-buildx-action#472\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/480\"\u003edocker/setup-buildx-action#480\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.12.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeprecate \u003ccode\u003einstall\u003c/code\u003e input by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/455\"\u003edocker/setup-buildx-action#455\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.62.1 to 0.63.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/434\"\u003edocker/setup-buildx-action#434\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.11 to 1.1.12 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/436\"\u003edocker/setup-buildx-action#436\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump form-data from 2.5.1 to 2.5.5 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/432\"\u003edocker/setup-buildx-action#432\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 5.28.4 to 5.29.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/435\"\u003edocker/setup-buildx-action#435\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.11.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix \u003ccode\u003ekeep-state\u003c/code\u003e not being respected by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/429\"\u003edocker/setup-buildx-action#429\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eKeep BuildKit state support by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/427\"\u003edocker/setup-buildx-action#427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove aliases created when installing by default by \u003ca href=\"https://github.com/hashhar\"\u003e\u003ccode\u003e@​hashhar\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/139\"\u003edocker/setup-buildx-action#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.56.0 to 0.62.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/422\"\u003edocker/setup-buildx-action#422\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/425\"\u003edocker/setup-buildx-action#425\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.54.0 to 0.56.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/408\"\u003edocker/setup-buildx-action#408\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.9.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.48.0 to 0.54.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/402\"\u003edocker/setup-buildx-action#402\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/404\"\u003edocker/setup-buildx-action#404\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.8.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMake cloud prefix optional to download buildx if driver is cloud by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/390\"\u003edocker/setup-buildx-action#390\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.10.1 to 1.11.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/370\"\u003edocker/setup-buildx-action#370\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.39.0 to 0.48.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/389\"\u003edocker/setup-buildx-action#389\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump cross-spawn from 7.0.3 to 7.0.6 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/382\"\u003edocker/setup-buildx-action#382\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c\"\u003e\u003ccode\u003ebb05f3f\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/580\"\u003e#580\u003c/a\u003e from docker/dependabot/npm_and_yarn/docker/actions-to...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/321c814cb51fbe4af8eca00249525cc0973ea66f\"\u003e\u003ccode\u003e321c814\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/b9a36ef79ba42cfc611885a1e8c388fbf8b8cb3f\"\u003e\u003ccode\u003eb9a36ef\u003c/code\u003e\u003c/a\u003e build(deps): bump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.91.0 to 0.92.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/ebeab241289497cd564ac98b3cfc9e64607bb276\"\u003e\u003ccode\u003eebeab24\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/570\"\u003e#570\u003c/a\u003e from docker/dependabot/npm_and_yarn/undici-6.27.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/5c7b8ae78cec97a3215d4d86679b1d072eaa80cb\"\u003e\u003ccode\u003e5c7b8ae\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/037e618cd98e95e81525b15ff0e9c96f507e6a0e\"\u003e\u003ccode\u003e037e618\u003c/code\u003e\u003c/a\u003e build(deps): bump undici from 6.25.0 to 6.27.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/66080e5802281ec2e72b7f3108915643e702db85\"\u003e\u003ccode\u003e66080e5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/577\"\u003e#577\u003c/a\u003e from docker/dependabot/npm_and_yarn/sigstore-4.1.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/409aef0aa3f48f0a742e7dec4e0e04ab19afe93c\"\u003e\u003ccode\u003e409aef0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/562\"\u003e#562\u003c/a\u003e from docker/dependabot/npm_and_yarn/js-yaml-4.2.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/49c6e42949280fa0d70fb327633591be54efbfb6\"\u003e\u003ccode\u003e49c6e42\u003c/code\u003e\u003c/a\u003e build(deps): bump sigstore from 4.1.0 to 4.1.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/2211273e8121ecf9ecb7d6c7c0fcd55526d530c7\"\u003e\u003ccode\u003e2211273\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3...v4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/build-push-action` from 6.18.0 to 7.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/build-push-action/releases\"\u003edocker/build-push-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePreserve names in esbuild bundle by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1567\"\u003edocker/build-push-action#1567\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.90.0 to 0.92.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1545\"\u003edocker/build-push-action#1545\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1572\"\u003edocker/build-push-action#1572\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​sigstore/core\u003c/code\u003e from 3.1.0 to 3.2.1 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1568\"\u003edocker/build-push-action#1568\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.1 to 4.3.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1566\"\u003edocker/build-push-action#1566\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump tmp from 0.2.5 to 0.2.7 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1547\"\u003edocker/build-push-action#1547\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 6.24.1 to 6.27.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1564\"\u003edocker/build-push-action#1564\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump vite from 7.3.2 to 7.3.6 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1563\"\u003edocker/build-push-action#1563\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/build-push-action/compare/v7.2.0...v7.3.0\"\u003ehttps://github.com/docker/build-push-action/compare/v7.2.0...v7.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev7.2.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 3.0.0 to 3.0.1 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1525\"\u003edocker/build-push-action#1525\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.87.0 to 0.90.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1517\"\u003edocker/build-push-action#1517\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 2.0.2 to 5.0.6 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1534\"\u003edocker/build-push-action#1534\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump fast-xml-builder from 1.1.4 to 1.2.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1529\"\u003edocker/build-push-action#1529\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump fast-xml-parser from 5.5.7 to 5.8.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1521\"\u003edocker/build-push-action#1521\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump postcss from 8.5.6 to 8.5.10 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1526\"\u003edocker/build-push-action#1526\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump tar from 6.2.1 to 7.5.15 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1533\"\u003edocker/build-push-action#1533\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/build-push-action/compare/v7.1.0...v7.2.0\"\u003ehttps://github.com/docker/build-push-action/compare/v7.1.0...v7.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev7.1.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eGit context \u003ca href=\"https://docs.docker.com/build/concepts/context/#url-queries\"\u003equery format\u003c/a\u003e support by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1505\"\u003edocker/build-push-action#1505\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.79.0 to 0.87.0 by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1505\"\u003edocker/build-push-action#1505\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.12 to 1.1.13 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1500\"\u003edocker/build-push-action#1500\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump fast-xml-parser from 5.4.2 to 5.5.7 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1489\"\u003edocker/build-push-action#1489\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.3 to 3.4.2 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1491\"\u003edocker/build-push-action#1491\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump glob from 10.3.12 to 10.5.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1490\"\u003edocker/build-push-action#1490\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump handlebars from 4.7.8 to 4.7.9 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1497\"\u003edocker/build-push-action#1497\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.23 to 4.18.1 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1510\"\u003edocker/build-push-action#1510\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch from 4.0.3 to 4.0.4 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1496\"\u003edocker/build-push-action#1496\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 6.23.0 to 6.24.1 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1486\"\u003edocker/build-push-action#1486\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump vite from 7.3.1 to 7.3.2 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1509\"\u003edocker/build-push-action#1509\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0\"\u003ehttps://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode 24 as default runtime (requires \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eActions Runner v2.327.1\u003c/a\u003e or later) by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1470\"\u003edocker/build-push-action#1470\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove deprecated \u003ccode\u003eDOCKER_BUILD_NO_SUMMARY\u003c/code\u003e and \u003ccode\u003eDOCKER_BUILD_EXPORT_RETENTION_DAYS\u003c/code\u003e envs by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1473\"\u003edocker/build-push-action#1473\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove legacy export-build tool support for build summary by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1474\"\u003edocker/build-push-action#1474\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch to ESM and update config/test wiring by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1466\"\u003edocker/build-push-action#1466\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.11.1 to 3.0.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1454\"\u003edocker/build-push-action#1454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.62.1 to 0.79.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1453\"\u003edocker/build-push-action#1453\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1472\"\u003edocker/build-push-action#1472\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1479\"\u003edocker/build-push-action#1479\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1463\"\u003edocker/build-push-action#1463\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/build-push-action/compare/v6.19.2...v7.0.0\"\u003ehttps://github.com/docker/build-push-action/compare/v6.19.2...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.19.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePreserve port in \u003ccode\u003eGIT_AUTH_TOKEN\u003c/code\u003e host by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1458\"\u003edocker/build-push-action#1458\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/53b7df96c91f9c12dcc8a07bcb9ccacbed38856a\"\u003e\u003ccode\u003e53b7df9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1572\"\u003e#1572\u003c/a\u003e from docker/dependabot/npm_and_yarn/docker/actions-t...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/154298c1ca89be1c0e019084f0611ddca621aafc\"\u003e\u003ccode\u003e154298c\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/cb1238b9c9eb453d106b4e4142a5bd9cde710040\"\u003e\u003ccode\u003ecb1238b\u003c/code\u003e\u003c/a\u003e chore(deps): Bump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.91.0 to 0.92.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/24f845d5cbe75d2d350a984fd0e18cb7a3f29c1c\"\u003e\u003ccode\u003e24f845d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1566\"\u003e#1566\u003c/a\u003e from docker/dependabot/npm_and_yarn/js-yaml-4.2.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/9c6973007b52c322651c38915d5e8824cea95c50\"\u003e\u003ccode\u003e9c69730\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/bc3a3a5f72a6dca16c2c2468d1dfc55ee66d2193\"\u003e\u003ccode\u003ebc3a3a5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1574\"\u003e#1574\u003c/a\u003e from docker/dependabot/github_actions/aws-actions/co...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/a82c504a2387bb8bedc50072f9c554ae2a7dab5d\"\u003e\u003ccode\u003ea82c504\u003c/code\u003e\u003c/a\u003e chore(deps): Bump js-yaml from 4.1.1 to 4.3.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/0285a75190c039d6dac52b7711abcef3f5d8f6f6\"\u003e\u003ccode\u003e0285a75\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1573\"\u003e#1573\u003c/a\u003e from docker/dependabot/github_actions/actions/cache-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/c6ad2a3f9644680619de938b97c8a10a87b2a88d\"\u003e\u003ccode\u003ec6ad2a3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1575\"\u003e#1575\u003c/a\u003e from docker/dependabot/github_actions/actions/checko...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/d37484fb9737c5442a257e2f0ae5a8d756ed7d92\"\u003e\u003ccode\u003ed37484f\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1564\"\u003e#1564\u003c/a\u003e from docker/dependabot/npm_and_yarn/undici-6.27.0\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/docker/build-push-action/compare/v6.18.0...v7.3.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `fossas/fossa-action` from 1.7.0 to 2.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/fossas/fossa-action/releases\"\u003efossas/fossa-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.0.0\u003c/h2\u003e\n\u003ch2\u003eBreaking change: Node 24 runtime\u003c/h2\u003e\n\u003cp\u003eThis action now runs on the \u003cstrong\u003eNode 24\u003c/strong\u003e GitHub Actions runtime (previously Node 20), via \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/277\"\u003e#277\u003c/a\u003e.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eGitHub-hosted runners:\u003c/strong\u003e no action needed.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eSelf-hosted runners:\u003c/strong\u003e you must be on a runner version that bundles the Node 24 runtime. Update your runner if you pin \u003ccode\u003efossas/fossa-action@v2\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThe \u003ccode\u003e@v1\u003c/code\u003e line is unchanged and stays on Node 20, so existing \u003ccode\u003e@v1\u003c/code\u003e users are not affected until they opt into \u003ccode\u003e@v2\u003c/code\u003e. \u003cstrong\u003e\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/277\"\u003e#277\u003c/a\u003e is the only change that touches the action's runtime code (\u003ccode\u003edist/\u003c/code\u003e)\u003c/strong\u003e — everything else below is CI or dev-tooling only.\u003c/p\u003e\n\u003ch2\u003eEverything in v1.9.0 → v2.0.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eAction runtime\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade to Node.js 24 and Yarn 4 (Corepack, \u003ccode\u003epackageManager: yarn@4.13.0\u003c/code\u003e, \u003ccode\u003eengines.node \u0026gt;= 24.0.0\u003c/code\u003e) — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/277\"\u003e#277\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCI / repo tooling\u003c/strong\u003e (no effect on consumers)\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eFix the repo's \u003ccode\u003efossa test --diff\u003c/code\u003e CI step to work with push events (first push to a new branch falls back to diffing the default branch) — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/278\"\u003e#278\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake dependabot ignore major-version bumps of \u003ccode\u003e@types/node\u003c/code\u003e — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/291\"\u003e#291\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDev-dependency bumps\u003c/strong\u003e (no effect on consumers)\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eeslint 9.39.4 → 10.2.0 → 10.2.1 — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/288\"\u003e#288\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/297\"\u003e#297\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e 8.58.0 → 8.58.2 — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/290\"\u003e#290\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/295\"\u003e#295\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003e@​types/node\u003c/code\u003e 24.12.0 → 24.12.2 — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/293\"\u003e#293\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eglobals 17.4.0 → 17.5.0 — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/294\"\u003e#294\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003e@​eslint/compat\u003c/code\u003e 2.0.3 → 2.0.4 — \u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/287\"\u003e#287\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull changelog:\u003c/strong\u003e \u003ca href=\"https://github.com/fossas/fossa-action/compare/v1.9.0...v2.0.0\"\u003ehttps://github.com/fossas/fossa-action/compare/v1.9.0...v2.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.9.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump actions/checkout from 5 to 6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/245\"\u003efossas/fossa-action#245\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e from 3.0.1 to 4.0.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/267\"\u003efossas/fossa-action#267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 6.23.0 to 6.24.1 by \u003ca href=\"https://github.com/spatten\"\u003e\u003ccode\u003e@​spatten\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/275\"\u003efossas/fossa-action#275\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd CI workflow to auto-rebuild dist by \u003ca href=\"https://github.com/spatten\"\u003e\u003ccode\u003e@​spatten\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/276\"\u003efossas/fossa-action#276\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/upload-artifact from 4 to 7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/272\"\u003efossas/fossa-action#272\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd CodeRabbit configuration by \u003ca href=\"https://github.com/chad-fossa\"\u003e\u003ccode\u003e@​chad-fossa\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/271\"\u003efossas/fossa-action#271\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.2.0 to 25.2.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/269\"\u003efossas/fossa-action#269\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/chad-fossa\"\u003e\u003ccode\u003e@​chad-fossa\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/fossas/fossa-action/pull/271\"\u003efossas/fossa-action#271\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/fossas/fossa-action/compare/v1.8.0...v1.9.0\"\u003ehttps://github.com/fossas/fossa-action/compare/v1.8.0...v1.9.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.0\u003c/h2\u003e\n\u003cp\u003eNo release notes provided.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/29693cc50323968e039056be419b32989fc5880c\"\u003e\u003ccode\u003e29693cc\u003c/code\u003e\u003c/a\u003e Bump eslint from 10.2.0 to 10.2.1 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/297\"\u003e#297\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/4edee7200124554c5a36ed2cc009f120ab8880c1\"\u003e\u003ccode\u003e4edee72\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.58.1 to 8.58.2 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/295\"\u003e#295\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/5ebf75c3bfee573a3a03322df3d4e107253a7a1d\"\u003e\u003ccode\u003e5ebf75c\u003c/code\u003e\u003c/a\u003e Bump globals from 17.4.0 to 17.5.0 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/294\"\u003e#294\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/c765e946260ced0b9191d1e4e75ed21a863038f1\"\u003e\u003ccode\u003ec765e94\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.12.0 to 24.12.2 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/293\"\u003e#293\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/e23f415066a7dc339b434e96fdf7d3bc6cffd50a\"\u003e\u003ccode\u003ee23f415\u003c/code\u003e\u003c/a\u003e Make dependabot ignore major version upgrades to \u003ccode\u003e@​types/node\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/291\"\u003e#291\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/b36611c58c0499920db6229b1ba91e69ad961c9b\"\u003e\u003ccode\u003eb36611c\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.58.0 to 8.58.1 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/290\"\u003e#290\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/255120c19d9a8da9c9dce88e29dbd99e5dd08bad\"\u003e\u003ccode\u003e255120c\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​eslint/compat\u003c/code\u003e from 2.0.3 to 2.0.4 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/287\"\u003e#287\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/b5287b2c927d4ef9aec55284a0dfbfcad8269383\"\u003e\u003ccode\u003eb5287b2\u003c/code\u003e\u003c/a\u003e Bump eslint from 9.39.4 to 10.2.0 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/288\"\u003e#288\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/fd9df067696f64a32aa527903ca709cd147cbb0d\"\u003e\u003ccode\u003efd9df06\u003c/code\u003e\u003c/a\u003e Fix FOSSA test --diff step to work with push events (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/278\"\u003e#278\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fossas/fossa-action/commit/fca84c84570b3a3e9194f540c7e2c415dbc57323\"\u003e\u003ccode\u003efca84c8\u003c/code\u003e\u003c/a\u003e Upgrade to Node.js 24 and Yarn 4 (\u003ca href=\"https://redirect.github.com/fossas/fossa-action/issues/277\"\u003e#277\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/fossas/fossa-action/compare/3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac...29693cc50323968e039056be419b32989fc5880c\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/act...\n\n_Description has been truncated_","html_url":"https://github.com/coralogix-se/opentelemetry-demo/pull/250","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/coralogix-se%2Fopentelemetry-demo/issues/250","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/250/packages"}},{"old_version":"3","new_version":"6","update_type":null,"path":null,"pr_created_at":"2026-07-17T11:39:39.000Z","version_change":"3 → 6","issue":{"uuid":"4910950266","node_id":"PR_kwDOD22fCc7y9Vkt","number":47,"state":"open","title":"Bump the github-actions group with 9 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-07-17T11:39:39.000Z","updated_at":"2026-07-17T11:39:40.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"github-actions","update_count":9,"packages":[{"name":"actions/checkout","old_version":"3","new_version":"7","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"4","new_version":"5","repository_url":"https://github.com/actions/setup-java"},{"name":"pnpm/action-setup","old_version":"4","new_version":"6","repository_url":"https://github.com/pnpm/action-setup"},{"name":"actions/setup-node","old_version":"4","new_version":"7","repository_url":"https://github.com/actions/setup-node"},{"name":"gradle/actions","old_version":"3","new_version":"6","repository_url":"https://github.com/gradle/actions"},{"name":"advanced-security/maven-dependency-submission-action","old_version":"4.0.0","new_version":"5.0.0","repository_url":"https://github.com/advanced-security/maven-dependency-submission-action"},{"name":"navikt/pam-deploy","old_version":"2","new_version":"9","repository_url":"https://github.com/navikt/pam-deploy"},{"name":"docker/setup-buildx-action","old_version":"3","new_version":"4","repository_url":"https://github.com/docker/setup-buildx-action"},{"name":"actions/cache","old_version":"4","new_version":"6","repository_url":"https://github.com/actions/cache"}],"path":null,"ecosystem":"actions"},"body":"Bumps the github-actions group with 9 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `3` | `7` |\n| [actions/setup-java](https://github.com/actions/setup-java) | `4` | `5` |\n| [pnpm/action-setup](https://github.com/pnpm/action-setup) | `4` | `6` |\n| [actions/setup-node](https://github.com/actions/setup-node) | `4` | `7` |\n| [gradle/actions](https://github.com/gradle/actions) | `3` | `6` |\n| [advanced-security/maven-dependency-submission-action](https://github.com/advanced-security/maven-dependency-submission-action) | `4.0.0` | `5.0.0` |\n| [navikt/pam-deploy](https://github.com/navikt/pam-deploy) | `2` | `9` |\n| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` |\n| [actions/cache](https://github.com/actions/cache) | `4` | `6` |\n\nUpdates `actions/checkout` from 3 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v6.0.2\"\u003ehttps://github.com/actions/checkout/compare/v6.0.1...v6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate all references from v5 and v4 to v6 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2314\"\u003eactions/checkout#2314\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify v6 README by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2328\"\u003eactions/checkout#2328\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.1\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ev6-beta by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2298\"\u003eactions/checkout#2298\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/df4cb1c069e1874edd31b4311f1884172cec0e10\"\u003e\u003ccode\u003edf4cb1c\u003c/code\u003e\u003c/a\u003e Update changelog for v6.0.3 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2446\"\u003e#2446\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/v3...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 4 to 5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade to node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/888\"\u003eactions/setup-java#888\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMake sure your runner is updated to this version or newer to use this release. v2.327.1 \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eRelease Notes\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003eDependency Upgrades\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade Publish Immutable Action by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/798\"\u003eactions/setup-java#798\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/730\"\u003eactions/setup-java#730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade undici from 5.28.5 to 5.29.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/833\"\u003eactions/setup-java#833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade form-data to bring in fix for critical vulnerability by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/887\"\u003eactions/setup-java#887\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade actions/checkout from 4 to 5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/896\"\u003eactions/setup-java#896\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePrevent default installation of JetBrains pre-releases by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/859\"\u003eactions/setup-java#859\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove Error Handling for Setup-Java Action to Help Debug Intermittent Failures by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/848\"\u003eactions/setup-java#848\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/848\"\u003eactions/setup-java#848\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/888\"\u003eactions/setup-java#888\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v5.0.0\"\u003ehttps://github.com/actions/setup-java/compare/v4...v5.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.8.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eLicense and Audit Fixes by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/960\"\u003eactions/setup-java#960\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate SapMachine URLs by \u003ca href=\"https://github.com/RealCLanger\"\u003e\u003ccode\u003e@​RealCLanger\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/965\"\u003eactions/setup-java#965\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v4.8.0\"\u003ehttps://github.com/actions/setup-java/compare/v4...v4.8.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.7.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDocumentation changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align with GFTC License Terms by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/704\"\u003eactions/setup-java#704\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove duplicated GraalVM section in documentation by \u003ca href=\"https://github.com/Marcono1234\"\u003e\u003ccode\u003e@​Marcono1234\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/716\"\u003eactions/setup-java#716\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency updates:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​action/cache\u003c/code\u003e from 4.0.0 to 4.0.2 by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/766\"\u003eactions/setup-java#766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/glob\u003c/code\u003e from 0.4.0 to 0.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/744\"\u003eactions/setup-java#744\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade ts-jest from 29.1.2 to 29.2.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/743\"\u003eactions/setup-java#743\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​action/cache\u003c/code\u003e to 4.0.3 by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/773\"\u003eactions/setup-java#773\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v4.7.1\"\u003ehttps://github.com/actions/setup-java/compare/v4...v4.7.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.7.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/03ad4de0992f5dab5e18fcb136590ce7c4a0ac95\"\u003e\u003ccode\u003e03ad4de\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1097\"\u003e#1097\u003c/a\u003e/\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1098\"\u003e#1098\u003c/a\u003e: cache Maven and Gradle wrapper distributions separately...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/d229d2e858d9137cc0b3f118fa5184b9f0a44ac4\"\u003e\u003ccode\u003ed229d2e\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1111\"\u003e#1111\u003c/a\u003e: Preserve Maven toolchains across repeated setup-java runs (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1\"\u003e#1\u003c/a\u003e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/bbf0f6967066506f72571a96d5d6c67ca42ab460\"\u003e\u003ccode\u003ebbf0f69\u003c/code\u003e\u003c/a\u003e dist: Cover Tencent Kona JDK 25 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1110\"\u003e#1110\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/513edc4f8710565e4ad696f3b7d8e3bda584a46c\"\u003e\u003ccode\u003e513edc4\u003c/code\u003e\u003c/a\u003e feat: expose cache-primary-key output (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/597\"\u003e#597\u003c/a\u003e) [v5 backport] (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1089\"\u003e#1089\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/62df799a9c6e3022bb466697c66c36e9a2dbf347\"\u003e\u003ccode\u003e62df799\u003c/code\u003e\u003c/a\u003e Add Maven compiler problem matcher for javac diagnostics (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1087\"\u003e#1087\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/176156a187714aaf460b0a3c8f21e8b4f784b978\"\u003e\u003ccode\u003e176156a\u003c/code\u003e\u003c/a\u003e chore: bump version to 5.6.0 for v5 release line\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/bf7b8deac240b9cee05eb15ccdb1d2f424a54b9f\"\u003e\u003ccode\u003ebf7b8de\u003c/code\u003e\u003c/a\u003e build: rebuild dist for backported changes (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1079\"\u003e#1079\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1083\"\u003e#1083\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1084\"\u003e#1084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/0173e6dd1b6e53ac3f6d68d220fa24cce79ae77c\"\u003e\u003ccode\u003e0173e6d\u003c/code\u003e\u003c/a\u003e Infer distribution from asdf .tool-versions vendor prefix (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1084\"\u003e#1084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/f45cd82b67042e9e5c24cef950ea0c61736241c6\"\u003e\u003ccode\u003ef45cd82\u003c/code\u003e\u003c/a\u003e Rename jdkFile input to jdk-file with deprecated alias (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1083\"\u003e#1083\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/e2863ad49937c063e5a23922d1971a105f4f0140\"\u003e\u003ccode\u003ee2863ad\u003c/code\u003e\u003c/a\u003e Map Zulu x86 architecture to i686 for Azul Metadata API (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1079\"\u003e#1079\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `pnpm/action-setup` from 4 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/pnpm/action-setup/releases\"\u003epnpm/action-setup's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cp\u003eAdded support for pnpm \u003ca href=\"https://github.com/pnpm/pnpm/releases/tag/v11.0.0-rc.0\"\u003ev11\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cp\u003eUpdated the action to use Node.js 24.\u003c/p\u003e\n\u003ch2\u003ev4.4.0\u003c/h2\u003e\n\u003cp\u003eUpdated the action to use Node.js 24.\u003c/p\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: fix the run_install example in the Readme by \u003ca href=\"https://github.com/dreyks\"\u003e\u003ccode\u003e@​dreyks\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/175\"\u003epnpm/action-setup#175\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: remove unused \u003ccode\u003e@types/node-fetch\u003c/code\u003e dependency by \u003ca href=\"https://github.com/silverwind\"\u003e\u003ccode\u003e@​silverwind\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/186\"\u003epnpm/action-setup#186\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify that package_json_file is relative to GITHUB_WORKSPACE by \u003ca href=\"https://github.com/chris-martin\"\u003e\u003ccode\u003e@​chris-martin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/184\"\u003epnpm/action-setup#184\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: store caching by \u003ca href=\"https://github.com/jrmajor\"\u003e\u003ccode\u003e@​jrmajor\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/188\"\u003epnpm/action-setup#188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: remove star imports by \u003ca href=\"https://github.com/KSXGitHub\"\u003e\u003ccode\u003e@​KSXGitHub\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/196\"\u003epnpm/action-setup#196\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix(ci): exclude macos by \u003ca href=\"https://github.com/KSXGitHub\"\u003e\u003ccode\u003e@​KSXGitHub\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/197\"\u003epnpm/action-setup#197\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dreyks\"\u003e\u003ccode\u003e@​dreyks\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/175\"\u003epnpm/action-setup#175\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/silverwind\"\u003e\u003ccode\u003e@​silverwind\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/186\"\u003epnpm/action-setup#186\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/chris-martin\"\u003e\u003ccode\u003e@​chris-martin\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/184\"\u003epnpm/action-setup#184\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jrmajor\"\u003e\u003ccode\u003e@​jrmajor\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/188\"\u003epnpm/action-setup#188\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Boosted-Bonobo\"\u003e\u003ccode\u003e@​Boosted-Bonobo\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/199\"\u003epnpm/action-setup#199\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/pnpm/action-setup/compare/v4.2.0...v4.3.0\"\u003ehttps://github.com/pnpm/action-setup/compare/v4.2.0...v4.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.2.0\u003c/h2\u003e\n\u003cp\u003eWhen there's a \u003ccode\u003e.npmrc\u003c/code\u003e file at the root of the repository, pnpm will be fetched from the registry that is specified in that \u003ccode\u003e.npmrc\u003c/code\u003e file \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/179\"\u003e#179\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.1.0\u003c/h2\u003e\n\u003cp\u003eAdd support for \u003ccode\u003epackage.yaml\u003c/code\u003e \u003ca href=\"https://redirect.github.com/pnpm/action-setup/pull/156\"\u003e#156\u003c/a\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/0ebf47130e4866e96fce0953f49152a61190b271\"\u003e\u003ccode\u003e0ebf471\u003c/code\u003e\u003c/a\u003e fix: update pnpm to v11.7.0 (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/267\"\u003e#267\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/0e279bb959325dab635dd2c09392533439d90093\"\u003e\u003ccode\u003e0e279bb\u003c/code\u003e\u003c/a\u003e fix: update pnpm to 11.1.1 (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/248\"\u003e#248\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/3e835812ef01165f4f8ae08ade56da44427ed4e0\"\u003e\u003ccode\u003e3e83581\u003c/code\u003e\u003c/a\u003e fix: drop patchPnpmEnv so standalone+self-update works on Windows (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/258\"\u003e#258\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/551b42e879e37e74d986effdd2a1647d2b02d464\"\u003e\u003ccode\u003e551b42e\u003c/code\u003e\u003c/a\u003e docs(README): fix \u003ccode\u003ecache_dependency_path\u003c/code\u003e type (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/257\"\u003e#257\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/739bfe42ca9233c5e6aca07c1a25a9d34aca49b0\"\u003e\u003ccode\u003e739bfe4\u003c/code\u003e\u003c/a\u003e fix: self-update bootstrap to packageManager-pinned version (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/233\"\u003e#233\u003c/a\u003e) (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/256\"\u003e#256\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/f61705d907761b3b5209e83910fafd1fea50c5a1\"\u003e\u003ccode\u003ef61705d\u003c/code\u003e\u003c/a\u003e chore: add CODEOWNERS\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/7a5507b117647ab83e96e9db317ba2234056ebf3\"\u003e\u003ccode\u003e7a5507b\u003c/code\u003e\u003c/a\u003e fix: restore inputs from state in post (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/255\"\u003e#255\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/1155470f3e5fb872accd4d104b8dfcda41f676ce\"\u003e\u003ccode\u003e1155470\u003c/code\u003e\u003c/a\u003e fix: honor devEngines.packageManager.onFail=error (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/252\"\u003e#252\u003c/a\u003e) (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/254\"\u003e#254\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/91ab88e2619ed1f46221f0ba42d1492c02baf788\"\u003e\u003ccode\u003e91ab88e\u003c/code\u003e\u003c/a\u003e fix: bin_dest output points to self-updated pnpm, not bootstrap (\u003ca href=\"https://redirect.github.com/pnpm/action-setup/issues/249\"\u003e#249\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/pnpm/action-setup/commit/e578e19d19d31b011b841ba2aca34731a5f706a5\"\u003e\u003ccode\u003ee578e19\u003c/code\u003e\u003c/a\u003e fix: update pnpm to 11.0.4\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/pnpm/action-setup/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-node` from 4 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-node/releases\"\u003eactions/setup-node's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancements:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd cache-primary-key and cache-matched-key as outputs by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1577\"\u003eactions/setup-node#1577\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMigrate to ESM and upgrade dependencies by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1574\"\u003eactions/setup-node#1574\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug fixes:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove dummy NODE_AUTH_TOKEN export by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1558\"\u003eactions/setup-node#1558\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eOnly use \u003ccode\u003emirrorToken\u003c/code\u003e in \u003ccode\u003egetManifest\u003c/code\u003e if it's provided by \u003ca href=\"https://github.com/deiga\"\u003e\u003ccode\u003e@​deiga\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1548\"\u003eactions/setup-node#1548\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation updates:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd documentation for publishing to npm with Trusted Publisher (OIDC) by \u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1536\"\u003eactions/setup-node#1536\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs: Update restore-only cache documentation by \u003ca href=\"https://github.com/priya-kinthali\"\u003e\u003ccode\u003e@​priya-kinthali\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1550\"\u003eactions/setup-node#1550\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs: Update caching recommendations to mitigate cache poisoning risks by \u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1567\"\u003eactions/setup-node#1567\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency update:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/cache\u003c/code\u003e to 5.1.0, log cache write denied by \u003ca href=\"https://github.com/jasongin\"\u003e\u003ccode\u003e@​jasongin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1569\"\u003eactions/setup-node#1569\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1536\"\u003eactions/setup-node#1536\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/deiga\"\u003e\u003ccode\u003e@​deiga\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1548\"\u003eactions/setup-node#1548\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jasongin\"\u003e\u003ccode\u003e@​jasongin\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1569\"\u003eactions/setup-node#1569\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-node/compare/v6...v7.0.0\"\u003ehttps://github.com/actions/setup-node/compare/v6...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.5.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e to 5.1.0 and add security overrides for undici and fast-xml-parser by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1579\"\u003eactions/setup-node#1579\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0\"\u003ehttps://github.com/actions/setup-node/compare/v6.4.0...v6.5.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDependency updates:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade \u003ca href=\"https://github.com/actions\"\u003e\u003ccode\u003e@​actions\u003c/code\u003e\u003c/a\u003e dependencies by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1525\"\u003eactions/setup-node#1525\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Node.js versions in versions.yml and bump package to v6.4.0  by \u003ca href=\"https://github.com/priya-kinthali\"\u003e\u003ccode\u003e@​priya-kinthali\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1533\"\u003eactions/setup-node#1533\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1525\"\u003eactions/setup-node#1525\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-node/compare/v6...v6.4.0\"\u003ehttps://github.com/actions/setup-node/compare/v6...v6.4.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancements:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSupport parsing \u003ccode\u003edevEngines\u003c/code\u003e field by \u003ca href=\"https://github.com/susnux\"\u003e\u003ccode\u003e@​susnux\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1283\"\u003eactions/setup-node#1283\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/820762786026740c76f36085b0efc47a31fe5020\"\u003e\u003ccode\u003e8207627\u003c/code\u003e\u003c/a\u003e Migrate to ESM and upgrade dependencies (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1574\"\u003e#1574\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/04be95cf3511ea51ebf9f224ddfb99cc7ab87cd4\"\u003e\u003ccode\u003e04be95c\u003c/code\u003e\u003c/a\u003e Add cache-primary-key and cache-matched-key as outputs (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1577\"\u003e#1577\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/7c2c68d20d402ed6a201ada70a81341941093140\"\u003e\u003ccode\u003e7c2c68d\u003c/code\u003e\u003c/a\u003e docs: Update caching recommendations to mitigate cache poisoning risks (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1567\"\u003e#1567\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/6a61c0375d66246de94630495909f12cf8dac84d\"\u003e\u003ccode\u003e6a61c03\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1569\"\u003e#1569\u003c/a\u003e from jasongin/update-actions-cache-5.1.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/30eb73b41ded577900c1ebf968ef95cdf8f7434f\"\u003e\u003ccode\u003e30eb73b\u003c/code\u003e\u003c/a\u003e Resolve high-severity audit issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/4e1a87a501d0302f99e30e2748568adcb388d09f\"\u003e\u003ccode\u003e4e1a87a\u003c/code\u003e\u003c/a\u003e Update dist\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/360237f0c01778d0c17291f75c56d6feae4f7574\"\u003e\u003ccode\u003e360237f\u003c/code\u003e\u003c/a\u003e Strict equality\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/4f8aac5beb2f0854bc79651567a18c67eb0b9de3\"\u003e\u003ccode\u003e4f8aac5\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/cache\u003c/code\u003e to 5.1.0, log cache write denied\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/f4a67bbeca970f103397d3d2b9462cf787cd2980\"\u003e\u003ccode\u003ef4a67bb\u003c/code\u003e\u003c/a\u003e Only use \u003ccode\u003emirrorToken\u003c/code\u003e in \u003ccode\u003egetManifest\u003c/code\u003e if it's provided (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1548\"\u003e#1548\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/0355742c943ddb13ca8a6b700f824231caa91e75\"\u003e\u003ccode\u003e0355742\u003c/code\u003e\u003c/a\u003e Remove dummy NODE_AUTH_TOKEN export (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1558\"\u003e#1558\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-node/compare/v4...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 3 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v3...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `advanced-security/maven-dependency-submission-action` from 4.0.0 to 5.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/releases\"\u003eadvanced-security/maven-dependency-submission-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eImproved multi-module support\u003c/h2\u003e\n\u003cp\u003eThis release improves multi-module support by reflecting which \u003ccode\u003epom.xml\u003c/code\u003e file brings in a particular dependency. Previously, the dependencies were aggregated into the top-level \u003ccode\u003epom.xml\u003c/code\u003e file. If a given package is brought in via multiple modules, that package will be reflected in all of the modules that reference it.\u003c/p\u003e\n\u003cp\u003eBecause of this change in behavior, we've removed two configuration options:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003esnapshot-dependency-file-name\u003c/code\u003e: no longer applicable since we submit more than one manifest\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003esnapshot-include-file-name\u003c/code\u003e: this flag determined whether the manifest object included the file path. It should always be available and there's no reason to omit it, so we've removed the flag.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.1.3\u003c/h2\u003e\n\u003cp\u003eThe release bumps dependency versions to stay up-to-date.\u003c/p\u003e\n\u003ch2\u003ev4.1.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd cycle safety for transitive dependencies by \u003ca href=\"https://github.com/juxtin\"\u003e\u003ccode\u003e@​juxtin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/pull/103\"\u003eadvanced-security/maven-dependency-submission-action#103\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/juxtin\"\u003e\u003ccode\u003e@​juxtin\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/pull/103\"\u003eadvanced-security/maven-dependency-submission-action#103\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/compare/v4...v4.1.2\"\u003ehttps://github.com/advanced-security/maven-dependency-submission-action/compare/v4...v4.1.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.1.1\u003c/h2\u003e\n\u003cp\u003eNo release notes provided.\u003c/p\u003e\n\u003ch2\u003ev4.1.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAdds the ability to change the detector details for the dependency snapshots via the optional input parameters:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003edetector-name\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003edetector-url\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003edetector-version\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eIf the \u003ccode\u003edetector-name\u003c/code\u003e is specified, then all three become mandatory as there are no sensible defaults that can be attributed to the values.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdating the build process and tooling for Node 20 support in the CLI executables which were introduced when the dependency-submission-toolkit transitioned in to an ESM module\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFixes \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/69\"\u003e#69\u003c/a\u003e \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/61\"\u003e#61\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.0.2\u003c/h2\u003e\n\u003cp\u003eNo release notes provided.\u003c/p\u003e\n\u003ch2\u003ev4.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdating branding for the marketplace\u003c/li\u003e\n\u003cli\u003eUtilizing rollup to build cli executables as the ESM module for the \u003ccode\u003edependency-submission-toolkit\u003c/code\u003e broke the \u003ccode\u003e4.0.0\u003c/code\u003e \u003ccode\u003epkg\u003c/code\u003e based executable builds.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/b275d12641ac2d2108b2cbb7598b154ad2f2cee8\"\u003e\u003ccode\u003eb275d12\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/114\"\u003e#114\u003c/a\u003e from advanced-security/contrib-5.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/bdc082b320e323d3eee1996fbd48f4298a90285a\"\u003e\u003ccode\u003ebdc082b\u003c/code\u003e\u003c/a\u003e Bump the tag mentioned in the contrib doc to v5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/2c65a53e2403f092605bbb24ef1eb6f116718640\"\u003e\u003ccode\u003e2c65a53\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/110\"\u003e#110\u003c/a\u003e from advanced-security/juxtin/file-centric-manifests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/aa342c187faea5309fe9451ac9de7b11414e9193\"\u003e\u003ccode\u003eaa342c1\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into juxtin/file-centric-manifests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/f86e5bfc17374fd77ffca5c7b255725235f3e0c2\"\u003e\u003ccode\u003ef86e5bf\u003c/code\u003e\u003c/a\u003e README updates for v5.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/fe8d4d650a4b66508612d0683ce4726d51dfe6ac\"\u003e\u003ccode\u003efe8d4d6\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/113\"\u003e#113\u003c/a\u003e from advanced-security/dangoor/413\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/05a8a347d635493c65c1b34bd907a05f2af34868\"\u003e\u003ccode\u003e05a8a34\u003c/code\u003e\u003c/a\u003e Bump version number to 4.1.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/5d790318e64ebebaa64c7b83ed325c065eeb4b6e\"\u003e\u003ccode\u003e5d79031\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/112\"\u003e#112\u003c/a\u003e from advanced-security/workflow-permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/66812695c405e9e60eb02e849723f35f842e741a\"\u003e\u003ccode\u003e6681269\u003c/code\u003e\u003c/a\u003e Set workflow permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/commit/4b6fc92adc1df4c41b470e692a1688a448907248\"\u003e\u003ccode\u003e4b6fc92\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/advanced-security/maven-dependency-submission-action/issues/111\"\u003e#111\u003c/a\u003e from advanced-security/dependabot/npm_and_yarn/npm_an...\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/advanced-security/maven-dependency-submission-action/compare/v4.0.0...v5.0.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `navikt/pam-deploy` from 2 to 9\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/e414dd6c608a7a299f9bcb1a273b79d2e421d200\"\u003e\u003ccode\u003ee414dd6\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/navikt/pam-deploy/issues/46\"\u003e#46\u003c/a\u003e from navikt/non-breaking-workflow-hygiene\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/b359192c425a7194f26a2dc5f4c5daba9cc9bb6d\"\u003e\u003ccode\u003eb359192\u003c/code\u003e\u003c/a\u003e Only draft releases on default branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/0a12a5cdca673c1cc4a1221a1c3af2bdfa7d1847\"\u003e\u003ccode\u003e0a12a5c\u003c/code\u003e\u003c/a\u003e Add Dependabot config for weekly GitHub Actions updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/4d6135eccc56d884bab891c3fa5b940cb2c6222d\"\u003e\u003ccode\u003e4d6135e\u003c/code\u003e\u003c/a\u003e Støtt pnpm i deploy-dev\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/94ad0cc66fd735b9938a41d27b1f733dd1377475\"\u003e\u003ccode\u003e94ad0cc\u003c/code\u003e\u003c/a\u003e Send med NODE_VERSION til CodeQL fra deploy-next-js-dev (\u003ca href=\"https://redirect.github.com/navikt/pam-deploy/issues/45\"\u003e#45\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/29b35b741f606014feb6e762c50e12de5135816a\"\u003e\u003ccode\u003e29b35b7\u003c/code\u003e\u003c/a\u003e Bump CodeQL in workflows to v9\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/25e2fcc9acdfffbf7c40f2325d180d7ef14bff23\"\u003e\u003ccode\u003e25e2fcc\u003c/code\u003e\u003c/a\u003e Upgrade CodeQL action versions to v4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/4f3fc619973fc14982e1d09dc61313fcc3a35622\"\u003e\u003ccode\u003e4f3fc61\u003c/code\u003e\u003c/a\u003e Use same naming for npm auth token as in other repos\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/55c8b18f78ccb41bb9c591a6c31547757e9f7600\"\u003e\u003ccode\u003e55c8b18\u003c/code\u003e\u003c/a\u003e v9\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/navikt/pam-deploy/commit/25afc5a750f42ab75777539b25350bbd153501f8\"\u003e\u003ccode\u003e25afc5a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/navikt/pam-deploy/issues/44\"\u003e#44\u003c/a\u003e from navikt/version-tag-as-optional-input\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/navikt/pam-deploy/compare/v2...v9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/setup-buildx-action` from 3 to 4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/setup-buildx-action/releases\"\u003edocker/setup-buildx-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode 24 as default runtime (requires \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eActions Runner v2.327.1\u003c/a\u003e or later) by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/483\"\u003edocker/setup-buildx-action#483\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove deprecated inputs/outputs by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/464\"\u003edocker/setup-buildx-action#464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch to ESM and update config/test wiring by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/481\"\u003edocker/setup-buildx-action#481\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.11.1 to 3.0.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/475\"\u003edocker/setup-buildx-action#475\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.63.0 to 0.79.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/482\"\u003edocker/setup-buildx-action#482\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/485\"\u003edocker/setup-buildx-action#485\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.1.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/452\"\u003edocker/setup-buildx-action#452\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.21 to 4.17.23 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/472\"\u003edocker/setup-buildx-action#472\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/480\"\u003edocker/setup-buildx-action#480\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.12.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeprecate \u003ccode\u003einstall\u003c/code\u003e input by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/455\"\u003edocker/setup-buildx-action#455\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.62.1 to 0.63.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/434\"\u003edocker/setup-buildx-action#434\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.11 to 1.1.12 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/436\"\u003edocker/setup-buildx-action#436\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump form-data from 2.5.1 to 2.5.5 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/432\"\u003edocker/setup-buildx-action#432\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 5.28.4 to 5.29.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/435\"\u003edocker/setup-buildx-action#435\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.11.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix \u003ccode\u003ekeep-state\u003c/code\u003e not being respected by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/429\"\u003edocker/setup-buildx-action#429\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.11.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eKeep BuildKit state support by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/427\"\u003edocker/setup-buildx-action#427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove aliases created when installing by default by \u003ca href=\"https://github.com/hashhar\"\u003e\u003ccode\u003e@​hashhar\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/139\"\u003edocker/setup-buildx-action#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.56.0 to 0.62.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/422\"\u003edocker/setup-buildx-action#422\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/425\"\u003edocker/setup-buildx-action#425\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.10.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.54.0 to 0.56.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/408\"\u003edocker/setup-buildx-action#408\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.9.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.48.0 to 0.54.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/402\"\u003edocker/setup-buildx-action#402\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/404\"\u003edocker/setup-buildx-action#404\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.8.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMake cloud prefix optional to download buildx if driver is cloud by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/390\"\u003edocker/setup-buildx-action#390\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.10.1 to 1.11.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/370\"\u003edocker/setup-buildx-action#370\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.39.0 to 0.48.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/389\"\u003edocker/setup-buildx-action#389\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump cross-spawn from 7.0.3 to 7.0.6 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/382\"\u003edocker/setup-buildx-action#382\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c\"\u003e\u003ccode\u003ebb05f3f\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/580\"\u003e#580\u003c/a\u003e from docker/dependabot/npm_and_yarn/docker/actions-to...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/321c814cb51fbe4af8eca00249525cc0973ea66f\"\u003e\u003ccode\u003e321c814\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/b9a36ef79ba42cfc611885a1e8c388fbf8b8cb3f\"\u003e\u003ccode\u003eb9a36ef\u003c/code\u003e\u003c/a\u003e build(deps): bump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.91.0 to 0.92.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/ebeab241289497cd564ac98b3cfc9e64607bb276\"\u003e\u003ccode\u003eebeab24\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/570\"\u003e#570\u003c/a\u003e from docker/dependabot/npm_and_yarn/undici-6.27.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/5c7b8ae78cec97a3215d4d86679b1d072eaa80cb\"\u003e\u003ccode\u003e5c7b8ae\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/037e618cd98e95e81525b15ff0e9c96f507e6a0e\"\u003e\u003ccode\u003e037e618\u003c/code\u003e\u003c/a\u003e build(deps): bump undici from 6.25.0 to 6.27.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/66080e5802281ec2e72b7f3108915643e702db85\"\u003e\u003ccode\u003e66080e5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/577\"\u003e#577\u003c/a\u003e from docker/dependabot/npm_and_yarn/sigstore-4.1.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/409aef0aa3f48f0a742e7dec4e0e04ab19afe93c\"\u003e\u003ccode\u003e409aef0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/issues/562\"\u003e#562\u003c/a\u003e from docker/dependabot/npm_and_yarn/js-yaml-4.2.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/49c6e42949280fa0d70fb327633591be54efbfb6\"\u003e\u003ccode\u003e49c6e42\u003c/code\u003e\u003c/a\u003e build(deps): bump sigstore from 4.1.0 to 4.1.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/setup-buildx-action/commit/2211273e8121ecf9ecb7d6c7c0fcd55526d530c7\"\u003e\u003ccode\u003e2211273\u003c/code\u003e\u003c/a\u003e [dependabot skip] chore: update generated content\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3...v4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/cache` from 4 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/releases\"\u003eactions/cache's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate packages, migrate to ESM by \u003ca href=\"https://github.com/Samirat\"\u003e\u003ccode\u003e@​Samirat\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1760\"\u003eactions/cache#1760\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v6.0.0\"\u003ehttps://github.com/actions/cache/compare/v5...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/cache\u003c/code\u003e to v5.1.0 - handl...\n\n_Description has been truncated_","html_url":"https://github.com/navikt/pam-deploy/pull/47","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/navikt%2Fpam-deploy/issues/47","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/47/packages"}},{"old_version":"4","new_version":"6","update_type":null,"path":null,"pr_created_at":"2026-07-04T23:55:19.000Z","version_change":"4 → 6","issue":{"uuid":"4810946813","node_id":"PR_kwDOTJs-187t8wKa","number":57,"state":"open","title":"ci: bump gradle/actions from 4 to 6","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-07-04T23:55:19.000Z","updated_at":"2026-07-04T23:55:20.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"ci","packages":[{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 6.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=4\u0026new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/nigoh/Juml/pull/57","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/nigoh%2FJuml/issues/57","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/57/packages"}},{"old_version":"4","new_version":"6","update_type":null,"path":null,"pr_created_at":"2026-07-02T08:36:39.000Z","version_change":"4 → 6","issue":{"uuid":"4792712028","node_id":"PR_kwDOS3QDTs7tCL2m","number":152,"state":"open","title":"chore(deps): bump gradle/actions from 4 to 6","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-07-02T08:36:39.000Z","updated_at":"2026-07-02T08:36:40.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 6.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=4\u0026new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/ExtraToast/agents/pull/152","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtraToast%2Fagents/issues/152","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/152/packages"}},{"old_version":"4","new_version":"6","update_type":null,"path":null,"pr_created_at":"2026-07-01T04:31:34.000Z","version_change":"4 → 6","issue":{"uuid":"4782448762","node_id":"PR_kwDOTKJX3M7sgz8T","number":2,"state":"closed","title":"Build(deps): Bump gradle/actions from 4 to 6","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-07-01T04:34:13.000Z","author_association":null,"state_reason":null,"created_at":"2026-07-01T04:31:34.000Z","updated_at":"2026-07-01T04:34:21.000Z","time_to_close":159,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Build(deps): Bump","packages":[{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 6.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/actions\u0026package-manager=github_actions\u0026previous-version=4\u0026new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/chrisjenx/serialkompat/pull/2","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisjenx%2Fserialkompat/issues/2","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2/packages"}},{"old_version":"4","new_version":"6","update_type":null,"path":null,"pr_created_at":"2026-06-24T03:43:53.000Z","version_change":"4 → 6","issue":{"uuid":"4731452799","node_id":"PR_kwDOS80Tcc7p7xaf","number":2,"state":"open","title":"ci: bump the actions group with 4 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-06-24T03:43:53.000Z","updated_at":"2026-06-24T03:43:54.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"ci: bump","group_name":"actions","update_count":4,"packages":[{"name":"actions/checkout","old_version":"6","new_version":"7","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"4","new_version":"5","repository_url":"https://github.com/actions/setup-java"},{"name":"android-actions/setup-android","old_version":"3","new_version":"4","repository_url":"https://github.com/android-actions/setup-android"},{"name":"gradle/actions","old_version":"4","new_version":"6","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java), [android-actions/setup-android](https://github.com/android-actions/setup-android) and [gradle/actions](https://github.com/gradle/actions).\n\nUpdates `actions/checkout` from 6 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v6.0.2\"\u003ehttps://github.com/actions/checkout/compare/v6.0.1...v6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate all references from v5 and v4 to v6 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2314\"\u003eactions/checkout#2314\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify v6 README by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2328\"\u003eactions/checkout#2328\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.1\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/checkout/compare/v6...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 4 to 5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade to node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/888\"\u003eactions/setup-java#888\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMake sure your runner is updated to this version or newer to use this release. v2.327.1 \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eRelease Notes\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003eDependency Upgrades\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade Publish Immutable Action by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/798\"\u003eactions/setup-java#798\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/730\"\u003eactions/setup-java#730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade undici from 5.28.5 to 5.29.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/833\"\u003eactions/setup-java#833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade form-data to bring in fix for critical vulnerability by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/887\"\u003eactions/setup-java#887\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade actions/checkout from 4 to 5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/896\"\u003eactions/setup-java#896\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePrevent default installation of JetBrains pre-releases by \u003ca href=\"https://github.com/priyagupta108\"\u003e\u003ccode\u003e@​priyagupta108\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/859\"\u003eactions/setup-java#859\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove Error Handling for Setup-Java Action to Help Debug Intermittent Failures by \u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/848\"\u003eactions/setup-java#848\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gowridurgad\"\u003e\u003ccode\u003e@​gowridurgad\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/848\"\u003eactions/setup-java#848\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/888\"\u003eactions/setup-java#888\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v5.0.0\"\u003ehttps://github.com/actions/setup-java/compare/v4...v5.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.8.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eLicense and Audit Fixes by \u003ca href=\"https://github.com/HarithaVattikuti\"\u003e\u003ccode\u003e@​HarithaVattikuti\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/960\"\u003eactions/setup-java#960\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate SapMachine URLs by \u003ca href=\"https://github.com/RealCLanger\"\u003e\u003ccode\u003e@​RealCLanger\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/965\"\u003eactions/setup-java#965\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v4.8.0\"\u003ehttps://github.com/actions/setup-java/compare/v4...v4.8.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.7.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDocumentation changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align with GFTC License Terms by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/704\"\u003eactions/setup-java#704\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove duplicated GraalVM section in documentation by \u003ca href=\"https://github.com/Marcono1234\"\u003e\u003ccode\u003e@​Marcono1234\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/716\"\u003eactions/setup-java#716\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency updates:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​action/cache\u003c/code\u003e from 4.0.0 to 4.0.2 by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/766\"\u003eactions/setup-java#766\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/glob\u003c/code\u003e from 0.4.0 to 0.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/744\"\u003eactions/setup-java#744\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade ts-jest from 29.1.2 to 29.2.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/743\"\u003eactions/setup-java#743\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​action/cache\u003c/code\u003e to 4.0.3 by \u003ca href=\"https://github.com/aparnajyothi-y\"\u003e\u003ccode\u003e@​aparnajyothi-y\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/773\"\u003eactions/setup-java#773\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v4.7.1\"\u003ehttps://github.com/actions/setup-java/compare/v4...v4.7.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.7.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003e\u003ccode\u003ead2b381\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1018\"\u003e#1018\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/b24df5bba5e9b8a1fcf822c1f0517b7bcc070757\"\u003e\u003ccode\u003eb24df5b\u003c/code\u003e\u003c/a\u003e Make the Adoptopenjdk package type look at the Temurin repo first for latest ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/43120bc3c3d8598724a29b0c856f33e1151591f3\"\u003e\u003ccode\u003e43120bc\u003c/code\u003e\u003c/a\u003e Implement pagination with link headers for Adoptium based apis (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1014\"\u003e#1014\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad9d6a632083232d766860674a129059adbcf61a\"\u003e\u003ccode\u003ead9d6a6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/950\"\u003e#950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/039af37997902e61332385d6ba53a0c99379949a\"\u003e\u003ccode\u003e039af37\u003c/code\u003e\u003c/a\u003e Bump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1016\"\u003e#1016\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1756ab6acdd8c8f78b33671c220bf78547b2db03\"\u003e\u003ccode\u003e1756ab6\u003c/code\u003e\u003c/a\u003e Bump eslint-config-prettier from 8.10.0 to 10.1.8 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/881\"\u003e#881\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/662bb59f48b4e26f135e9c9a90c42632866e41e3\"\u003e\u003ccode\u003e662bb59\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.46.2 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/952\"\u003e#952\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1071fc12d634df380b160287a5e2c9045eb0cad3\"\u003e\u003ccode\u003e1071fc1\u003c/code\u003e\u003c/a\u003e fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parse...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/576b821f29a2e03344ca994f84b2ff3c953673ba\"\u003e\u003ccode\u003e576b821\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/674\"\u003e#674\u003c/a\u003e from gdams/alpine\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/307d3a25a0b59c828425a19915c8b94c314c7ca8\"\u003e\u003ccode\u003e307d3a2\u003c/code\u003e\u003c/a\u003e update readme for ubuntu sudo java_home behavior (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1013\"\u003e#1013\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/v4...v5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `android-actions/setup-android` from 3 to 4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/android-actions/setup-android/releases\"\u003eandroid-actions/setup-android's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cp\u003eHello,\u003c/p\u003e\n\u003cp\u003eThe long awaited update of setup-android.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eMigrate action to Node24 (by \u003ca href=\"https://github.com/TWiStErRob\"\u003e\u003ccode\u003e@​TWiStErRob\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd and default to cmdline-tools version 20.0 ( 14742923 )\u003c/li\u003e\n\u003cli\u003eUpdate CI runners (by \u003ca href=\"https://github.com/TWiStErRob\"\u003e\u003ccode\u003e@​TWiStErRob\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdate README.md (by \u003ca href=\"https://github.com/vil02\"\u003e\u003ccode\u003e@​vil02\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdate npm dependencies to solve CVE's\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eIncrementing major version to safeguard incase node upgrade or default cmdline-tools upgrade breaks something downstream.\u003c/p\u003e\n\u003ch2\u003ev3.2.2\u003c/h2\u003e\n\u003cp\u003eAdd support for cmdline-tools versions 12, 13, and 16 by \u003ca href=\"https://github.com/warting\"\u003e\u003ccode\u003e@​warting\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/android-actions/setup-android/pull/493\"\u003eandroid-actions/setup-android#493\u003c/a\u003e .\u003c/p\u003e\n\u003cp\u003eUpdated npm dependencies\u003c/p\u003e\n\u003ch2\u003ev3.2.1\u003c/h2\u003e\n\u003cp\u003eUpdated dependencies\u003c/p\u003e\n\u003ch2\u003ev3.2.0\u003c/h2\u003e\n\u003cp\u003eImplement 'packages' input argument, which allows choosing which packages to install from Android SDK\u003c/p\u003e\n\u003ch2\u003ev3.1.0\u003c/h2\u003e\n\u003cp\u003eAllow installing different Android SDK versions.\nAllow silent license agreement.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/40fd30fb8d7440372e1316f5d1809ec01dcd3699\"\u003e\u003ccode\u003e40fd30f\u003c/code\u003e\u003c/a\u003e Update setup-android version in README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/d4e21bf61b8c95806b69dd588354aa772ae9adf0\"\u003e\u003ccode\u003ed4e21bf\u003c/code\u003e\u003c/a\u003e Update dependencies and rebuild\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/b7f140eff502d947b5b2a930b942893442d92d74\"\u003e\u003ccode\u003eb7f140e\u003c/code\u003e\u003c/a\u003e Bump actions/checkout from 5 to 6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c\"\u003e\u003ccode\u003e651bceb\u003c/code\u003e\u003c/a\u003e Migrate from ncc to esbuild\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/144235e0587cf3d746e56d7bd53ca53a966e2000\"\u003e\u003ccode\u003e144235e\u003c/code\u003e\u003c/a\u003e Update actions steps. checkout to v5, node to v6, java to v5, codeql to v4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/200c644fca72efa03f84ad0c0e0bba00e6faa6e2\"\u003e\u003ccode\u003e200c644\u003c/code\u003e\u003c/a\u003e Add cmdline-tools version 20.0 ( 14742923 )\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/715acc5ce167ce4019cf2f743710d152080fd478\"\u003e\u003ccode\u003e715acc5\u003c/code\u003e\u003c/a\u003e Remove \u003ccode\u003e@​actions/cache\u003c/code\u003e dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/125835f877d12c4bf3f94ba8bc91deb608f0a0ed\"\u003e\u003ccode\u003e125835f\u003c/code\u003e\u003c/a\u003e Update (not all) deps, migrate eslint to new format. compile to es2024\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/c4c8fe5bcde35fd88354d5a39d4739cbaf13cc30\"\u003e\u003ccode\u003ec4c8fe5\u003c/code\u003e\u003c/a\u003e Encourage users to use latest version of \u003ccode\u003eactions/setup-java\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/android-actions/setup-android/commit/6a40db5374286262464a7f8bbe2b8fc4f820518c\"\u003e\u003ccode\u003e6a40db5\u003c/code\u003e\u003c/a\u003e Migrate from Node 20 to Node 24\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/android-actions/setup-android/compare/v3...v4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 4 to 6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nThe release of \u003ccode\u003egradle/actions@v6\u003c/code\u003e contains important changes to the license terms. More details in \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e.\n\u003cstrong\u003eTL;DR\u003c/strong\u003e: By upgrading to v6, you accept the \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003eTerms of Use\u003c/a\u003e for the \u003ccode\u003egradle-actions-caching\u003c/code\u003e component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCaching functionality of 'gradle-actions' has been extracted into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e library, and is no longer open-source. See \u003ca href=\"https://blog.gradle.org/github-actions-for-gradle-v6\"\u003ethis blog post\u003c/a\u003e for more context.\u003c/li\u003e\n\u003cli\u003eExisting, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in \u003ccode\u003egradle-actions-caching\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDependencies updated to address security vulnerabilities\u003c/li\u003e\n\u003c/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\u003c/p\u003e\n\u003ch4\u003eLicensing notice\u003c/h4\u003e\n\u003cp\u003eThe caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.\nThe bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eThe `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.\u003c/p\u003e\n\u003cp\u003eUse of the `gradle-actions-caching` component is subject to a separate license, available at \u003ca href=\"https://gradle.com/legal/terms-of-use/\"\u003ehttps://gradle.com/legal/terms-of-use/\u003c/a\u003e.\nIf you do not agree to these license terms, do not use the `gradle-actions-caching` component.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/866\"\u003egradle/actions#866\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/868\"\u003egradle/actions#868\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/876\"\u003egradle/actions#876\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/878\"\u003egradle/actions#878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 25.3.3 to 25.3.5 in /sources in the npm-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/877\"\u003egradle/actions#877\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/867\"\u003egradle/actions#867\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/881\"\u003egradle/actions#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 6 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/879\"\u003egradle/actions#879\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 3 directories with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/880\"\u003egradle/actions#880\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove configuration-cache support by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/884\"\u003egradle/actions#884\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtract caching logic into a separate \u003ccode\u003egradle-actions-caching\u003c/code\u003e component by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/885\"\u003egradle/actions#885\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate gradle-actions-caching library to v0.3.0 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/899\"\u003egradle/actions#899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid windows shutdown bug by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/900\"\u003egradle/actions#900\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/905\"\u003egradle/actions#905\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix critical and high npm vulnerabilities  by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/904\"\u003egradle/actions#904\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix rendering of job-disabled message by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/909\"\u003egradle/actions#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v5.0.2...v6.0.0\"\u003ehttps://github.com/gradle/actions/compare/v5.0.2...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.2\u003c/h2\u003e\n\u003ch2\u003eSummary\u003c/h2\u003e\n\u003cp\u003eThis release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/851\"\u003egradle/actions#851\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/v4...v6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/aashir-athar/react-native-persistent-background-location/pull/2","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/aashir-athar%2Freact-native-persistent-background-location/issues/2","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2/packages"}},{"old_version":"6.1.1","new_version":"6.2.0","update_type":"minor","path":null,"pr_created_at":"2026-06-24T02:37:59.000Z","version_change":"6.1.1 → 6.2.0","issue":{"uuid":"4731183528","node_id":"PR_kwDORbMXps7p65y4","number":888,"state":"closed","title":"chore(deps): Bump the github-actions group across 1 directory with 3 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":"2026-07-01T02:42:29.000Z","author_association":null,"state_reason":null,"created_at":"2026-06-24T02:37:59.000Z","updated_at":"2026-07-01T02:42:31.000Z","time_to_close":605070,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): Bump","group_name":"github-actions","update_count":3,"packages":[{"name":"actions/checkout","old_version":"6.0.3","new_version":"7.0.0","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"5.2.0","new_version":"5.3.0","repository_url":"https://github.com/actions/setup-java"},{"name":"gradle/actions","old_version":"6.1.1","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"}],"path":null,"ecosystem":"actions"},"body":"Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java) and [gradle/actions](https://github.com/gradle/actions).\n\nUpdates `actions/checkout` from 6.0.3 to 7.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 5.2.0 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: update Java version to 25 in setup examples by \u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/984\"\u003eactions/setup-java#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRefactor error handling and improve test logging for installers by \u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/989\"\u003eactions/setup-java#989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: upgrade dependencies (\u003ccode\u003e@​actions/core\u003c/code\u003e, cache, glob, http-client, tool-cache, xmlbuilder2) by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Oracle JDK 17 licensing limitation note by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1001\"\u003eactions/setup-java#1001\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate readme for ubuntu sudo java_home behavior by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1013\"\u003eactions/setup-java#1013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003etemurin: add support for Alpine Linux by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/674\"\u003eactions/setup-java#674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1015\"\u003eactions/setup-java#1015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.48.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/952\"\u003eactions/setup-java#952\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump eslint-config-prettier from 8.10.0 to 10.1.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/881\"\u003eactions/setup-java#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1016\"\u003eactions/setup-java#1016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/950\"\u003eactions/setup-java#950\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplement pagination with link headers for Adoptium based apis by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake the Adoptopenjdk package type look at the Temurin repo first for latest assets by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/522\"\u003eactions/setup-java#522\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1018\"\u003eactions/setup-java#1018\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.3.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003e\u003ccode\u003ead2b381\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1018\"\u003e#1018\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/b24df5bba5e9b8a1fcf822c1f0517b7bcc070757\"\u003e\u003ccode\u003eb24df5b\u003c/code\u003e\u003c/a\u003e Make the Adoptopenjdk package type look at the Temurin repo first for latest ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/43120bc3c3d8598724a29b0c856f33e1151591f3\"\u003e\u003ccode\u003e43120bc\u003c/code\u003e\u003c/a\u003e Implement pagination with link headers for Adoptium based apis (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1014\"\u003e#1014\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad9d6a632083232d766860674a129059adbcf61a\"\u003e\u003ccode\u003ead9d6a6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/950\"\u003e#950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/039af37997902e61332385d6ba53a0c99379949a\"\u003e\u003ccode\u003e039af37\u003c/code\u003e\u003c/a\u003e Bump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1016\"\u003e#1016\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1756ab6acdd8c8f78b33671c220bf78547b2db03\"\u003e\u003ccode\u003e1756ab6\u003c/code\u003e\u003c/a\u003e Bump eslint-config-prettier from 8.10.0 to 10.1.8 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/881\"\u003e#881\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/662bb59f48b4e26f135e9c9a90c42632866e41e3\"\u003e\u003ccode\u003e662bb59\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.46.2 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/952\"\u003e#952\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1071fc12d634df380b160287a5e2c9045eb0cad3\"\u003e\u003ccode\u003e1071fc1\u003c/code\u003e\u003c/a\u003e fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parse...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/576b821f29a2e03344ca994f84b2ff3c953673ba\"\u003e\u003ccode\u003e576b821\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/674\"\u003e#674\u003c/a\u003e from gdams/alpine\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/307d3a25a0b59c828425a19915c8b94c314c7ca8\"\u003e\u003ccode\u003e307d3a2\u003c/code\u003e\u003c/a\u003e update readme for ubuntu sudo java_home behavior (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1013\"\u003e#1013\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/be666c2fcd27ec809703dec50e508c2fdc7f6654...ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 6.1.1 to 6.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/5e2ebd065dc2488b7a6ad670704656cbbe1e8f60...3f131e8634966bd73d06cc69884922b02e6faf92\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e","html_url":"https://github.com/catatafishen/agentbridge/pull/888","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/catatafishen%2Fagentbridge/issues/888","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/888/packages"}},{"old_version":"6.1.0","new_version":"6.2.0","update_type":"minor","path":null,"pr_created_at":"2026-06-22T14:41:59.000Z","version_change":"6.1.0 → 6.2.0","issue":{"uuid":"4717694277","node_id":"PR_kwDOSOOsLs7pOSkB","number":32,"state":"closed","title":"Bump the dependencies group across 1 directory with 15 updates","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-06-29T14:41:40.000Z","author_association":null,"state_reason":null,"created_at":"2026-06-22T14:41:59.000Z","updated_at":"2026-06-29T14:41:42.000Z","time_to_close":604781,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"dependencies","update_count":15,"packages":[{"name":"step-security/harden-runner","old_version":"2.19.0","new_version":"2.19.4","repository_url":"https://github.com/step-security/harden-runner"},{"name":"actions/checkout","old_version":"6.0.2","new_version":"7.0.0","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"5.2.0","new_version":"5.3.0","repository_url":"https://github.com/actions/setup-java"},{"name":"gradle/actions","old_version":"6.1.0","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"},{"name":"step-security/docker-login-action","old_version":"4.1.0","new_version":"4.2.0","repository_url":"https://github.com/step-security/docker-login-action"},{"name":"kubeshop/setup-testkube","old_version":"1.0.12","new_version":"1.0.13","repository_url":"https://github.com/kubeshop/setup-testkube"},{"name":"fluxcd/flux2","old_version":"2.8.6","new_version":"2.8.8","repository_url":"https://github.com/fluxcd/flux2"},{"name":"step-security/semver-utils","old_version":"4.3.2","new_version":"5.0.0","repository_url":"https://github.com/step-security/semver-utils"},{"name":"step-security/close-milestone","old_version":"2.2.1","new_version":"2.2.2","repository_url":"https://github.com/step-security/close-milestone"},{"name":"sigstore/cosign-installer","old_version":"4.1.1","new_version":"4.1.2","repository_url":"https://github.com/sigstore/cosign-installer"},{"name":"docker/login-action","old_version":"4.1.0","new_version":"4.2.0","repository_url":"https://github.com/docker/login-action"},{"name":"docker/setup-qemu-action","old_version":"4.0.0","new_version":"4.1.0","repository_url":"https://github.com/docker/setup-qemu-action"},{"name":"docker/setup-buildx-action","old_version":"4.0.0","new_version":"4.1.0","repository_url":"https://github.com/docker/setup-buildx-action"},{"name":"docker/build-push-action","old_version":"7.1.0","new_version":"7.2.0","repository_url":"https://github.com/docker/build-push-action"},{"name":"securego/gosec","old_version":"2.25.0","new_version":"2.27.1","repository_url":"https://github.com/securego/gosec"}],"path":null,"ecosystem":"actions"},"body":"Bumps the dependencies group with 15 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.19.0` | `2.19.4` |\n| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `7.0.0` |\n| [actions/setup-java](https://github.com/actions/setup-java) | `5.2.0` | `5.3.0` |\n| [gradle/actions](https://github.com/gradle/actions) | `6.1.0` | `6.2.0` |\n| [step-security/docker-login-action](https://github.com/step-security/docker-login-action) | `4.1.0` | `4.2.0` |\n| [kubeshop/setup-testkube](https://github.com/kubeshop/setup-testkube) | `1.0.12` | `1.0.13` |\n| [fluxcd/flux2](https://github.com/fluxcd/flux2) | `2.8.6` | `2.8.8` |\n| [step-security/semver-utils](https://github.com/step-security/semver-utils) | `4.3.2` | `5.0.0` |\n| [step-security/close-milestone](https://github.com/step-security/close-milestone) | `2.2.1` | `2.2.2` |\n| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `4.1.1` | `4.1.2` |\n| [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.2.0` |\n| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.0.0` | `4.1.0` |\n| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.1.0` |\n| [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.2.0` |\n| [securego/gosec](https://github.com/securego/gosec) | `2.25.0` | `2.27.1` |\n\n\nUpdates `step-security/harden-runner` from 2.19.0 to 2.19.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/harden-runner/releases\"\u003estep-security/harden-runner's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.19.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eImprovements for HTTPS Monitoring for the Enterprise tier of Harden Runner\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.3...v2.19.4\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.3...v2.19.4\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDefault to audit mode when api-key missing with use-policy-store by \u003ca href=\"https://github.com/varunsh-coder\"\u003e\u003ccode\u003e@​varunsh-coder\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/665\"\u003estep-security/harden-runner#665\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.2...v2.19.3\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.2...v2.19.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.1...v2.19.2\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.1...v2.19.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: detect ubuntu-slim runners early and bail out by \u003ca href=\"https://github.com/devantler\"\u003e\u003ccode\u003e@​devantler\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/657\"\u003estep-security/harden-runner#657\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhat the fix changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eHarden-Runner will detect \u003ccode\u003eubuntu-slim\u003c/code\u003e runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhat the fix does not do\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eJobs running on \u003ccode\u003eubuntu-slim\u003c/code\u003e will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities).\u003c/li\u003e\n\u003cli\u003ePer GitHub's docs on \u003ca href=\"https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners\"\u003esingle-CPU runners\u003c/a\u003e: \u0026quot;The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported.\u0026quot;  Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eFor StepSecurity enterprise customers\nIf your security posture requires that workflows are always monitored, you can block the use of \u003ccode\u003eubuntu-slim\u003c/code\u003e via workflow run policies see the \u003ca href=\"https://docs.stepsecurity.io/workflow-run-policies/policies#runner-label-policy\"\u003eRunner Label Policy\u003c/a\u003e docs. This lets you enforce that jobs only run on monitored runner types.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/devantler\"\u003e\u003ccode\u003e@​devantler\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/657\"\u003estep-security/harden-runner#657\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/9af89fc71515a100421586dfdb3dc9c984fbf411\"\u003e\u003ccode\u003e9af89fc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/667\"\u003e#667\u003c/a\u003e from step-security/update-agent-v1.8.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/485dce8cb5d75cda51e8bfa947de06030d080208\"\u003e\u003ccode\u003e485dce8\u003c/code\u003e\u003c/a\u003e Update agent to v1.8.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/ab7a9404c0f3da075243ca237b5fac12c98deaa5\"\u003e\u003ccode\u003eab7a940\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/665\"\u003e#665\u003c/a\u003e from step-security/fix/use-policy-store-default-audit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/ec41b783c27ed7f0db6855a6d9970abd4572858c\"\u003e\u003ccode\u003eec41b78\u003c/code\u003e\u003c/a\u003e Default to audit mode when api-key missing with use-policy-store\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/9ca718d3bf646d6534007c269a635b3e54cadf99\"\u003e\u003ccode\u003e9ca718d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/664\"\u003e#664\u003c/a\u003e from step-security/update-agent-v1.8.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/1dee3df8d29f4225c582eee2ddb6053ca616c0df\"\u003e\u003ccode\u003e1dee3df\u003c/code\u003e\u003c/a\u003e Update agent to v1.8.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/a5ad31d6a139d249332a2605b85202e8c0b78450\"\u003e\u003ccode\u003ea5ad31d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/657\"\u003e#657\u003c/a\u003e from devantler/fix/ubuntu-slim-user-env\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/6e928567d74554b8842dd434908da31c593ba85c\"\u003e\u003ccode\u003e6e92856\u003c/code\u003e\u003c/a\u003e build dist and trim ubuntu-slim message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/4e0504ee086374bdec7064e5c26d48af41ba6209\"\u003e\u003ccode\u003e4e0504e\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into fix/ubuntu-slim-user-env\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/376d25a97f3a1640ff8cbbddaa4af25948df2cf3\"\u003e\u003ccode\u003e376d25a\u003c/code\u003e\u003c/a\u003e fix: detect ubuntu-slim runners early and bail out\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/harden-runner/compare/8d3c67de8e2fe68ef647c8db1e6a09f647780f40...9af89fc71515a100421586dfdb3dc9c984fbf411\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/checkout` from 6.0.2 to 7.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/df4cb1c069e1874edd31b4311f1884172cec0e10\"\u003e\u003ccode\u003edf4cb1c\u003c/code\u003e\u003c/a\u003e Update changelog for v6.0.3 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2446\"\u003e#2446\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 5.2.0 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: update Java version to 25 in setup examples by \u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/984\"\u003eactions/setup-java#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRefactor error handling and improve test logging for installers by \u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/989\"\u003eactions/setup-java#989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: upgrade dependencies (\u003ccode\u003e@​actions/core\u003c/code\u003e, cache, glob, http-client, tool-cache, xmlbuilder2) by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Oracle JDK 17 licensing limitation note by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1001\"\u003eactions/setup-java#1001\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate readme for ubuntu sudo java_home behavior by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1013\"\u003eactions/setup-java#1013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003etemurin: add support for Alpine Linux by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/674\"\u003eactions/setup-java#674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1015\"\u003eactions/setup-java#1015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.48.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/952\"\u003eactions/setup-java#952\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump eslint-config-prettier from 8.10.0 to 10.1.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/881\"\u003eactions/setup-java#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1016\"\u003eactions/setup-java#1016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/950\"\u003eactions/setup-java#950\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplement pagination with link headers for Adoptium based apis by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake the Adoptopenjdk package type look at the Temurin repo first for latest assets by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/522\"\u003eactions/setup-java#522\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1018\"\u003eactions/setup-java#1018\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.3.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003e\u003ccode\u003ead2b381\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1018\"\u003e#1018\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/b24df5bba5e9b8a1fcf822c1f0517b7bcc070757\"\u003e\u003ccode\u003eb24df5b\u003c/code\u003e\u003c/a\u003e Make the Adoptopenjdk package type look at the Temurin repo first for latest ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/43120bc3c3d8598724a29b0c856f33e1151591f3\"\u003e\u003ccode\u003e43120bc\u003c/code\u003e\u003c/a\u003e Implement pagination with link headers for Adoptium based apis (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1014\"\u003e#1014\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad9d6a632083232d766860674a129059adbcf61a\"\u003e\u003ccode\u003ead9d6a6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/950\"\u003e#950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/039af37997902e61332385d6ba53a0c99379949a\"\u003e\u003ccode\u003e039af37\u003c/code\u003e\u003c/a\u003e Bump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1016\"\u003e#1016\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1756ab6acdd8c8f78b33671c220bf78547b2db03\"\u003e\u003ccode\u003e1756ab6\u003c/code\u003e\u003c/a\u003e Bump eslint-config-prettier from 8.10.0 to 10.1.8 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/881\"\u003e#881\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/662bb59f48b4e26f135e9c9a90c42632866e41e3\"\u003e\u003ccode\u003e662bb59\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.46.2 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/952\"\u003e#952\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1071fc12d634df380b160287a5e2c9045eb0cad3\"\u003e\u003ccode\u003e1071fc1\u003c/code\u003e\u003c/a\u003e fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parse...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/576b821f29a2e03344ca994f84b2ff3c953673ba\"\u003e\u003ccode\u003e576b821\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/674\"\u003e#674\u003c/a\u003e from gdams/alpine\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/307d3a25a0b59c828425a19915c8b94c314c7ca8\"\u003e\u003ccode\u003e307d3a2\u003c/code\u003e\u003c/a\u003e update readme for ubuntu sudo java_home behavior (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1013\"\u003e#1013\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/be666c2fcd27ec809703dec50e508c2fdc7f6654...ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 6.1.0 to 6.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/50e97c2cd7a37755bbfafc9c5b7cafaece252f6e...3f131e8634966bd73d06cc69884922b02e6faf92\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `step-security/docker-login-action` from 4.1.0 to 4.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/docker-login-action/releases\"\u003estep-security/docker-login-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.2.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: Cherry-picked changes from upstream by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/39\"\u003estep-security/docker-login-action#39\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump axios from 1.15.0 to 1.16.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/40\"\u003estep-security/docker-login-action#40\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump fast-xml-builder from 1.1.4 to 1.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/42\"\u003estep-security/docker-login-action#42\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: upgraded packages to fix vulnerabilities by \u003ca href=\"https://github.com/Raj-StepSecurity\"\u003e\u003ccode\u003e@​Raj-StepSecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/43\"\u003estep-security/docker-login-action#43\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/docker-login-action/compare/v4...v4.2.0\"\u003ehttps://github.com/step-security/docker-login-action/compare/v4...v4.2.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/164e21d7e52229904128e2f946001cb88278c33d\"\u003e\u003ccode\u003e164e21d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/43\"\u003e#43\u003c/a\u003e from step-security/fix/vulnerabilities-fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/02bf41c45daa4c0110e5060c0f7a25ffd4f10a04\"\u003e\u003ccode\u003e02bf41c\u003c/code\u003e\u003c/a\u003e fix: upgraded packages to fix vulnerabilities\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/d351b10e24900b26a44d2f7dbe706c8e899c8e9c\"\u003e\u003ccode\u003ed351b10\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/42\"\u003e#42\u003c/a\u003e from step-security/dependabot/npm_and_yarn/fast-xml-bu...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/14bbeabcda43ca06033c116f11f2204a689d6132\"\u003e\u003ccode\u003e14bbeab\u003c/code\u003e\u003c/a\u003e build(deps): bump fast-xml-builder from 1.1.4 to 1.2.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/6f2e8f44a30cb2d879946c321f297c01cc9075a0\"\u003e\u003ccode\u003e6f2e8f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/40\"\u003e#40\u003c/a\u003e from step-security/dependabot/npm_and_yarn/axios-1.16.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/e3944e0c1d853d48d4a7cfe2dd0c198f2e63cf09\"\u003e\u003ccode\u003ee3944e0\u003c/code\u003e\u003c/a\u003e build(deps): bump axios from 1.15.0 to 1.16.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/05c941dbccdf636cea2b23288c241de81cdb1087\"\u003e\u003ccode\u003e05c941d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/39\"\u003e#39\u003c/a\u003e from step-security/auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/9aecf0bc3c3c689888e298cbf3cbf7aad2dc80ea\"\u003e\u003ccode\u003e9aecf0b\u003c/code\u003e\u003c/a\u003e conflicted commits cherry-picked manually\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/4e8228f81a23d22e3f77f1af4e0f4172560e501c\"\u003e\u003ccode\u003e4e8228f\u003c/code\u003e\u003c/a\u003e replace ncc with esbuild for action bundling\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/docker-login-action/compare/870af644803bf9f204aed474adbad2958fec048b...164e21d7e52229904128e2f946001cb88278c33d\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `kubeshop/setup-testkube` from 1.0.12 to 1.0.13\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/kubeshop/setup-testkube/releases\"\u003ekubeshop/setup-testkube's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.13\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efeat: upgrade Node.js runtime from node20 to node24 by \u003ca href=\"https://github.com/mike-mcnamara\"\u003e\u003ccode\u003e@​mike-mcnamara\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubeshop/setup-testkube/pull/18\"\u003ekubeshop/setup-testkube#18\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mike-mcnamara\"\u003e\u003ccode\u003e@​mike-mcnamara\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/kubeshop/setup-testkube/pull/18\"\u003ekubeshop/setup-testkube#18\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubeshop/setup-testkube/compare/v1.0.12...v1.0.13\"\u003ehttps://github.com/kubeshop/setup-testkube/compare/v1.0.12...v1.0.13\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubeshop/setup-testkube/commit/da4b4be0ae108ecdb0d1a7a546438b97c244acd0\"\u003e\u003ccode\u003eda4b4be\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubeshop/setup-testkube/issues/18\"\u003e#18\u003c/a\u003e from mike-mcnamara/upgrade-node24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubeshop/setup-testkube/commit/84ddc74aa6feca6340e9d87dab6c05ce9b6674d2\"\u003e\u003ccode\u003e84ddc74\u003c/code\u003e\u003c/a\u003e fix: add setup-node to integration test per review\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubeshop/setup-testkube/commit/2912fd116513c151f5400ea26770036c06a11891\"\u003e\u003ccode\u003e2912fd1\u003c/code\u003e\u003c/a\u003e feat: upgrade Node.js runtime from node20 to node24\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubeshop/setup-testkube/compare/3deb6ba0cd26e0d890e278d59f996bd30d58b567...da4b4be0ae108ecdb0d1a7a546438b97c244acd0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `fluxcd/flux2` from 2.8.6 to 2.8.8\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/fluxcd/flux2/releases\"\u003efluxcd/flux2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.8.8\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eFlux v2.8.8 is a patch release that includes CVE fixes via go-git v5.19.1 (source-controller, image-automation-controller), reliability fixes in helm-controller and source-controller, the move of Helm back to upstream v4.2.0, support for GCP sovereign cloud artifact registries, and dependency updates. Users are encouraged to upgrade for the best experience.\u003c/p\u003e\n\u003cp\u003eℹ️ Please follow the \u003ca href=\"https://github.com/fluxcd/flux2/discussions/5572\"\u003eUpgrade Procedure for Flux v2.7+\u003c/a\u003e for a smooth upgrade from Flux v2.6 to the latest version.\u003c/p\u003e\n\u003cp\u003eFixes:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd a configurable HTTP timeout for artifact fetching, preventing fetches that could block indefinitely and stall reconciliations (helm-controller)\u003c/li\u003e\n\u003cli\u003eFix unbounded memory growth caused by a Kubernetes client transport retry wrapper accumulating on every reconcile (helm-controller)\u003c/li\u003e\n\u003cli\u003eStop force-applying non-CRD objects placed under a chart's \u003ccode\u003ecrds/\u003c/code\u003e directory (helm-controller)\u003c/li\u003e\n\u003cli\u003eFix the Helm test action failing to find releases with names longer than 53 characters (helm-controller)\u003c/li\u003e\n\u003cli\u003eImprove path handling in the source reconcilers (source-controller)\u003c/li\u003e\n\u003cli\u003eSupport Helm semver build-metadata encoding in OCIRepository tags (source-controller)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eImprovements:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate go-git to v5.19.1 which fixes \u003ca href=\"https://github.com/advisories/GHSA-crhj-59gh-8x96\"\u003eCVE-2026-45571\u003c/a\u003e and \u003ca href=\"https://github.com/advisories/GHSA-m7cr-m3pv-hgrp\"\u003eCVE-2026-45570\u003c/a\u003e (source-controller, image-automation-controller)\u003c/li\u003e\n\u003cli\u003eMove Helm back to upstream v4.2.0 (source-controller, helm-controller)\u003c/li\u003e\n\u003cli\u003eAdd support for GCP sovereign cloud artifact registries (source-controller, image-reflector-controller)\u003c/li\u003e\n\u003cli\u003eUpgrade Kubernetes to 1.36.1 (source-controller, helm-controller)\u003c/li\u003e\n\u003cli\u003eUpdate fluxcd/pkg dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eComponents changelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ehelm-controller \u003ca href=\"https://github.com/fluxcd/helm-controller/blob/v1.5.5/CHANGELOG.md\"\u003ev1.5.5\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eimage-automation-controller \u003ca href=\"https://github.com/fluxcd/image-automation-controller/blob/v1.1.4/CHANGELOG.md\"\u003ev1.1.4\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eimage-reflector-controller \u003ca href=\"https://github.com/fluxcd/image-reflector-controller/blob/v1.1.2/CHANGELOG.md\"\u003ev1.1.2\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esource-controller \u003ca href=\"https://github.com/fluxcd/source-controller/blob/v1.8.5/CHANGELOG.md\"\u003ev1.8.5\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eCLI changelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate toolkit components by \u003ca href=\"https://github.com/fluxcdbot\"\u003e\u003ccode\u003e@​fluxcdbot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fluxcd/flux2/pull/5904\"\u003efluxcd/flux2#5904\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/fluxcd/flux2/compare/v2.8.7...v2.8.8\"\u003ehttps://github.com/fluxcd/flux2/compare/v2.8.7...v2.8.8\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.8.7\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eFlux v2.8.7 is a patch release that includes a bug fix in kustomize-controller, a CVE fix in source-controller and image-automation-controller via go-git v5.19.0, and dependency updates. Users are encouraged to upgrade for the best experience.\u003c/p\u003e\n\u003cp\u003eℹ️ Please follow the \u003ca href=\"https://github.com/fluxcd/flux2/discussions/5572\"\u003eUpgrade Procedure for Flux v2.7+\u003c/a\u003e for a smooth upgrade from Flux v2.6 to the latest version.\u003c/p\u003e\n\u003cp\u003eFixes:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eFix management of objects annotated with \u003ccode\u003ekustomize.toolkit.fluxcd.io/ssa: IfNotPresent\u003c/code\u003e where non-namespaced resources were being deleted and recreated on each reconciliation (kustomize-controller)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eImprovements:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate go-git to v5.19.0 which fixes \u003ca href=\"https://github.com/advisories/GHSA-389r-gv7p-r3rp\"\u003eCVE-2026-45022\u003c/a\u003e (source-controller, image-automation-controller)\u003c/li\u003e\n\u003cli\u003eUpdate fluxcd/pkg dependencies (source-controller, kustomize-controller, image-automation-controller)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eComponents changelog\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/1fd61a06264d71cf445ed55c4f14d401d26a1c64\"\u003e\u003ccode\u003e1fd61a0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5904\"\u003e#5904\u003c/a\u003e from fluxcd/update-components-release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/477f048ec0c3c47ce402c5be45cb67b9b2b84386\"\u003e\u003ccode\u003e477f048\u003c/code\u003e\u003c/a\u003e Update toolkit components\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/0acfaa26c6219cb08e3add4432b981436b2a4f49\"\u003e\u003ccode\u003e0acfaa2\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5899\"\u003e#5899\u003c/a\u003e from fluxcd/update-pkg-deps/release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/264957f40bef9d139323341e7466548ebba17c27\"\u003e\u003ccode\u003e264957f\u003c/code\u003e\u003c/a\u003e Update fluxcd/pkg dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/54e4ba378e155ada619caafdc599e5c4d759ce5c\"\u003e\u003ccode\u003e54e4ba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5891\"\u003e#5891\u003c/a\u003e from fluxcd/update-components-release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/d2fbb16656555a93adfb5aa0ec7ca145919acacb\"\u003e\u003ccode\u003ed2fbb16\u003c/code\u003e\u003c/a\u003e Update toolkit components\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/66533d7c9027618340b96e7a925cbef4f43f4dfc\"\u003e\u003ccode\u003e66533d7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5882\"\u003e#5882\u003c/a\u003e from fluxcd/backport-5881-to-release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/7ac36233f338adf90eb7546533f87c23a32d50fc\"\u003e\u003ccode\u003e7ac3623\u003c/code\u003e\u003c/a\u003e include source-watcher in install manifests\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/fluxcd/flux2/compare/04acaec6161ac4fb1a82ffafa88901c03271d34f...1fd61a06264d71cf445ed55c4f14d401d26a1c64\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `step-security/semver-utils` from 4.3.2 to 5.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/semver-utils/releases\"\u003estep-security/semver-utils's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/220\"\u003estep-security/semver-utils#220\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/221\"\u003estep-security/semver-utils#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: upgrade packages to fix vulnerabilities by \u003ca href=\"https://github.com/Raj-StepSecurity\"\u003e\u003ccode\u003e@​Raj-StepSecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/222\"\u003estep-security/semver-utils#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/223\"\u003estep-security/semver-utils#223\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/224\"\u003estep-security/semver-utils#224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Remove guarddog.yml by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/225\"\u003estep-security/semver-utils#225\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/227\"\u003estep-security/semver-utils#227\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Add claude review workflow by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/228\"\u003estep-security/semver-utils#228\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: added banner and update subscription check to make maintained actions free for public repos by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/226\"\u003estep-security/semver-utils#226\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump actions/checkout from 4.1.1 to 6.0.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/175\"\u003estep-security/semver-utils#175\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/202\"\u003estep-security/semver-utils#202\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump github/codeql-action from 3.24.3 to 4.35.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/218\"\u003estep-security/semver-utils#218\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump actions/dependency-review-action from 4.1.3 to 5.0.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/209\"\u003estep-security/semver-utils#209\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Update auto cherry-pick workflow by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/230\"\u003estep-security/semver-utils#230\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Cherry-picked changes from upstream by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/229\"\u003estep-security/semver-utils#229\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/225\"\u003estep-security/semver-utils#225\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/semver-utils/compare/v4...v5.0.0\"\u003ehttps://github.com/step-security/semver-utils/compare/v4...v5.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/5bb182a08240146b23b61cc002cb74004377da4b\"\u003e\u003ccode\u003e5bb182a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/229\"\u003e#229\u003c/a\u003e from step-security/auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/57d3f51f108d62d579217a48d6ea0098e9a183ee\"\u003e\u003ccode\u003e57d3f51\u003c/code\u003e\u003c/a\u003e chore: Bump version in package.json and lock file\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/6ac856db625c45a3598e902d3d41ff82e6c6225b\"\u003e\u003ccode\u003e6ac856d\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/b36e30950176cfdc82294700f613aa2bcffe72f0\"\u003e\u003ccode\u003eb36e309\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/230\"\u003e#230\u003c/a\u003e from step-security/fix-auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/385280376f65b1dfeedc496f98d305d0b42ab1a0\"\u003e\u003ccode\u003e3852803\u003c/code\u003e\u003c/a\u003e fix: Update auto cherry-pick workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/dbfcfd87d115b9a32284e1b53930aae83c1820e5\"\u003e\u003ccode\u003edbfcfd8\u003c/code\u003e\u003c/a\u003e chore: Cherry-pick changes from upstream\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/ecb04aec3bade353524b29c14ba3579d7c45779c\"\u003e\u003ccode\u003eecb04ae\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/ba69ca4900a31d80c7f4d9556f25e85777cbcaa7\"\u003e\u003ccode\u003eba69ca4\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/6f8e4f9839152d933a82fe6bdf6802d389b120d7\"\u003e\u003ccode\u003e6f8e4f9\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/9e44e9ebb00a2d5a1d8ef8886eb5c2a809949843\"\u003e\u003ccode\u003e9e44e9e\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/step-security/semver-utils/compare/4ae9c1fd6d1c5f8f152fe7e2efe8069a952c2ace...5bb182a08240146b23b61cc002cb74004377da4b\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `step-security/close-milestone` from 2.2.1 to 2.2.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/close-milestone/releases\"\u003estep-security/close-milestone's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.2.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/109\"\u003estep-security/close-milestone#109\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/125\"\u003estep-security/close-milestone#125\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/126\"\u003estep-security/close-milestone#126\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/127\"\u003estep-security/close-milestone#127\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/128\"\u003estep-security/close-milestone#128\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/129\"\u003estep-security/close-milestone#129\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/130\"\u003estep-security/close-milestone#130\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/131\"\u003estep-security/close-milestone#131\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/132\"\u003estep-security/close-milestone#132\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/133\"\u003estep-security/close-milestone#133\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/134\"\u003estep-security/close-milestone#134\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: upgrade packages to fix vulnerabilities by \u003ca href=\"https://github.com/Raj-StepSecurity\"\u003e\u003ccode\u003e@​Raj-StepSecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/135\"\u003estep-security/close-milestone#135\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/136\"\u003estep-security/close-milestone#136\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/137\"\u003estep-security/close-milestone#137\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/138\"\u003estep-security/close-milestone#138\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Remove guarddog.yml by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/139\"\u003estep-security/close-milestone#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/141\"\u003estep-security/close-milestone#141\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/142\"\u003estep-security/close-milestone#142\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eci: create claude_review.yml by \u003ca href=\"https://github.com/amanstep\"\u003e\u003ccode\u003e@​amanstep\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/143\"\u003estep-security/close-milestone#143\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: added banner and update subscription check to make maintained actions free for public repos by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/140\"\u003estep-security/close-milestone#140\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/139\"\u003estep-security/close-milestone#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/amanstep\"\u003e\u003ccode\u003e@​amanstep\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/143\"\u003estep-security/close-milestone#143\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/close-milestone/compare/v2...v2.2.2\"\u003ehttps://github.com/step-security/close-milestone/compare/v2...v2.2.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/d6e3b63e31f1f869bd3d0403f8cdc1a68f59ab4a\"\u003e\u003ccode\u003ed6e3b63\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/140\"\u003e#140\u003c/a\u003e from step-security/feat/update-subscription-check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/863f964626093731ac2c636fa7dc5ff3d2644274\"\u003e\u003ccode\u003e863f964\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into feat/update-subscription-check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/e1b596a61a6ecc976f5da769dd6d7fa404a0d678\"\u003e\u003ccode\u003ee1b596a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/143\"\u003e#143\u003c/a\u003e from step-security/amanstep-patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/46baafa0c6c0df51b9d34812be4ae404ccbd2e46\"\u003e\u003ccode\u003e46baafa\u003c/code\u003e\u003c/a\u003e format: fixed formatting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/6bc6bcafec2bf2bebc8ab86081cdd0b8f2630caf\"\u003e\u003ccode\u003e6bc6bca\u003c/code\u003e\u003c/a\u003e ci: create claude_review.yml\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/e988771562706195b18b9441460b11d785b5904d\"\u003e\u003ccode\u003ee988771\u003c/code\u003e\u003c/a\u003e chore: dist updated\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/07bcad02d188d4bdc830f6403f27aa3a63d9230e\"\u003e\u003ccode\u003e07bcad0\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into feat/update-subscription-check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/bde7f30187b35ad62a306764515a07135f09a465\"\u003e\u003ccode\u003ebde7f30\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/142\"\u003e#142\u003c/a\u003e from step-security/npm-audit-fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/c147b794f062d8a0fa8066b154701c8dda26b2ca\"\u003e\u003ccode\u003ec147b79\u003c/code\u003e\u003c/a\u003e fix: apply audit fixes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/5e1530b9f64d08ab27a6804b967af5a24b50792d\"\u003e\u003ccode\u003e5e1530b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/141\"\u003e#141\u003c/a\u003e from step-security/npm-audit-fix\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/step-security/close-milestone/compare/b097272a7aaa0f5c40dc6bc671d45d35c5e85b51...d6e3b63e31f1f869bd3d0403f8cdc1a68f59ab4a\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `sigstore/cosign-installer` from 4.1.1 to 4.1.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/sigstore/cosign-installer/releases\"\u003esigstore/cosign-installer's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.1.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump cosign to 3.0.6 in \u003ca href=\"https://redirect.github.com/sigstore/cosign-installer/pull/232\"\u003esigstore/cosign-installer#232\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/bl...\n\n_Description has been truncated_","html_url":"https://github.com/oyakh1/hiero-mirror-node--017/pull/32","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/oyakh1%2Fhiero-mirror-node--017/issues/32","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/32/packages"}},{"old_version":"6.1.0","new_version":"6.2.0","update_type":"minor","path":null,"pr_created_at":"2026-06-22T13:55:39.000Z","version_change":"6.1.0 → 6.2.0","issue":{"uuid":"4717289409","node_id":"PR_kwDOITXto87pM7Vc","number":2421,"state":"closed","title":"Bump the github-actions group across 1 directory with 3 updates","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-06-25T09:50:35.000Z","author_association":null,"state_reason":null,"created_at":"2026-06-22T13:55:39.000Z","updated_at":"2026-06-25T09:50:37.000Z","time_to_close":244496,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"github-actions","update_count":3,"packages":[{"name":"actions/checkout","old_version":"6","new_version":"7","repository_url":"https://github.com/actions/checkout"},{"name":"gradle/actions","old_version":"6.1.0","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"},{"name":"mikepenz/action-junit-report","old_version":"6.4.1","new_version":"6.4.2","repository_url":"https://github.com/mikepenz/action-junit-report"}],"path":null,"ecosystem":"actions"},"body":"Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [gradle/actions](https://github.com/gradle/actions) and [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report).\n\nUpdates `actions/checkout` from 6 to 7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v6.0.2\"\u003ehttps://github.com/actions/checkout/compare/v6.0.1...v6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate all references from v5 and v4 to v6 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2314\"\u003eactions/checkout#2314\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify v6 README by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2328\"\u003eactions/checkout#2328\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.1\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/checkout/compare/v6...v7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 6.1.0 to 6.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/50e97c2cd7a37755bbfafc9c5b7cafaece252f6e...3f131e8634966bd73d06cc69884922b02e6faf92\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `mikepenz/action-junit-report` from 6.4.1 to 6.4.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/mikepenz/action-junit-report/releases\"\u003emikepenz/action-junit-report's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.4.2\u003c/h2\u003e\n\u003ch2\u003e📦 Dependencies\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): lock file maintenance\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1558\"\u003e#1558\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update dependency brace-expansion to v5.0.6\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1557\"\u003e#1557\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update node devdependency non-major updates\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1561\"\u003e#1561\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): lock file maintenance\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1562\"\u003e#1562\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24-bullseye docker digest to dc1a0af\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1559\"\u003e#1559\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update dependency vite to v8.0.14\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1560\"\u003e#1560\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): lock file maintenance\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1564\"\u003e#1564\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update node devdependency non-major updates\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1563\"\u003e#1563\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update dependency vite to v8.0.16\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1565\"\u003e#1565\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): update node devdependency non-major updates\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1566\"\u003e#1566\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003echore(deps): lock file maintenance\n\u003cul\u003e\n\u003cli\u003ePR: \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1567\"\u003e#1567\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eContributors:\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/renovate-mike\"\u003e\u003ccode\u003e@​renovate-mike\u003c/code\u003e\u003c/a\u003e[bot], \u003ca href=\"https://github.com/mikepenz\"\u003e\u003ccode\u003e@​mikepenz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/d9f48fc87bc235f7e214acf696ca5abc0a986f16\"\u003e\u003ccode\u003ed9f48fc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1568\"\u003e#1568\u003c/a\u003e from mikepenz/fix/undici-high-severity\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/4a85f8c843845a8de4f46c1b76b6cd26beab1cff\"\u003e\u003ccode\u003e4a85f8c\u003c/code\u003e\u003c/a\u003e fix(deps): bump undici to 6.27.0 to resolve high severity vulnerability\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/0337cea02eea27c0fccb74560ca99ec5a05760ab\"\u003e\u003ccode\u003e0337cea\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1567\"\u003e#1567\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/a88e647813a29b9ce00a77494359516f000f923b\"\u003e\u003ccode\u003ea88e647\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1566\"\u003e#1566\u003c/a\u003e from mikepenz/renovate/node-devdependency-non-major-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/560eef047bb1dea8cc97bcf74293fa6970a25a32\"\u003e\u003ccode\u003e560eef0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1565\"\u003e#1565\u003c/a\u003e from mikepenz/renovate/vite-8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/55cab11b615ed045a8c03f1ac07810b495dbcd22\"\u003e\u003ccode\u003e55cab11\u003c/code\u003e\u003c/a\u003e chore(deps): update node devdependency non-major updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/bd17e3dfe14c4af6c83d98c0633cf9311de35ee1\"\u003e\u003ccode\u003ebd17e3d\u003c/code\u003e\u003c/a\u003e chore(deps): update dependency vite to v8.0.16\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/82be959bf27ac3505bbaa55119b2cd21e701b11c\"\u003e\u003ccode\u003e82be959\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1563\"\u003e#1563\u003c/a\u003e from mikepenz/renovate/node-devdependency-non-major-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/2017850aaa5fada885506b676e96b1accc9fc1b8\"\u003e\u003ccode\u003e2017850\u003c/code\u003e\u003c/a\u003e chore(deps): update node devdependency non-major updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mikepenz/action-junit-report/commit/cd92a9961da0f11c48f8044e4e8cd9bdfe9495fa\"\u003e\u003ccode\u003ecd92a99\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/mikepenz/action-junit-report/issues/1564\"\u003e#1564\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mikepenz/action-junit-report/compare/3a81627bfac62268172037048872e8ebd4207e6d...d9f48fc87bc235f7e214acf696ca5abc0a986f16\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e 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)\n- `@dependabot ignore \u003cdependency name\u003e` 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)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/finnishtransportagency/geoviite/pull/2421","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnishtransportagency%2Fgeoviite/issues/2421","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2421/packages"}},{"old_version":"4.4.4","new_version":"6.2.0","update_type":"major","path":null,"pr_created_at":"2026-06-22T06:09:47.000Z","version_change":"4.4.4 → 6.2.0","issue":{"uuid":"4713943261","node_id":"PR_kwDOSUgwhs7pB00o","number":34,"state":"closed","title":"chore(deps): bump the github-actions-all group with 11 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-06-22T06:53:22.000Z","author_association":null,"state_reason":null,"created_at":"2026-06-22T06:09:47.000Z","updated_at":"2026-06-22T06:53:30.000Z","time_to_close":2615,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"github-actions-all","update_count":11,"packages":[{"name":"actions/checkout","old_version":"4.2.2","new_version":"7.0.0","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"4.7.1","new_version":"5.3.0","repository_url":"https://github.com/actions/setup-java"},{"name":"gradle/actions","old_version":"4.4.4","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"},{"name":"actions/upload-artifact","old_version":"4.6.2","new_version":"7.0.1","repository_url":"https://github.com/actions/upload-artifact"},{"name":"github/codeql-action","old_version":"3.30.7","new_version":"4.36.2","repository_url":"https://github.com/github/codeql-action"},{"name":"docker/setup-buildx-action","old_version":"3.11.1","new_version":"4.1.0","repository_url":"https://github.com/docker/setup-buildx-action"},{"name":"docker/login-action","old_version":"3.6.0","new_version":"4.2.0","repository_url":"https://github.com/docker/login-action"},{"name":"docker/build-push-action","old_version":"6.18.0","new_version":"7.2.0","repository_url":"https://github.com/docker/build-push-action"},{"name":"aquasecurity/trivy-action","old_version":"0.35.0","new_version":"0.36.0","repository_url":"https://github.com/aquasecurity/trivy-action"},{"name":"sigstore/cosign-installer","old_version":"3.9.1","new_version":"4.1.2","repository_url":"https://github.com/sigstore/cosign-installer"},{"name":"azure/setup-helm","old_version":"4.3.0","new_version":"5.0.0","repository_url":"https://github.com/azure/setup-helm"}],"path":null,"ecosystem":"actions"},"body":"Bumps the github-actions-all group with 11 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `7.0.0` |\n| [actions/setup-java](https://github.com/actions/setup-java) | `4.7.1` | `5.3.0` |\n| [gradle/actions](https://github.com/gradle/actions) | `4.4.4` | `6.2.0` |\n| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` |\n| [github/codeql-action](https://github.com/github/codeql-action) | `3.30.7` | `4.36.2` |\n| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.11.1` | `4.1.0` |\n| [docker/login-action](https://github.com/docker/login-action) | `3.6.0` | `4.2.0` |\n| [docker/build-push-action](https://github.com/docker/build-push-action) | `6.18.0` | `7.2.0` |\n| [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) | `0.35.0` | `0.36.0` |\n| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.9.1` | `4.1.2` |\n| [azure/setup-helm](https://github.com/azure/setup-helm) | `4.3.0` | `5.0.0` |\n\nUpdates `actions/checkout` from 4.2.2 to 7.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2355\"\u003eactions/checkout#2355\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.1...v6.0.2\"\u003ehttps://github.com/actions/checkout/compare/v6.0.1...v6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate all references from v5 and v4 to v6 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2314\"\u003eactions/checkout#2314\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClarify v6 README by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2328\"\u003eactions/checkout#2328\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.1\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ev6-beta by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2298\"\u003eactions/checkout#2298\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/df4cb1c069e1874edd31b4311f1884172cec0e10\"\u003e\u003ccode\u003edf4cb1c\u003c/code\u003e\u003c/a\u003e Update changelog for v6.0.3 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2446\"\u003e#2446\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 4.7.1 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: update Java version to 25 in setup examples by \u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/984\"\u003eactions/setup-java#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRefactor error handling and improve test logging for installers by \u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/989\"\u003eactions/setup-java#989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: upgrade dependencies (\u003ccode\u003e@​actions/core\u003c/code\u003e, cache, glob, http-client, tool-cache, xmlbuilder2) by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Oracle JDK 17 licensing limitation note by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1001\"\u003eactions/setup-java#1001\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate readme for ubuntu sudo java_home behavior by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1013\"\u003eactions/setup-java#1013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003etemurin: add support for Alpine Linux by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/674\"\u003eactions/setup-java#674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1015\"\u003eactions/setup-java#1015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.48.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/952\"\u003eactions/setup-java#952\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump eslint-config-prettier from 8.10.0 to 10.1.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/881\"\u003eactions/setup-java#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1016\"\u003eactions/setup-java#1016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/950\"\u003eactions/setup-java#950\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplement pagination with link headers for Adoptium based apis by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake the Adoptopenjdk package type look at the Temurin repo first for latest assets by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/522\"\u003eactions/setup-java#522\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1018\"\u003eactions/setup-java#1018\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.3.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.2.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancement\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRetry on HTTP 522 Connection timed out by \u003ca href=\"https://github.com/findepi\"\u003e\u003ccode\u003e@​findepi\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/964\"\u003eactions/setup-java#964\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate gradle caching by \u003ca href=\"https://github.com/priya-kinthali\"\u003e\u003ccode\u003e@​priya-kinthali\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/972\"\u003eactions/setup-java#972\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate checkout to v6 by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/973\"\u003eactions/setup-java#973\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency Updates\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/cache\u003c/code\u003e to v5 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/968\"\u003eactions/setup-java#968\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade actions/checkout from 5 to 6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/961\"\u003eactions/setup-java#961\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/findepi\"\u003e\u003ccode\u003e@​findepi\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/964\"\u003eactions/setup-java#964\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.2.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eNew Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd support for \u003ccode\u003e.sdkmanrc\u003c/code\u003e file in \u003ccode\u003ejava-version-file\u003c/code\u003e parameter by \u003ca href=\"https://github.com/guicamest\"\u003e\u003ccode\u003e@​guicamest\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/736\"\u003eactions/setup-java#736\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003e\u003ccode\u003ead2b381\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1018\"\u003e#1018\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/b24df5bba5e9b8a1fcf822c1f0517b7bcc070757\"\u003e\u003ccode\u003eb24df5b\u003c/code\u003e\u003c/a\u003e Make the Adoptopenjdk package type look at the Temurin repo first for latest ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/43120bc3c3d8598724a29b0c856f33e1151591f3\"\u003e\u003ccode\u003e43120bc\u003c/code\u003e\u003c/a\u003e Implement pagination with link headers for Adoptium based apis (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1014\"\u003e#1014\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad9d6a632083232d766860674a129059adbcf61a\"\u003e\u003ccode\u003ead9d6a6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/950\"\u003e#950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/039af37997902e61332385d6ba53a0c99379949a\"\u003e\u003ccode\u003e039af37\u003c/code\u003e\u003c/a\u003e Bump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1016\"\u003e#1016\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1756ab6acdd8c8f78b33671c220bf78547b2db03\"\u003e\u003ccode\u003e1756ab6\u003c/code\u003e\u003c/a\u003e Bump eslint-config-prettier from 8.10.0 to 10.1.8 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/881\"\u003e#881\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/662bb59f48b4e26f135e9c9a90c42632866e41e3\"\u003e\u003ccode\u003e662bb59\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.46.2 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/952\"\u003e#952\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1071fc12d634df380b160287a5e2c9045eb0cad3\"\u003e\u003ccode\u003e1071fc1\u003c/code\u003e\u003c/a\u003e fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parse...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/576b821f29a2e03344ca994f84b2ff3c953673ba\"\u003e\u003ccode\u003e576b821\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/674\"\u003e#674\u003c/a\u003e from gdams/alpine\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/307d3a25a0b59c828425a19915c8b94c314c7ca8\"\u003e\u003ccode\u003e307d3a2\u003c/code\u003e\u003c/a\u003e update readme for ubuntu sudo java_home behavior (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1013\"\u003e#1013\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/c5195efecf7bdfc987ee8bae7a71cb8b11521c00...ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 4.4.4 to 6.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.0\u003c/h2\u003e\n\u003ch2\u003eNew: Basic Cache Provider\u003c/h2\u003e\n\u003cp\u003eA new MIT-licensed \u003cstrong\u003eBasic Caching\u003c/strong\u003e provider is now available as an alternative to the proprietary \u003cstrong\u003eEnhanced Caching\u003c/strong\u003e provided by \u003ccode\u003egradle-actions-caching\u003c/code\u003e. Choose Basic Caching by setting \u003ccode\u003ecache-provider: basic\u003c/code\u003e on \u003ccode\u003esetup-gradle\u003c/code\u003e or \u003ccode\u003edependency-submission\u003c/code\u003e actions.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eBuilt on \u003ccode\u003e@actions/cache\u003c/code\u003e -- fully open source\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/748248ddd2a24f49513d8f472f81c3a07d4d50e1...3f131e8634966bd73d06cc69884922b02e6faf92\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/upload-artifact` from 4.6.2 to 7.0.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/upload-artifact/releases\"\u003eactions/upload-artifact's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate the readme with direct upload details by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/795\"\u003eactions/upload-artifact#795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReadme: bump all the example versions to v7 by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/796\"\u003eactions/upload-artifact#796\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eInclude changes in typespec/ts-http-runtime 0.3.5 by \u003ca href=\"https://github.com/yacaovsnc\"\u003e\u003ccode\u003e@​yacaovsnc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/797\"\u003eactions/upload-artifact#797\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/upload-artifact/compare/v7...v7.0.1\"\u003ehttps://github.com/actions/upload-artifact/compare/v7...v7.0.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003ev7 What's new\u003c/h2\u003e\n\u003ch3\u003eDirect Uploads\u003c/h3\u003e\n\u003cp\u003eAdds support for uploading single files directly (unzipped). Callers can set the new \u003ccode\u003earchive\u003c/code\u003e parameter to \u003ccode\u003efalse\u003c/code\u003e to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The \u003ccode\u003ename\u003c/code\u003e parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.\u003c/p\u003e\n\u003ch3\u003eESM\u003c/h3\u003e\n\u003cp\u003eTo support new versions of the \u003ccode\u003e@actions/*\u003c/code\u003e packages, we've upgraded the package to ESM.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd proxy integration test by \u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/754\"\u003eactions/upload-artifact#754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade the module to ESM and bump dependencies by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/762\"\u003eactions/upload-artifact#762\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSupport direct file uploads by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/764\"\u003eactions/upload-artifact#764\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Link\"\u003e\u003ccode\u003e@​Link\u003c/code\u003e\u003c/a\u003e- made their first contribution in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/754\"\u003eactions/upload-artifact#754\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/upload-artifact/compare/v6...v7.0.0\"\u003ehttps://github.com/actions/upload-artifact/compare/v6...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003ch2\u003ev6 - What's new\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nactions/upload-artifact@v6 now runs on Node.js 24 (\u003ccode\u003eruns.using: node24\u003c/code\u003e) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch3\u003eNode.js 24\u003c/h3\u003e\n\u003cp\u003eThis release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpload Artifact Node 24 support by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/719\"\u003eactions/upload-artifact#719\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: update \u003ccode\u003e@​actions/artifact\u003c/code\u003e for Node.js 24 punycode deprecation by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/744\"\u003eactions/upload-artifact#744\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eprepare release v6.0.0 for Node.js 24 support by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/745\"\u003eactions/upload-artifact#745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0\"\u003ehttps://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/043fb46d1a93c77aae656e7c1c64a875d1fc6a0a\"\u003e\u003ccode\u003e043fb46\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/797\"\u003e#797\u003c/a\u003e from actions/yacaovsnc/update-dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/634250c1388765ea7ed0f053e636f1f399000b94\"\u003e\u003ccode\u003e634250c\u003c/code\u003e\u003c/a\u003e Include changes in typespec/ts-http-runtime 0.3.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/e454baaac2be505c9450e11b8f3215c6fc023ce8\"\u003e\u003ccode\u003ee454baa\u003c/code\u003e\u003c/a\u003e Readme: bump all the example versions to v7 (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/796\"\u003e#796\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/74fad66b98a6d799dc004d3353ccd0e6f6b2530e\"\u003e\u003ccode\u003e74fad66\u003c/code\u003e\u003c/a\u003e Update the readme with direct upload details (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/795\"\u003e#795\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f\"\u003e\u003ccode\u003ebbbca2d\u003c/code\u003e\u003c/a\u003e Support direct file uploads (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/764\"\u003e#764\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/589182c5a4cec8920b8c1bce3e2fab1c97a02296\"\u003e\u003ccode\u003e589182c\u003c/code\u003e\u003c/a\u003e Upgrade the module to ESM and bump dependencies (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/762\"\u003e#762\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/47309c993abb98030a35d55ef7ff34b7fa1074b5\"\u003e\u003ccode\u003e47309c9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/754\"\u003e#754\u003c/a\u003e from actions/Link-/add-proxy-integration-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/02a8460834e70dab0ce194c64360c59dc1475ef0\"\u003e\u003ccode\u003e02a8460\u003c/code\u003e\u003c/a\u003e Add proxy integration test\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/b7c566a772e6b6bfb58ed0dc250532a479d7789f\"\u003e\u003ccode\u003eb7c566a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/745\"\u003e#745\u003c/a\u003e from actions/upload-artifact-v6-release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/e516bc8500aaf3d07d591fcd4ae6ab5f9c391d5b\"\u003e\u003ccode\u003ee516bc8\u003c/code\u003e\u003c/a\u003e docs: correct description of Node.js 24 support in README\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github/codeql-action` from 3.30.7 to 4.36.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/codeql-action/releases\"\u003egithub/codeql-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.36.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCache CodeQL CLI version information across Actions steps. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3943\"\u003e#3943\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3937\"\u003e#3937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6\"\u003e2.25.6\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3948\"\u003e#3948\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.36.1\u003c/h2\u003e\n\u003cp\u003eNo user facing changes.\u003c/p\u003e\n\u003ch2\u003ev4.36.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eBreaking change\u003c/em\u003e: Bump the minimum required CodeQL bundle version to 2.19.4. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3894\"\u003e#3894\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd support for SHA-256 Git object IDs. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3893\"\u003e#3893\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5\"\u003e2.25.5\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3926\"\u003e#3926\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.5\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eWe have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3899\"\u003e#3899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFor performance and accuracy reasons, \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3791\"\u003e#3791\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eIf multiple inputs are provided for the GitHub-internal \u003ccode\u003eanalysis-kinds\u003c/code\u003e input, only \u003ccode\u003ecode-scanning\u003c/code\u003e will be enabled. The \u003ccode\u003eanalysis-kinds\u003c/code\u003e input is experimental, for GitHub-internal use only, and may change without notice at any time. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3892\"\u003e#3892\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdded an experimental change which, when running a Code Scanning analysis for a PR with \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3880\"\u003e#3880\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.4\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4\"\u003e2.25.4\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3881\"\u003e#3881\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eUpcoming breaking change\u003c/em\u003e: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3837\"\u003e#3837\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eConfigurations for private registries that use Cloudsmith or GCP OIDC are now accepted. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3850\"\u003e#3850\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBest-effort connection tests for private registries now use \u003ccode\u003eGET\u003c/code\u003e requests instead of \u003ccode\u003eHEAD\u003c/code\u003e for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3853\"\u003e#3853\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3852\"\u003e#3852\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3\"\u003e2.25.3\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3865\"\u003e#3865\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe undocumented TRAP cache cleanup feature that could be enabled using the \u003ccode\u003eCODEQL_ACTION_CLEANUP_TRAP_CACHES\u003c/code\u003e environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the \u003ccode\u003etrap-caching: false\u003c/code\u003e input to the \u003ccode\u003einit\u003c/code\u003e Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3795\"\u003e#3795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3789\"\u003e#3789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePython analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3794\"\u003e#3794\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3807\"\u003e#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2\"\u003e2.25.2\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3823\"\u003e#3823\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix incorrect minimum required Git version for \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e: it should have been 2.36.0, not 2.11.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3781\"\u003e#3781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReduced the minimum Git version required for \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e from 2.38.0 to 2.11.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3767\"\u003e#3767\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.1\"\u003e2.25.1\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3773\"\u003e#3773\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.34.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDowngrade default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3\"\u003e2.24.3\u003c/a\u003e due to issues with a small percentage of Actions and JavaScript analyses. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3762\"\u003e#3762\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.34.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdded an experimental change which disables TRAP caching when \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3569\"\u003e#3569\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eWe are rolling out improved incremental analysis to C/C++ analyses that use build mode \u003ccode\u003enone\u003c/code\u003e. We expect this rollout to be complete by the end of April 2026. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3584\"\u003e#3584\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.0\"\u003e2.25.0\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3585\"\u003e#3585\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/codeql-action/blob/main/CHANGELOG.md\"\u003egithub/codeql-action's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eCodeQL Action Changelog\u003c/h1\u003e\n\u003cp\u003eSee the \u003ca href=\"https://github.com/github/codeql-action/releases\"\u003ereleases page\u003c/a\u003e for the relevant changes to the CodeQL CLI and language packs.\u003c/p\u003e\n\u003ch2\u003e[UNRELEASED]\u003c/h2\u003e\n\u003cp\u003eNo user facing changes.\u003c/p\u003e\n\u003ch2\u003e4.36.2 - 04 Jun 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCache CodeQL CLI version information across Actions steps. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3943\"\u003e#3943\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3937\"\u003e#3937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6\"\u003e2.25.6\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3948\"\u003e#3948\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.36.1 - 02 Jun 2026\u003c/h2\u003e\n\u003cp\u003eNo user facing changes.\u003c/p\u003e\n\u003ch2\u003e4.36.0 - 22 May 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eBreaking change\u003c/em\u003e: Bump the minimum required CodeQL bundle version to 2.19.4. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3894\"\u003e#3894\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd support for SHA-256 Git object IDs. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3893\"\u003e#3893\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5\"\u003e2.25.5\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3926\"\u003e#3926\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.5 - 15 May 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eWe have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3899\"\u003e#3899\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFor performance and accuracy reasons, \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3791\"\u003e#3791\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eIf multiple inputs are provided for the GitHub-internal \u003ccode\u003eanalysis-kinds\u003c/code\u003e input, only \u003ccode\u003ecode-scanning\u003c/code\u003e will be enabled. The \u003ccode\u003eanalysis-kinds\u003c/code\u003e input is experimental, for GitHub-internal use only, and may change without notice at any time. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3892\"\u003e#3892\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdded an experimental change which, when running a Code Scanning analysis for a PR with \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3880\"\u003e#3880\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.4 - 07 May 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4\"\u003e2.25.4\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3881\"\u003e#3881\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.3 - 01 May 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eUpcoming breaking change\u003c/em\u003e: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3837\"\u003e#3837\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eConfigurations for private registries that use Cloudsmith or GCP OIDC are now accepted. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3850\"\u003e#3850\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBest-effort connection tests for private registries now use \u003ccode\u003eGET\u003c/code\u003e requests instead of \u003ccode\u003eHEAD\u003c/code\u003e for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3853\"\u003e#3853\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3852\"\u003e#3852\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3\"\u003e2.25.3\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3865\"\u003e#3865\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.2 - 15 Apr 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe undocumented TRAP cache cleanup feature that could be enabled using the \u003ccode\u003eCODEQL_ACTION_CLEANUP_TRAP_CACHES\u003c/code\u003e environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the \u003ccode\u003etrap-caching: false\u003c/code\u003e input to the \u003ccode\u003einit\u003c/code\u003e Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3795\"\u003e#3795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3789\"\u003e#3789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePython analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3794\"\u003e#3794\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3807\"\u003e#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2\"\u003e2.25.2\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3823\"\u003e#3823\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/8aad20d150bbac5944a9f9d289da16a4b0d87c1e\"\u003e\u003ccode\u003e8aad20d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3949\"\u003e#3949\u003c/a\u003e from github/update-v4.36.2-dcb947ce1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/f521b08cd8f468ab193ea950a589cb2e9c869c6a\"\u003e\u003ccode\u003ef521b08\u003c/code\u003e\u003c/a\u003e Add additional changelog notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/8aeff0ffb7b78582ee0d0e6eebb8140684400d08\"\u003e\u003ccode\u003e8aeff0f\u003c/code\u003e\u003c/a\u003e Update changelog for v4.36.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/dcb947ce15976d40ea82935510b2db4872ec124c\"\u003e\u003ccode\u003edcb947c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3948\"\u003e#3948\u003c/a\u003e from github/update-bundle/codeql-bundle-v2.25.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/c251bcefa178f7780f62f150002acffe3d07fde9\"\u003e\u003ccode\u003ec251bce\u003c/code\u003e\u003c/a\u003e Add changelog note\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/62953c18b35f59e28351d2f1e806925aef8b1e3c\"\u003e\u003ccode\u003e62953c1\u003c/code\u003e\u003c/a\u003e Update default bundle to codeql-bundle-v2.25.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/423b570baf1976cd7a3daeba5d6e9f9b76432f37\"\u003e\u003ccode\u003e423b570\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3946\"\u003e#3946\u003c/a\u003e from github/dependabot/npm_and_yarn/npm-minor-5d507a...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/c35d1b164463ee62a100735382aaaa525c5d3496\"\u003e\u003ccode\u003ec35d1b1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3947\"\u003e#3947\u003c/a\u003e from github/dependabot/github_actions/dot-github/wor...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/cb1a588b02755b176e7b9d033ed4b69312f0e1bd\"\u003e\u003ccode\u003ecb1a588\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3937\"\u003e#3937\u003c/a\u003e from github/robertbrignull/waitForProcessing_backoff\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/ba47406412c54532b5b4fcfbaf877c9e2382b206\"\u003e\u003ccode\u003eba47406\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3943\"\u003e#3943\u003c/a\u003e from github/henrymercer/cache-cli-version-info\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/github/codeql-action/compare/a8d1ac45b9a34d11fe398d5503176af0d06b303e...8aad20d150bbac5944a9f9d289da16a4b0d87c1e\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/setup-buildx-action` from 3.11.1 to 4.1.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/setup-buildx-action/releases\"\u003edocker/setup-buildx-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.1.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.79.0 to 0.90.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/489\"\u003edocker/setup-buildx-action#489\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.12 to 5.0.6 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/547\"\u003edocker/setup-buildx-action#547\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/508\"\u003edocker/setup-buildx-action#508\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump fast-xml-builder from 1.0.0 to 1.2.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/540\"\u003edocker/setup-buildx-action#540\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump fast-xml-parser from 5.4.2 to 5.8.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/496\"\u003edocker/setup-buildx-action#496\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.3 to 3.4.2 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/499\"\u003edocker/setup-buildx-action#499\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump glob from 10.3.12 to 13.0.6 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/495\"\u003edocker/setup-buildx-action#495\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump handlebars from 4.7.8 to 4.7.9 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/504\"\u003edocker/setup-buildx-action#504\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.23 to 4.18.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/523\"\u003edocker/setup-buildx-action#523\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch from 4.0.3 to 4.0.4 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/503\"\u003edocker/setup-buildx-action#503\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump postcss from 8.5.6 to 8.5.10 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/537\"\u003edocker/setup-buildx-action#537\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump tar from 6.2.1 to 7.5.15 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/545\"\u003edocker/setup-buildx-action#545\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 6.23.0 to 6.25.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/492\"\u003edocker/setup-buildx-action#492\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump vite from 7.3.1 to 7.3.2 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/520\"\u003edocker/setup-buildx-action#520\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v4.0.0...v4.1.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v4.0.0...v4.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eNode 24 as default runtime (requires \u003ca href=\"https://github.com/actions/runner/releases/tag/v2.327.1\"\u003eActions Runner v2.327.1\u003c/a\u003e or later) by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/483\"\u003edocker/setup-buildx-action#483\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove deprecated inputs/outputs by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/464\"\u003edocker/setup-buildx-action#464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch to ESM and update config/test wiring by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/481\"\u003edocker/setup-buildx-action#481\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.11.1 to 3.0.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/475\"\u003edocker/setup-buildx-action#475\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.63.0 to 0.79.0 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/482\"\u003edocker/setup-buildx-action#482\u003c/a\u003e \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/485\"\u003edocker/setup-buildx-action#485\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.1.1 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/452\"\u003edocker/setup-buildx-action#452\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.21 to 4.17.23 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/472\"\u003edocker/setup-buildx-action#472\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 in \u003ca href=\"https://redirect.github.com/docker/setup-buildx-action/pull/480\"\u003edocker/setup-buildx-action#480\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0\"\u003ehttps://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev3.12.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDeprecate \u003ccode\u003einstall\u003c/code\u003e input by \u003ca href=\"https://github.com/...\n\n_Description has been truncated_","html_url":"https://github.com/ssa1004/billing-platform/pull/34","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssa1004%2Fbilling-platform/issues/34","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/34/packages"}},{"old_version":"6.1.0","new_version":"6.2.0","update_type":"minor","path":null,"pr_created_at":"2026-06-22T04:37:08.000Z","version_change":"6.1.0 → 6.2.0","issue":{"uuid":"4713474021","node_id":"PR_kwDOSOOwLM7pARru","number":33,"state":"closed","title":"Bump the dependencies group across 1 directory with 15 updates","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-06-29T04:32:25.000Z","author_association":null,"state_reason":null,"created_at":"2026-06-22T04:37:08.000Z","updated_at":"2026-06-29T04:32:27.000Z","time_to_close":604517,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"dependencies","update_count":15,"packages":[{"name":"step-security/harden-runner","old_version":"2.19.0","new_version":"2.19.4","repository_url":"https://github.com/step-security/harden-runner"},{"name":"actions/checkout","old_version":"6.0.2","new_version":"7.0.0","repository_url":"https://github.com/actions/checkout"},{"name":"actions/setup-java","old_version":"5.2.0","new_version":"5.3.0","repository_url":"https://github.com/actions/setup-java"},{"name":"gradle/actions","old_version":"6.1.0","new_version":"6.2.0","repository_url":"https://github.com/gradle/actions"},{"name":"step-security/docker-login-action","old_version":"4.1.0","new_version":"4.2.0","repository_url":"https://github.com/step-security/docker-login-action"},{"name":"kubeshop/setup-testkube","old_version":"1.0.12","new_version":"1.0.13","repository_url":"https://github.com/kubeshop/setup-testkube"},{"name":"fluxcd/flux2","old_version":"2.8.6","new_version":"2.8.8","repository_url":"https://github.com/fluxcd/flux2"},{"name":"step-security/semver-utils","old_version":"4.3.2","new_version":"5.0.0","repository_url":"https://github.com/step-security/semver-utils"},{"name":"step-security/close-milestone","old_version":"2.2.1","new_version":"2.2.2","repository_url":"https://github.com/step-security/close-milestone"},{"name":"sigstore/cosign-installer","old_version":"4.1.1","new_version":"4.1.2","repository_url":"https://github.com/sigstore/cosign-installer"},{"name":"docker/login-action","old_version":"4.1.0","new_version":"4.2.0","repository_url":"https://github.com/docker/login-action"},{"name":"docker/setup-qemu-action","old_version":"4.0.0","new_version":"4.1.0","repository_url":"https://github.com/docker/setup-qemu-action"},{"name":"docker/setup-buildx-action","old_version":"4.0.0","new_version":"4.1.0","repository_url":"https://github.com/docker/setup-buildx-action"},{"name":"docker/build-push-action","old_version":"7.1.0","new_version":"7.2.0","repository_url":"https://github.com/docker/build-push-action"},{"name":"securego/gosec","old_version":"2.25.0","new_version":"2.27.1","repository_url":"https://github.com/securego/gosec"}],"path":null,"ecosystem":"actions"},"body":"Bumps the dependencies group with 15 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.19.0` | `2.19.4` |\n| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `7.0.0` |\n| [actions/setup-java](https://github.com/actions/setup-java) | `5.2.0` | `5.3.0` |\n| [gradle/actions](https://github.com/gradle/actions) | `6.1.0` | `6.2.0` |\n| [step-security/docker-login-action](https://github.com/step-security/docker-login-action) | `4.1.0` | `4.2.0` |\n| [kubeshop/setup-testkube](https://github.com/kubeshop/setup-testkube) | `1.0.12` | `1.0.13` |\n| [fluxcd/flux2](https://github.com/fluxcd/flux2) | `2.8.6` | `2.8.8` |\n| [step-security/semver-utils](https://github.com/step-security/semver-utils) | `4.3.2` | `5.0.0` |\n| [step-security/close-milestone](https://github.com/step-security/close-milestone) | `2.2.1` | `2.2.2` |\n| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `4.1.1` | `4.1.2` |\n| [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.2.0` |\n| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.0.0` | `4.1.0` |\n| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.1.0` |\n| [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.2.0` |\n| [securego/gosec](https://github.com/securego/gosec) | `2.25.0` | `2.27.1` |\n\n\nUpdates `step-security/harden-runner` from 2.19.0 to 2.19.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/harden-runner/releases\"\u003estep-security/harden-runner's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.19.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eImprovements for HTTPS Monitoring for the Enterprise tier of Harden Runner\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.3...v2.19.4\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.3...v2.19.4\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDefault to audit mode when api-key missing with use-policy-store by \u003ca href=\"https://github.com/varunsh-coder\"\u003e\u003ccode\u003e@​varunsh-coder\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/665\"\u003estep-security/harden-runner#665\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.2...v2.19.3\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.2...v2.19.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.1...v2.19.2\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.1...v2.19.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: detect ubuntu-slim runners early and bail out by \u003ca href=\"https://github.com/devantler\"\u003e\u003ccode\u003e@​devantler\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/657\"\u003estep-security/harden-runner#657\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhat the fix changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eHarden-Runner will detect \u003ccode\u003eubuntu-slim\u003c/code\u003e runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhat the fix does not do\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eJobs running on \u003ccode\u003eubuntu-slim\u003c/code\u003e will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities).\u003c/li\u003e\n\u003cli\u003ePer GitHub's docs on \u003ca href=\"https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners\"\u003esingle-CPU runners\u003c/a\u003e: \u0026quot;The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported.\u0026quot;  Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eFor StepSecurity enterprise customers\nIf your security posture requires that workflows are always monitored, you can block the use of \u003ccode\u003eubuntu-slim\u003c/code\u003e via workflow run policies see the \u003ca href=\"https://docs.stepsecurity.io/workflow-run-policies/policies#runner-label-policy\"\u003eRunner Label Policy\u003c/a\u003e docs. This lets you enforce that jobs only run on monitored runner types.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/devantler\"\u003e\u003ccode\u003e@​devantler\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/657\"\u003estep-security/harden-runner#657\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/9af89fc71515a100421586dfdb3dc9c984fbf411\"\u003e\u003ccode\u003e9af89fc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/667\"\u003e#667\u003c/a\u003e from step-security/update-agent-v1.8.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/485dce8cb5d75cda51e8bfa947de06030d080208\"\u003e\u003ccode\u003e485dce8\u003c/code\u003e\u003c/a\u003e Update agent to v1.8.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/ab7a9404c0f3da075243ca237b5fac12c98deaa5\"\u003e\u003ccode\u003eab7a940\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/665\"\u003e#665\u003c/a\u003e from step-security/fix/use-policy-store-default-audit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/ec41b783c27ed7f0db6855a6d9970abd4572858c\"\u003e\u003ccode\u003eec41b78\u003c/code\u003e\u003c/a\u003e Default to audit mode when api-key missing with use-policy-store\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/9ca718d3bf646d6534007c269a635b3e54cadf99\"\u003e\u003ccode\u003e9ca718d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/664\"\u003e#664\u003c/a\u003e from step-security/update-agent-v1.8.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/1dee3df8d29f4225c582eee2ddb6053ca616c0df\"\u003e\u003ccode\u003e1dee3df\u003c/code\u003e\u003c/a\u003e Update agent to v1.8.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/a5ad31d6a139d249332a2605b85202e8c0b78450\"\u003e\u003ccode\u003ea5ad31d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/657\"\u003e#657\u003c/a\u003e from devantler/fix/ubuntu-slim-user-env\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/6e928567d74554b8842dd434908da31c593ba85c\"\u003e\u003ccode\u003e6e92856\u003c/code\u003e\u003c/a\u003e build dist and trim ubuntu-slim message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/4e0504ee086374bdec7064e5c26d48af41ba6209\"\u003e\u003ccode\u003e4e0504e\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into fix/ubuntu-slim-user-env\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/376d25a97f3a1640ff8cbbddaa4af25948df2cf3\"\u003e\u003ccode\u003e376d25a\u003c/code\u003e\u003c/a\u003e fix: detect ubuntu-slim runners early and bail out\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/harden-runner/compare/8d3c67de8e2fe68ef647c8db1e6a09f647780f40...9af89fc71515a100421586dfdb3dc9c984fbf411\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/checkout` from 6.0.2 to 7.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/releases\"\u003eactions/checkout's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eblock checking out fork pr for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003egetting ready for checkout v7 release by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2464\"\u003eactions/checkout#2464\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate error wording by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2467\"\u003eactions/checkout#2467\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6.0.3...v7.0.0\"\u003ehttps://github.com/actions/checkout/compare/v6.0.3...v7.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate changelog by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2357\"\u003eactions/checkout#2357\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate changelog for v6.0.3 by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2446\"\u003eactions/checkout#2446\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/checkout/compare/v6...v6.0.3\"\u003ehttps://github.com/actions/checkout/compare/v6...v6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\"\u003eactions/checkout's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBlock checking out fork PR for pull_request_target and workflow_run by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2454\"\u003eactions/checkout#2454\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2458\"\u003eactions/checkout#2458\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.1 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2460\"\u003eactions/checkout#2460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump js-yaml from 4.1.0 to 4.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2461\"\u003eactions/checkout#2461\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2459\"\u003eactions/checkout#2459\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupgrade module to esm and update dependencies by \u003ca href=\"https://github.com/aiqiaoy\"\u003e\u003ccode\u003e@​aiqiaoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2463\"\u003eactions/checkout#2463\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the minor-npm-dependencies group across 1 directory with 3 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2462\"\u003eactions/checkout#2462\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix checkout init for SHA-256 repositories by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2439\"\u003eactions/checkout#2439\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: expand merge commit SHA regex and add SHA-256 test cases by \u003ca href=\"https://github.com/yaananth\"\u003e\u003ccode\u003e@​yaananth\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2414\"\u003eactions/checkout#2414\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix tag handling: preserve annotations and explicit fetch-tags by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2356\"\u003eactions/checkout#2356\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd worktree support for persist-credentials includeIf by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2327\"\u003eactions/checkout#2327\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev6.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePersist creds to a separate file by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2286\"\u003eactions/checkout#2286\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README to include Node.js 24 support details and requirements by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2248\"\u003eactions/checkout#2248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v5 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2301\"\u003eactions/checkout#2301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate actions checkout to use node 24 by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2226\"\u003eactions/checkout#2226\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ePort v6 cleanup to v4 by \u003ca href=\"https://github.com/ericsciple\"\u003e\u003ccode\u003e@​ericsciple\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2305\"\u003eactions/checkout#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.3.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: update README.md by \u003ca href=\"https://github.com/motss\"\u003e\u003ccode\u003e@​motss\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1971\"\u003eactions/checkout#1971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd internal repos for checking out multiple repositories by \u003ca href=\"https://github.com/mouismail\"\u003e\u003ccode\u003e@​mouismail\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1977\"\u003eactions/checkout#1977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocumentation update - add recommended permissions to Readme by \u003ca href=\"https://github.com/benwells\"\u003e\u003ccode\u003e@​benwells\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2043\"\u003eactions/checkout#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdjust positioning of user email note and permissions heading by \u003ca href=\"https://github.com/joshmgross\"\u003e\u003ccode\u003e@​joshmgross\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2044\"\u003eactions/checkout#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/nebuk89\"\u003e\u003ccode\u003e@​nebuk89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2194\"\u003eactions/checkout#2194\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate CODEOWNERS for actions by \u003ca href=\"https://github.com/TingluoHuang\"\u003e\u003ccode\u003e@​TingluoHuang\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2224\"\u003eactions/checkout#2224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate package dependencies by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/2236\"\u003eactions/checkout#2236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eurl-helper.ts\u003c/code\u003e now leverages well-known environment variables by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1941\"\u003eactions/checkout#1941\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExpand unit test coverage for \u003ccode\u003eisGhes\u003c/code\u003e by \u003ca href=\"https://github.com/jww3\"\u003e\u003ccode\u003e@​jww3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1946\"\u003eactions/checkout#1946\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.2.1\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCheck out other refs/* by commit if provided, fall back to ref by \u003ca href=\"https://github.com/orhantoy\"\u003e\u003ccode\u003e@​orhantoy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/checkout/pull/1924\"\u003eactions/checkout#1924\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003e\u003ccode\u003e9c091bb\u003c/code\u003e\u003c/a\u003e update error wording (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2467\"\u003e#2467\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/1044a6dea927916f2c38ba5aeffbc0a847b1221a\"\u003e\u003ccode\u003e1044a6d\u003c/code\u003e\u003c/a\u003e getting ready for checkout v7 release (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2464\"\u003e#2464\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f0282184c7ce73ab54c7e4ab5a617122602e575f\"\u003e\u003ccode\u003ef028218\u003c/code\u003e\u003c/a\u003e Bump the minor-npm-dependencies group across 1 directory with 3 updates (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2462\"\u003e#2462\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/d914b262ffc244530a203ab40decab34c3abf34d\"\u003e\u003ccode\u003ed914b26\u003c/code\u003e\u003c/a\u003e upgrade module to esm and update dependencies (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2463\"\u003e#2463\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/537c7ef99cef6e5ddb5e7ff5d16d14510503801d\"\u003e\u003ccode\u003e537c7ef\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​actions/core\u003c/code\u003e and \u003ccode\u003e@​actions/tool-cache\u003c/code\u003e and Remove uuid (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2459\"\u003e#2459\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/130a169078a413d3a5246a393625e8e742f387f6\"\u003e\u003ccode\u003e130a169\u003c/code\u003e\u003c/a\u003e Bump js-yaml from 4.1.0 to 4.2.0 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2461\"\u003e#2461\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/7d09575332117a40b46e5e020664df234cd416f3\"\u003e\u003ccode\u003e7d09575\u003c/code\u003e\u003c/a\u003e Bump flatted from 3.3.1 to 3.4.2 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2460\"\u003e#2460\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/0f9f3aa320cb53abeb534aeb54048075d9697a0e\"\u003e\u003ccode\u003e0f9f3aa\u003c/code\u003e\u003c/a\u003e Bump actions/publish-immutable-action (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2458\"\u003e#2458\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/f9e715a95fcd1f9253f77dd28f11e88d2d6460c7\"\u003e\u003ccode\u003ef9e715a\u003c/code\u003e\u003c/a\u003e block checking out fork pr for pull_request_target and workflow_run (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2454\"\u003e#2454\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/checkout/commit/df4cb1c069e1874edd31b4311f1884172cec0e10\"\u003e\u003ccode\u003edf4cb1c\u003c/code\u003e\u003c/a\u003e Update changelog for v6.0.3 (\u003ca href=\"https://redirect.github.com/actions/checkout/issues/2446\"\u003e#2446\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/setup-java` from 5.2.0 to 5.3.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-java/releases\"\u003eactions/setup-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: update Java version to 25 in setup examples by \u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/984\"\u003eactions/setup-java#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRefactor error handling and improve test logging for installers by \u003ca href=\"https://github.com/chiranjib-swain\"\u003e\u003ccode\u003e@​chiranjib-swain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/989\"\u003eactions/setup-java#989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: upgrade dependencies (\u003ccode\u003e@​actions/core\u003c/code\u003e, cache, glob, http-client, tool-cache, xmlbuilder2) by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Oracle JDK 17 licensing limitation note by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1001\"\u003eactions/setup-java#1001\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate readme for ubuntu sudo java_home behavior by \u003ca href=\"https://github.com/mahabaleshwars\"\u003e\u003ccode\u003e@​mahabaleshwars\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1013\"\u003eactions/setup-java#1013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003etemurin: add support for Alpine Linux by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/674\"\u003eactions/setup-java#674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser by \u003ca href=\"https://github.com/gdams\"\u003e\u003ccode\u003e@​gdams\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1015\"\u003eactions/setup-java#1015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.48.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/952\"\u003eactions/setup-java#952\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump eslint-config-prettier from 8.10.0 to 10.1.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/881\"\u003eactions/setup-java#881\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1016\"\u003eactions/setup-java#1016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/950\"\u003eactions/setup-java#950\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImplement pagination with link headers for Adoptium based apis by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake the Adoptopenjdk package type look at the Temurin repo first for latest assets by \u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/522\"\u003eactions/setup-java#522\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1018\"\u003eactions/setup-java#1018\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alaahong\"\u003e\u003ccode\u003e@​alaahong\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/969\"\u003eactions/setup-java#969\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/999\"\u003eactions/setup-java#999\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/johnoliver\"\u003e\u003ccode\u003e@​johnoliver\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-java/pull/1014\"\u003eactions/setup-java#1014\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-java/compare/v5...v5.3.0\"\u003ehttps://github.com/actions/setup-java/compare/v5...v5.3.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003e\u003ccode\u003ead2b381\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​vercel/ncc\u003c/code\u003e from 0.38.1 to 0.44.0 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1018\"\u003e#1018\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/b24df5bba5e9b8a1fcf822c1f0517b7bcc070757\"\u003e\u003ccode\u003eb24df5b\u003c/code\u003e\u003c/a\u003e Make the Adoptopenjdk package type look at the Temurin repo first for latest ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/43120bc3c3d8598724a29b0c856f33e1151591f3\"\u003e\u003ccode\u003e43120bc\u003c/code\u003e\u003c/a\u003e Implement pagination with link headers for Adoptium based apis (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1014\"\u003e#1014\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/ad9d6a632083232d766860674a129059adbcf61a\"\u003e\u003ccode\u003ead9d6a6\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​types/node\u003c/code\u003e from 24.1.0 to 25.9.3 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/950\"\u003e#950\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/039af37997902e61332385d6ba53a0c99379949a\"\u003e\u003ccode\u003e039af37\u003c/code\u003e\u003c/a\u003e Bump picomatch, \u003ccode\u003e@​types/jest\u003c/code\u003e, jest, jest-circus and ts-jest (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1016\"\u003e#1016\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1756ab6acdd8c8f78b33671c220bf78547b2db03\"\u003e\u003ccode\u003e1756ab6\u003c/code\u003e\u003c/a\u003e Bump eslint-config-prettier from 8.10.0 to 10.1.8 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/881\"\u003e#881\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/662bb59f48b4e26f135e9c9a90c42632866e41e3\"\u003e\u003ccode\u003e662bb59\u003c/code\u003e\u003c/a\u003e Bump \u003ccode\u003e@​typescript-eslint/eslint-plugin\u003c/code\u003e from 8.35.1 to 8.46.2 (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/952\"\u003e#952\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/1071fc12d634df380b160287a5e2c9045eb0cad3\"\u003e\u003ccode\u003e1071fc1\u003c/code\u003e\u003c/a\u003e fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parse...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/576b821f29a2e03344ca994f84b2ff3c953673ba\"\u003e\u003ccode\u003e576b821\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/setup-java/issues/674\"\u003e#674\u003c/a\u003e from gdams/alpine\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-java/commit/307d3a25a0b59c828425a19915c8b94c314c7ca8\"\u003e\u003ccode\u003e307d3a2\u003c/code\u003e\u003c/a\u003e update readme for ubuntu sudo java_home behavior (\u003ca href=\"https://redirect.github.com/actions/setup-java/issues/1013\"\u003e#1013\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/setup-java/compare/be666c2fcd27ec809703dec50e508c2fdc7f6654...ad2b38190b15e4d6bdf0c97fb4fca8412226d287\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `gradle/actions` from 6.1.0 to 6.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gradle/actions/releases\"\u003egradle/actions's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.2.0\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eThis release brings significant behaviour improvements to \u003cstrong\u003eEnhanced caching\u003c/strong\u003e, improvements to the generated Job Summary, and a number of correctness and security fixes.\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eImproved cache-cleanup mechanism.\u003c/strong\u003e Cleanup of stale files from the Gradle User Home is now faster, and no longer depends on Gradle or a JVM. It works by inspecting the local file state directly, removing the Gradle invocation from the post-build step.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eMore granular, more stable caching.\u003c/strong\u003e The local build cache is stored as a separate cache entry, so it can be restored and invalidated independently of the main Gradle User Home entry. Transient Gradle housekeeping files are excluded from the cache, reducing its size and improving stability.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eHide obsolete Job summaries in PR commments\u003c/strong\u003e: When a new Job summary comment is added to a PR, previous outdated Job summaries are now hidden.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eImproved caching report in the job summary.\u003c/strong\u003e The cache report now uses a single, consistent layout across all cache states and providers. Provider information is integrated directly into the report, and per-entry details are available in an expandable section. (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCorrectness and security fixes.\u003c/strong\u003e A unique cache key is now used per run attempt, so re-runs no longer collide; the job summary shows the cache key string rather than an internal id; and bundled dependencies have been updated, including a ReDoS fix and a fast-xml CVE fix.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemove unnecessary dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/981\"\u003egradle/actions#981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eScope CI-integ-test concurrency groups per-branch by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/983\"\u003egradle/actions#983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove typings by \u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHide obsolete Job summaries by \u003ca href=\"https://github.com/SimonMarquis\"\u003e\u003ccode\u003e@​SimonMarquis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/902\"\u003egradle/actions#902\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: add requireable aggregate/no-op checks for branch protection by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/984\"\u003egradle/actions#984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRedesign the caching Job Summary by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/985\"\u003egradle/actions#985\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Vampire\"\u003e\u003ccode\u003e@​Vampire\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/938\"\u003egradle/actions#938\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.1...v6.2.0\"\u003ehttps://github.com/gradle/actions/compare/v6.1.1...v6.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.1.1\u003c/h2\u003e\n\u003cp\u003eThis release updates various dependency versions, resolving several reported security vulnerabilities.\nNo functional changes are included\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/961\"\u003egradle/actions#961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/962\"\u003egradle/actions#962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/963\"\u003egradle/actions#963\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/964\"\u003egradle/actions#964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/965\"\u003egradle/actions#965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate known wrapper checksums by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/937\"\u003egradle/actions#937\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the github-actions group across 2 directories with 8 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/976\"\u003egradle/actions#976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group across 1 directory with 14 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/970\"\u003egradle/actions#970\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by \u003ca href=\"https://github.com/bot-githubaction\"\u003e\u003ccode\u003e@​bot-githubaction\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/973\"\u003egradle/actions#973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm-dependencies group in /sources with 5 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/977\"\u003egradle/actions#977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@​actions/cache\u003c/code\u003e and \u003ccode\u003e@​actions/artifact\u003c/code\u003e, stop ignoring them in Dependabot by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/978\"\u003egradle/actions#978\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eResolve npm security vulnerabilities via dependency overrides by \u003ca href=\"https://github.com/bigdaz\"\u003e\u003ccode\u003e@​bigdaz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/gradle/actions/pull/980\"\u003egradle/actions#980\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/gradle/actions/compare/v6.1.0...v6.1.1\"\u003ehttps://github.com/gradle/actions/compare/v6.1.0...v6.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/3f131e8634966bd73d06cc69884922b02e6faf92\"\u003e\u003ccode\u003e3f131e8\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/97715a29bc75b4c8eeea944dee111d567bb582b5\"\u003e\u003ccode\u003e97715a2\u003c/code\u003e\u003c/a\u003e Redesign the caching Job Summary (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/985\"\u003e#985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/8b6cdb5f580ff6b19af985e0fa90cd86daf1d3e1\"\u003e\u003ccode\u003e8b6cdb5\u003c/code\u003e\u003c/a\u003e CI: add requireable aggregate/no-op checks for branch protection (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/984\"\u003e#984\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/5852e0e5d82ffa89e04ed56eb37c14028a1ce459\"\u003e\u003ccode\u003e5852e0e\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/318eed703815f0482a7498a267b758f78fe7bcb9\"\u003e\u003ccode\u003e318eed7\u003c/code\u003e\u003c/a\u003e Hide obsolete Job summaries (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/902\"\u003e#902\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/a7406612929c8997f724ceab900ed029936e3bf5\"\u003e\u003ccode\u003ea740661\u003c/code\u003e\u003c/a\u003e Improve typings (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/938\"\u003e#938\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/7ae0d0208cc8604463cd30cf64c54d08ac84d13f\"\u003e\u003ccode\u003e7ae0d02\u003c/code\u003e\u003c/a\u003e Update gradle-actions-caching library to v0.6.0 (\u003ca href=\"https://redirect.github.com/gradle/actions/issues/982\"\u003e#982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/e473973a5b07be6339cc6d3cf458bb1b30eb9b08\"\u003e\u003ccode\u003ee473973\u003c/code\u003e\u003c/a\u003e Scope CI-integ-test concurrency groups per-branch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/35a4a3f355e0599a8af664843f0d1a683e5b2230\"\u003e\u003ccode\u003e35a4a3f\u003c/code\u003e\u003c/a\u003e Queue up integ-test runs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gradle/actions/commit/b6eebf33f1e928997bb7ff32e39933e3c015ccff\"\u003e\u003ccode\u003eb6eebf3\u003c/code\u003e\u003c/a\u003e [bot] Update dist directory\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gradle/actions/compare/50e97c2cd7a37755bbfafc9c5b7cafaece252f6e...3f131e8634966bd73d06cc69884922b02e6faf92\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `step-security/docker-login-action` from 4.1.0 to 4.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/docker-login-action/releases\"\u003estep-security/docker-login-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.2.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: Cherry-picked changes from upstream by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/39\"\u003estep-security/docker-login-action#39\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump axios from 1.15.0 to 1.16.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/40\"\u003estep-security/docker-login-action#40\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump fast-xml-builder from 1.1.4 to 1.2.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/42\"\u003estep-security/docker-login-action#42\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: upgraded packages to fix vulnerabilities by \u003ca href=\"https://github.com/Raj-StepSecurity\"\u003e\u003ccode\u003e@​Raj-StepSecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/pull/43\"\u003estep-security/docker-login-action#43\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/docker-login-action/compare/v4...v4.2.0\"\u003ehttps://github.com/step-security/docker-login-action/compare/v4...v4.2.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/164e21d7e52229904128e2f946001cb88278c33d\"\u003e\u003ccode\u003e164e21d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/43\"\u003e#43\u003c/a\u003e from step-security/fix/vulnerabilities-fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/02bf41c45daa4c0110e5060c0f7a25ffd4f10a04\"\u003e\u003ccode\u003e02bf41c\u003c/code\u003e\u003c/a\u003e fix: upgraded packages to fix vulnerabilities\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/d351b10e24900b26a44d2f7dbe706c8e899c8e9c\"\u003e\u003ccode\u003ed351b10\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/42\"\u003e#42\u003c/a\u003e from step-security/dependabot/npm_and_yarn/fast-xml-bu...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/14bbeabcda43ca06033c116f11f2204a689d6132\"\u003e\u003ccode\u003e14bbeab\u003c/code\u003e\u003c/a\u003e build(deps): bump fast-xml-builder from 1.1.4 to 1.2.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/6f2e8f44a30cb2d879946c321f297c01cc9075a0\"\u003e\u003ccode\u003e6f2e8f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/40\"\u003e#40\u003c/a\u003e from step-security/dependabot/npm_and_yarn/axios-1.16.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/e3944e0c1d853d48d4a7cfe2dd0c198f2e63cf09\"\u003e\u003ccode\u003ee3944e0\u003c/code\u003e\u003c/a\u003e build(deps): bump axios from 1.15.0 to 1.16.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/05c941dbccdf636cea2b23288c241de81cdb1087\"\u003e\u003ccode\u003e05c941d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/docker-login-action/issues/39\"\u003e#39\u003c/a\u003e from step-security/auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/9aecf0bc3c3c689888e298cbf3cbf7aad2dc80ea\"\u003e\u003ccode\u003e9aecf0b\u003c/code\u003e\u003c/a\u003e conflicted commits cherry-picked manually\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/docker-login-action/commit/4e8228f81a23d22e3f77f1af4e0f4172560e501c\"\u003e\u003ccode\u003e4e8228f\u003c/code\u003e\u003c/a\u003e replace ncc with esbuild for action bundling\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/docker-login-action/compare/870af644803bf9f204aed474adbad2958fec048b...164e21d7e52229904128e2f946001cb88278c33d\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `kubeshop/setup-testkube` from 1.0.12 to 1.0.13\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/kubeshop/setup-testkube/releases\"\u003ekubeshop/setup-testkube's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.13\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efeat: upgrade Node.js runtime from node20 to node24 by \u003ca href=\"https://github.com/mike-mcnamara\"\u003e\u003ccode\u003e@​mike-mcnamara\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubeshop/setup-testkube/pull/18\"\u003ekubeshop/setup-testkube#18\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mike-mcnamara\"\u003e\u003ccode\u003e@​mike-mcnamara\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/kubeshop/setup-testkube/pull/18\"\u003ekubeshop/setup-testkube#18\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubeshop/setup-testkube/compare/v1.0.12...v1.0.13\"\u003ehttps://github.com/kubeshop/setup-testkube/compare/v1.0.12...v1.0.13\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubeshop/setup-testkube/commit/da4b4be0ae108ecdb0d1a7a546438b97c244acd0\"\u003e\u003ccode\u003eda4b4be\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubeshop/setup-testkube/issues/18\"\u003e#18\u003c/a\u003e from mike-mcnamara/upgrade-node24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubeshop/setup-testkube/commit/84ddc74aa6feca6340e9d87dab6c05ce9b6674d2\"\u003e\u003ccode\u003e84ddc74\u003c/code\u003e\u003c/a\u003e fix: add setup-node to integration test per review\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubeshop/setup-testkube/commit/2912fd116513c151f5400ea26770036c06a11891\"\u003e\u003ccode\u003e2912fd1\u003c/code\u003e\u003c/a\u003e feat: upgrade Node.js runtime from node20 to node24\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubeshop/setup-testkube/compare/3deb6ba0cd26e0d890e278d59f996bd30d58b567...da4b4be0ae108ecdb0d1a7a546438b97c244acd0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `fluxcd/flux2` from 2.8.6 to 2.8.8\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/fluxcd/flux2/releases\"\u003efluxcd/flux2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.8.8\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eFlux v2.8.8 is a patch release that includes CVE fixes via go-git v5.19.1 (source-controller, image-automation-controller), reliability fixes in helm-controller and source-controller, the move of Helm back to upstream v4.2.0, support for GCP sovereign cloud artifact registries, and dependency updates. Users are encouraged to upgrade for the best experience.\u003c/p\u003e\n\u003cp\u003eℹ️ Please follow the \u003ca href=\"https://github.com/fluxcd/flux2/discussions/5572\"\u003eUpgrade Procedure for Flux v2.7+\u003c/a\u003e for a smooth upgrade from Flux v2.6 to the latest version.\u003c/p\u003e\n\u003cp\u003eFixes:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd a configurable HTTP timeout for artifact fetching, preventing fetches that could block indefinitely and stall reconciliations (helm-controller)\u003c/li\u003e\n\u003cli\u003eFix unbounded memory growth caused by a Kubernetes client transport retry wrapper accumulating on every reconcile (helm-controller)\u003c/li\u003e\n\u003cli\u003eStop force-applying non-CRD objects placed under a chart's \u003ccode\u003ecrds/\u003c/code\u003e directory (helm-controller)\u003c/li\u003e\n\u003cli\u003eFix the Helm test action failing to find releases with names longer than 53 characters (helm-controller)\u003c/li\u003e\n\u003cli\u003eImprove path handling in the source reconcilers (source-controller)\u003c/li\u003e\n\u003cli\u003eSupport Helm semver build-metadata encoding in OCIRepository tags (source-controller)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eImprovements:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate go-git to v5.19.1 which fixes \u003ca href=\"https://github.com/advisories/GHSA-crhj-59gh-8x96\"\u003eCVE-2026-45571\u003c/a\u003e and \u003ca href=\"https://github.com/advisories/GHSA-m7cr-m3pv-hgrp\"\u003eCVE-2026-45570\u003c/a\u003e (source-controller, image-automation-controller)\u003c/li\u003e\n\u003cli\u003eMove Helm back to upstream v4.2.0 (source-controller, helm-controller)\u003c/li\u003e\n\u003cli\u003eAdd support for GCP sovereign cloud artifact registries (source-controller, image-reflector-controller)\u003c/li\u003e\n\u003cli\u003eUpgrade Kubernetes to 1.36.1 (source-controller, helm-controller)\u003c/li\u003e\n\u003cli\u003eUpdate fluxcd/pkg dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eComponents changelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ehelm-controller \u003ca href=\"https://github.com/fluxcd/helm-controller/blob/v1.5.5/CHANGELOG.md\"\u003ev1.5.5\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eimage-automation-controller \u003ca href=\"https://github.com/fluxcd/image-automation-controller/blob/v1.1.4/CHANGELOG.md\"\u003ev1.1.4\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eimage-reflector-controller \u003ca href=\"https://github.com/fluxcd/image-reflector-controller/blob/v1.1.2/CHANGELOG.md\"\u003ev1.1.2\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esource-controller \u003ca href=\"https://github.com/fluxcd/source-controller/blob/v1.8.5/CHANGELOG.md\"\u003ev1.8.5\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eCLI changelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate toolkit components by \u003ca href=\"https://github.com/fluxcdbot\"\u003e\u003ccode\u003e@​fluxcdbot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/fluxcd/flux2/pull/5904\"\u003efluxcd/flux2#5904\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/fluxcd/flux2/compare/v2.8.7...v2.8.8\"\u003ehttps://github.com/fluxcd/flux2/compare/v2.8.7...v2.8.8\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.8.7\u003c/h2\u003e\n\u003ch2\u003eHighlights\u003c/h2\u003e\n\u003cp\u003eFlux v2.8.7 is a patch release that includes a bug fix in kustomize-controller, a CVE fix in source-controller and image-automation-controller via go-git v5.19.0, and dependency updates. Users are encouraged to upgrade for the best experience.\u003c/p\u003e\n\u003cp\u003eℹ️ Please follow the \u003ca href=\"https://github.com/fluxcd/flux2/discussions/5572\"\u003eUpgrade Procedure for Flux v2.7+\u003c/a\u003e for a smooth upgrade from Flux v2.6 to the latest version.\u003c/p\u003e\n\u003cp\u003eFixes:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eFix management of objects annotated with \u003ccode\u003ekustomize.toolkit.fluxcd.io/ssa: IfNotPresent\u003c/code\u003e where non-namespaced resources were being deleted and recreated on each reconciliation (kustomize-controller)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eImprovements:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate go-git to v5.19.0 which fixes \u003ca href=\"https://github.com/advisories/GHSA-389r-gv7p-r3rp\"\u003eCVE-2026-45022\u003c/a\u003e (source-controller, image-automation-controller)\u003c/li\u003e\n\u003cli\u003eUpdate fluxcd/pkg dependencies (source-controller, kustomize-controller, image-automation-controller)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eComponents changelog\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/1fd61a06264d71cf445ed55c4f14d401d26a1c64\"\u003e\u003ccode\u003e1fd61a0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5904\"\u003e#5904\u003c/a\u003e from fluxcd/update-components-release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/477f048ec0c3c47ce402c5be45cb67b9b2b84386\"\u003e\u003ccode\u003e477f048\u003c/code\u003e\u003c/a\u003e Update toolkit components\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/0acfaa26c6219cb08e3add4432b981436b2a4f49\"\u003e\u003ccode\u003e0acfaa2\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5899\"\u003e#5899\u003c/a\u003e from fluxcd/update-pkg-deps/release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/264957f40bef9d139323341e7466548ebba17c27\"\u003e\u003ccode\u003e264957f\u003c/code\u003e\u003c/a\u003e Update fluxcd/pkg dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/54e4ba378e155ada619caafdc599e5c4d759ce5c\"\u003e\u003ccode\u003e54e4ba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5891\"\u003e#5891\u003c/a\u003e from fluxcd/update-components-release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/d2fbb16656555a93adfb5aa0ec7ca145919acacb\"\u003e\u003ccode\u003ed2fbb16\u003c/code\u003e\u003c/a\u003e Update toolkit components\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/66533d7c9027618340b96e7a925cbef4f43f4dfc\"\u003e\u003ccode\u003e66533d7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/fluxcd/flux2/issues/5882\"\u003e#5882\u003c/a\u003e from fluxcd/backport-5881-to-release/v2.8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fluxcd/flux2/commit/7ac36233f338adf90eb7546533f87c23a32d50fc\"\u003e\u003ccode\u003e7ac3623\u003c/code\u003e\u003c/a\u003e include source-watcher in install manifests\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/fluxcd/flux2/compare/04acaec6161ac4fb1a82ffafa88901c03271d34f...1fd61a06264d71cf445ed55c4f14d401d26a1c64\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `step-security/semver-utils` from 4.3.2 to 5.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/semver-utils/releases\"\u003estep-security/semver-utils's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/220\"\u003estep-security/semver-utils#220\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/221\"\u003estep-security/semver-utils#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: upgrade packages to fix vulnerabilities by \u003ca href=\"https://github.com/Raj-StepSecurity\"\u003e\u003ccode\u003e@​Raj-StepSecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/222\"\u003estep-security/semver-utils#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/223\"\u003estep-security/semver-utils#223\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/224\"\u003estep-security/semver-utils#224\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Remove guarddog.yml by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/225\"\u003estep-security/semver-utils#225\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/227\"\u003estep-security/semver-utils#227\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Add claude review workflow by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/228\"\u003estep-security/semver-utils#228\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: added banner and update subscription check to make maintained actions free for public repos by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/226\"\u003estep-security/semver-utils#226\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump actions/checkout from 4.1.1 to 6.0.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/175\"\u003estep-security/semver-utils#175\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/202\"\u003estep-security/semver-utils#202\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump github/codeql-action from 3.24.3 to 4.35.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/218\"\u003estep-security/semver-utils#218\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump actions/dependency-review-action from 4.1.3 to 5.0.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/209\"\u003estep-security/semver-utils#209\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Update auto cherry-pick workflow by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/230\"\u003estep-security/semver-utils#230\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Cherry-picked changes from upstream by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/229\"\u003estep-security/semver-utils#229\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/semver-utils/pull/225\"\u003estep-security/semver-utils#225\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/semver-utils/compare/v4...v5.0.0\"\u003ehttps://github.com/step-security/semver-utils/compare/v4...v5.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/5bb182a08240146b23b61cc002cb74004377da4b\"\u003e\u003ccode\u003e5bb182a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/229\"\u003e#229\u003c/a\u003e from step-security/auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/57d3f51f108d62d579217a48d6ea0098e9a183ee\"\u003e\u003ccode\u003e57d3f51\u003c/code\u003e\u003c/a\u003e chore: Bump version in package.json and lock file\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/6ac856db625c45a3598e902d3d41ff82e6c6225b\"\u003e\u003ccode\u003e6ac856d\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/b36e30950176cfdc82294700f613aa2bcffe72f0\"\u003e\u003ccode\u003eb36e309\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/230\"\u003e#230\u003c/a\u003e from step-security/fix-auto-cherry-pick\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/385280376f65b1dfeedc496f98d305d0b42ab1a0\"\u003e\u003ccode\u003e3852803\u003c/code\u003e\u003c/a\u003e fix: Update auto cherry-pick workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/dbfcfd87d115b9a32284e1b53930aae83c1820e5\"\u003e\u003ccode\u003edbfcfd8\u003c/code\u003e\u003c/a\u003e chore: Cherry-pick changes from upstream\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/ecb04aec3bade353524b29c14ba3579d7c45779c\"\u003e\u003ccode\u003eecb04ae\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/ba69ca4900a31d80c7f4d9556f25e85777cbcaa7\"\u003e\u003ccode\u003eba69ca4\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/6f8e4f9839152d933a82fe6bdf6802d389b120d7\"\u003e\u003ccode\u003e6f8e4f9\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/semver-utils/commit/9e44e9ebb00a2d5a1d8ef8886eb5c2a809949843\"\u003e\u003ccode\u003e9e44e9e\u003c/code\u003e\u003c/a\u003e Fix \u003ca href=\"https://redirect.github.com/step-security/semver-utils/issues/847\"\u003e#847\u003c/a\u003e: Node 24 + some updates\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/step-security/semver-utils/compare/4ae9c1fd6d1c5f8f152fe7e2efe8069a952c2ace...5bb182a08240146b23b61cc002cb74004377da4b\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `step-security/close-milestone` from 2.2.1 to 2.2.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/close-milestone/releases\"\u003estep-security/close-milestone's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.2.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/109\"\u003estep-security/close-milestone#109\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/125\"\u003estep-security/close-milestone#125\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/126\"\u003estep-security/close-milestone#126\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/127\"\u003estep-security/close-milestone#127\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/128\"\u003estep-security/close-milestone#128\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/129\"\u003estep-security/close-milestone#129\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/130\"\u003estep-security/close-milestone#130\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/131\"\u003estep-security/close-milestone#131\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/132\"\u003estep-security/close-milestone#132\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/133\"\u003estep-security/close-milestone#133\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/134\"\u003estep-security/close-milestone#134\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: upgrade packages to fix vulnerabilities by \u003ca href=\"https://github.com/Raj-StepSecurity\"\u003e\u003ccode\u003e@​Raj-StepSecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/135\"\u003estep-security/close-milestone#135\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/136\"\u003estep-security/close-milestone#136\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/137\"\u003estep-security/close-milestone#137\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/138\"\u003estep-security/close-milestone#138\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Remove guarddog.yml by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/139\"\u003estep-security/close-milestone#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/141\"\u003estep-security/close-milestone#141\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Security updates by \u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/142\"\u003estep-security/close-milestone#142\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eci: create claude_review.yml by \u003ca href=\"https://github.com/amanstep\"\u003e\u003ccode\u003e@​amanstep\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/143\"\u003estep-security/close-milestone#143\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: added banner and update subscription check to make maintained actions free for public repos by \u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/140\"\u003estep-security/close-milestone#140\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anurag-stepsecurity\"\u003e\u003ccode\u003e@​anurag-stepsecurity\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/139\"\u003estep-security/close-milestone#139\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/amanstep\"\u003e\u003ccode\u003e@​amanstep\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/close-milestone/pull/143\"\u003estep-security/close-milestone#143\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/close-milestone/compare/v2...v2.2.2\"\u003ehttps://github.com/step-security/close-milestone/compare/v2...v2.2.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/d6e3b63e31f1f869bd3d0403f8cdc1a68f59ab4a\"\u003e\u003ccode\u003ed6e3b63\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/140\"\u003e#140\u003c/a\u003e from step-security/feat/update-subscription-check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/863f964626093731ac2c636fa7dc5ff3d2644274\"\u003e\u003ccode\u003e863f964\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into feat/update-subscription-check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/e1b596a61a6ecc976f5da769dd6d7fa404a0d678\"\u003e\u003ccode\u003ee1b596a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/143\"\u003e#143\u003c/a\u003e from step-security/amanstep-patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/46baafa0c6c0df51b9d34812be4ae404ccbd2e46\"\u003e\u003ccode\u003e46baafa\u003c/code\u003e\u003c/a\u003e format: fixed formatting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/6bc6bcafec2bf2bebc8ab86081cdd0b8f2630caf\"\u003e\u003ccode\u003e6bc6bca\u003c/code\u003e\u003c/a\u003e ci: create claude_review.yml\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/e988771562706195b18b9441460b11d785b5904d\"\u003e\u003ccode\u003ee988771\u003c/code\u003e\u003c/a\u003e chore: dist updated\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/07bcad02d188d4bdc830f6403f27aa3a63d9230e\"\u003e\u003ccode\u003e07bcad0\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into feat/update-subscription-check\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/bde7f30187b35ad62a306764515a07135f09a465\"\u003e\u003ccode\u003ebde7f30\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/142\"\u003e#142\u003c/a\u003e from step-security/npm-audit-fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/c147b794f062d8a0fa8066b154701c8dda26b2ca\"\u003e\u003ccode\u003ec147b79\u003c/code\u003e\u003c/a\u003e fix: apply audit fixes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/close-milestone/commit/5e1530b9f64d08ab27a6804b967af5a24b50792d\"\u003e\u003ccode\u003e5e1530b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/close-milestone/issues/141\"\u003e#141\u003c/a\u003e from step-security/npm-audit-fix\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/step-security/close-milestone/compare/b097272a7aaa0f5c40dc6bc671d45d35c5e85b51...d6e3b63e31f1f869bd3d0403f8cdc1a68f59ab4a\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `sigstore/cosign-installer` from 4.1.1 to 4.1.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/sigstore/cosign-installer/releases\"\u003esigstore/cosign-installer's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.1.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump cosign to 3.0.6 in \u003ca href=\"https://redirect.github.com/sigstore/cosign-installer/pull/232\"\u003esigstore/cosign-installer#232\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/bl...\n\n_Description has been truncated_","html_url":"https://github.com/oyakh1/hiero-mirror-node--029/pull/33","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/oyakh1%2Fhiero-mirror-node--029/issues/33","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/33/packages"}}]}