dependabot[bot] opened a new pull request, #13351:
URL: https://github.com/apache/cloudstack/pull/13351

   Bumps the github-actions-dependencies group with 4 updates in the / 
directory: [github/codeql-action](https://github.com/github/codeql-action), 
[github/gh-aw-actions](https://github.com/github/gh-aw-actions), 
[docker/login-action](https://github.com/docker/login-action) and 
[eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict).
   
   Updates `github/codeql-action` from 4.35.5 to 4.36.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/github/codeql-action/releases";>github/codeql-action's 
releases</a>.</em></p>
   <blockquote>
   <h2>v4.36.0</h2>
   <ul>
   <li><em>Breaking change</em>: Bump the minimum required CodeQL bundle 
version to 2.19.4. <a 
href="https://redirect.github.com/github/codeql-action/pull/3894";>#3894</a></li>
   <li>Add support for SHA-256 Git object IDs. <a 
href="https://redirect.github.com/github/codeql-action/pull/3893";>#3893</a></li>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5";>2.25.5</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3926";>#3926</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md";>github/codeql-action's
 changelog</a>.</em></p>
   <blockquote>
   <h1>CodeQL Action Changelog</h1>
   <p>See the <a 
href="https://github.com/github/codeql-action/releases";>releases page</a> for 
the relevant changes to the CodeQL CLI and language packs.</p>
   <h2>[UNRELEASED]</h2>
   <p>No user facing changes.</p>
   <h2>4.36.2 - 04 Jun 2026</h2>
   <ul>
   <li>Cache CodeQL CLI version information across Actions steps. <a 
href="https://redirect.github.com/github/codeql-action/pull/3943";>#3943</a></li>
   <li>Reduce requests while waiting for analysis processing by using 
exponential backoff when polling SARIF processing status. <a 
href="https://redirect.github.com/github/codeql-action/pull/3937";>#3937</a></li>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6";>2.25.6</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3948";>#3948</a></li>
   </ul>
   <h2>4.36.1 - 02 Jun 2026</h2>
   <p>No user facing changes.</p>
   <h2>4.36.0 - 22 May 2026</h2>
   <ul>
   <li><em>Breaking change</em>: Bump the minimum required CodeQL bundle 
version to 2.19.4. <a 
href="https://redirect.github.com/github/codeql-action/pull/3894";>#3894</a></li>
   <li>Add support for SHA-256 Git object IDs. <a 
href="https://redirect.github.com/github/codeql-action/pull/3893";>#3893</a></li>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5";>2.25.5</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3926";>#3926</a></li>
   </ul>
   <h2>4.35.5 - 15 May 2026</h2>
   <ul>
   <li>We 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. <a 
href="https://redirect.github.com/github/codeql-action/pull/3899";>#3899</a></li>
   <li>For performance and accuracy reasons, <a 
href="https://redirect.github.com/github/roadmap/issues/1158";>improved 
incremental analysis</a> 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. <a 
href="https://redirect.github.com/github/codeql-action/pull/3791";>#3791</a></li>
   <li>If multiple inputs are provided for the GitHub-internal 
<code>analysis-kinds</code> input, only <code>code-scanning</code> will be 
enabled. The <code>analysis-kinds</code> input is experimental, for 
GitHub-internal use only, and may change without notice at any time. <a 
href="https://redirect.github.com/github/codeql-action/pull/3892";>#3892</a></li>
   <li>Added an experimental change which, when running a Code Scanning 
analysis for a PR with <a 
href="https://redirect.github.com/github/roadmap/issues/1158";>improved 
incremental analysis</a> 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. <a 
href="https://redirect.github.com/github/codeql-action/pull/3880";>#3880</a></li>
   </ul>
   <h2>4.35.4 - 07 May 2026</h2>
   <ul>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4";>2.25.4</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3881";>#3881</a></li>
   </ul>
   <h2>4.35.3 - 01 May 2026</h2>
   <ul>
   <li><em>Upcoming breaking change</em>: 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. <a 
href="https://redirect.github.com/github/codeql-action/pull/3837";>#3837</a></li>
   <li>Configurations for private registries that use Cloudsmith or GCP OIDC 
are now accepted. <a 
href="https://redirect.github.com/github/codeql-action/pull/3850";>#3850</a></li>
   <li>Best-effort connection tests for private registries now use 
<code>GET</code> requests instead of <code>HEAD</code> for better compatibility 
with various registry implementations. For NuGet feeds, the test is now always 
performed against the service index. <a 
href="https://redirect.github.com/github/codeql-action/pull/3853";>#3853</a></li>
   <li>Fixed a bug where two diagnostics produced within the same millisecond 
could overwrite each other on disk, causing one of them to be lost. <a 
href="https://redirect.github.com/github/codeql-action/pull/3852";>#3852</a></li>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3";>2.25.3</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3865";>#3865</a></li>
   </ul>
   <h2>4.35.2 - 15 Apr 2026</h2>
   <ul>
   <li>The undocumented TRAP cache cleanup feature that could be enabled using 
the <code>CODEQL_ACTION_CLEANUP_TRAP_CACHES</code> 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 <code>trap-caching: 
false</code> input to the <code>init</code> Action. <a 
href="https://redirect.github.com/github/codeql-action/pull/3795";>#3795</a></li>
   <li>The Git version 2.36.0 requirement for improved incremental analysis now 
only applies to repositories that contain submodules. <a 
href="https://redirect.github.com/github/codeql-action/pull/3789";>#3789</a></li>
   <li>Python 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. <a 
href="https://redirect.github.com/github/codeql-action/pull/3794";>#3794</a></li>
   <li>Fixed a bug in the validation of OIDC configurations for private 
registries that was added in CodeQL Action 4.33.0 / 3.33.0. <a 
href="https://redirect.github.com/github/codeql-action/pull/3807";>#3807</a></li>
   <li>Update default CodeQL bundle version to <a 
href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2";>2.25.2</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/3823";>#3823</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/github/codeql-action/commit/7211b7c8077ea37d8641b6271f6a365a22a5fbfa";><code>7211b7c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3927";>#3927</a> 
from github/update-v4.36.0-ebc2d9e2b</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/7740f2fb21add1d46278215acea47540db22f022";><code>7740f2f</code></a>
 Update changelog for v4.36.0</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/ebc2d9e2bc247eec51bee8d4df806c4030eb0761";><code>ebc2d9e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3926";>#3926</a> 
from github/update-bundle/codeql-bundle-v2.25.5</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/d1f74b777c95c777bf4f42ce4b250bc916e745c7";><code>d1f74b7</code></a>
 Add changelog note</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/2dc40cec39bdc63d3561d74fa6100cebb0418ff4";><code>2dc40ce</code></a>
 Update default bundle to codeql-bundle-v2.25.5</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/84498526a009a99c875e83ef4821a8ba52de7c22";><code>8449852</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3910";>#3910</a> 
from github/henrymercer/repo-size-diff-check</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/72ac23c6d16b29fbe801e87e3439941558c53094";><code>72ac23c</code></a>
 Update excluded required check list</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/c5297a28a2c3e6a8062041b58858bd7117cebe37";><code>c5297a2</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/3919";>#3919</a> 
from github/henrymercer/workflow-concurrency</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/8ffeae7d05bc1b914a009d197e64e4f5c9e14503";><code>8ffeae7</code></a>
 CI: Automatically cancel non-generated workflows</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/f3f52bf568dc44a1069faafa538caa6b1fec40c9";><code>f3f52bf</code></a>
 Revert <code>getErrorMessage</code> import</li>
   <li>Additional commits viewable in <a 
href="https://github.com/github/codeql-action/compare/9e0d7b8d25671d64c341c19c0152d693099fb5ba...7211b7c8077ea37d8641b6271f6a365a22a5fbfa";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `github/gh-aw-actions` from 0.76.1 to 0.77.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/github/gh-aw-actions/releases";>github/gh-aw-actions's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.77.3</h2>
   <p>Sync of actions from <a href="https://github.com/github/gh-aw";>gh-aw</a> 
at <code>v0.77.3</code>.</p>
   <h2>v0.77.2</h2>
   <p>Sync of actions from <a href="https://github.com/github/gh-aw";>gh-aw</a> 
at <code>v0.77.2</code>.</p>
   <h2>v0.77.1</h2>
   <p>Sync of actions from <a href="https://github.com/github/gh-aw";>gh-aw</a> 
at <code>v0.77.1</code>.</p>
   <h2>v0.77.0</h2>
   <p>Sync of actions from <a href="https://github.com/github/gh-aw";>gh-aw</a> 
at <code>v0.77.0</code>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/github/gh-aw-actions/commit/97f280b14527ca95859c0facba201aeccb2c097f";><code>97f280b</code></a>
 chore: sync actions from [email protected] (<a 
href="https://redirect.github.com/github/gh-aw-actions/issues/126";>#126</a>)</li>
   <li><a 
href="https://github.com/github/gh-aw-actions/commit/8ef4fd0f42779899e54c94d70432110ad596b8bb";><code>8ef4fd0</code></a>
 chore: sync actions from [email protected] (<a 
href="https://redirect.github.com/github/gh-aw-actions/issues/125";>#125</a>)</li>
   <li><a 
href="https://github.com/github/gh-aw-actions/commit/2d6db59a9f9fdfb957a7753d83270a91e84ecf5c";><code>2d6db59</code></a>
 chore: sync actions from [email protected] (<a 
href="https://redirect.github.com/github/gh-aw-actions/issues/124";>#124</a>)</li>
   <li><a 
href="https://github.com/github/gh-aw-actions/commit/b11be78086764c43fa463398aed7ffdcf40549c1";><code>b11be78</code></a>
 chore: sync actions from [email protected] (<a 
href="https://redirect.github.com/github/gh-aw-actions/issues/122";>#122</a>)</li>
   <li>See full diff in <a 
href="https://github.com/github/gh-aw-actions/compare/46d564922b082d0db93244972e8005ea6904ee5f...97f280b14527ca95859c0facba201aeccb2c097f";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `docker/login-action` from 4.1.0 to 4.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/docker/login-action/releases";>docker/login-action's 
releases</a>.</em></p>
   <blockquote>
   <h2>v4.2.0</h2>
   <ul>
   <li>Bump <code>@​actions/core</code> from 3.0.0 to 3.0.1 in <a 
href="https://redirect.github.com/docker/login-action/pull/976";>docker/login-action#976</a></li>
   <li>Bump <code>@​aws-sdk/client-ecr</code> and 
<code>@​aws-sdk/client-ecr-public</code> to 3.1050.0 in <a 
href="https://redirect.github.com/docker/login-action/pull/960";>docker/login-action#960</a></li>
   <li>Bump <code>@​docker/actions-toolkit</code> from 0.86.0 to 0.90.0 in <a 
href="https://redirect.github.com/docker/login-action/pull/970";>docker/login-action#970</a></li>
   <li>Bump brace-expansion from 2.0.1 to 5.0.6 in <a 
href="https://redirect.github.com/docker/login-action/pull/993";>docker/login-action#993</a></li>
   <li>Bump fast-xml-builder from 1.1.4 to 1.2.0 in <a 
href="https://redirect.github.com/docker/login-action/pull/985";>docker/login-action#985</a></li>
   <li>Bump fast-xml-parser from 5.3.6 to 5.8.0 in <a 
href="https://redirect.github.com/docker/login-action/pull/963";>docker/login-action#963</a></li>
   <li>Bump http-proxy-agent and https-proxy-agent to 9.0.0 in <a 
href="https://redirect.github.com/docker/login-action/pull/961";>docker/login-action#961</a></li>
   <li>Bump postcss from 8.5.6 to 8.5.10 in <a 
href="https://redirect.github.com/docker/login-action/pull/979";>docker/login-action#979</a></li>
   <li>Bump tar from 6.2.1 to 7.5.15 in <a 
href="https://redirect.github.com/docker/login-action/pull/991";>docker/login-action#991</a></li>
   <li>Bump vite from 7.3.1 to 7.3.3 in <a 
href="https://redirect.github.com/docker/login-action/pull/986";>docker/login-action#986</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/docker/login-action/compare/v4.1.0...v4.2.0";>https://github.com/docker/login-action/compare/v4.1.0...v4.2.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/docker/login-action/commit/650006c6eb7dba73a995cc03b0b2d7f5ca915bee";><code>650006c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/login-action/issues/960";>#960</a> from 
docker/dependabot/npm_and_yarn/aws-sdk-dependenc...</li>
   <li><a 
href="https://github.com/docker/login-action/commit/99df1a3f6d65e48177ea57671a50e2242eae4b63";><code>99df1a3</code></a>
 chore: update generated content</li>
   <li><a 
href="https://github.com/docker/login-action/commit/3ab375f324f46da5f6901efeda4be4e2566ebaa2";><code>3ab375f</code></a>
 build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 
up...</li>
   <li><a 
href="https://github.com/docker/login-action/commit/39d85804ae465a1816c68ff58158ec66883981b4";><code>39d8580</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/login-action/issues/970";>#970</a> from 
docker/dependabot/npm_and_yarn/docker/actions-to...</li>
   <li><a 
href="https://github.com/docker/login-action/commit/4eefcd33ca7213989697445a78b6730274bfaba6";><code>4eefcd3</code></a>
 chore: update generated content</li>
   <li><a 
href="https://github.com/docker/login-action/commit/56d092c8b3f04006c22f4fc20a2b3d2442caed56";><code>56d092c</code></a>
 build(deps): bump <code>@​docker/actions-toolkit</code> from 0.86.0 to 
0.90.0</li>
   <li><a 
href="https://github.com/docker/login-action/commit/e2e31ca87063ae00fd41ad3b9c548dd8ec24c5ff";><code>e2e31ca</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/login-action/issues/976";>#976</a> from 
docker/dependabot/npm_and_yarn/actions/core-3.0.1</li>
   <li><a 
href="https://github.com/docker/login-action/commit/0bced941e843afc786fbfd58b1c6c13ca11e09c9";><code>0bced94</code></a>
 chore: update generated content</li>
   <li><a 
href="https://github.com/docker/login-action/commit/3e75a0f266b07e09777a621d0ca5f4432ef9f10c";><code>3e75a0f</code></a>
 build(deps): bump <code>@​actions/core</code> from 3.0.0 to 3.0.1</li>
   <li><a 
href="https://github.com/docker/login-action/commit/365bebd9d646160567ebad47824f026e09ee6970";><code>365bebd</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/login-action/issues/984";>#984</a> from 
docker/dependabot/github_actions/aws-actions/con...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/docker/login-action/compare/4907a6ddec9925e35a0a9e82d7399ccc52663121...650006c6eb7dba73a995cc03b0b2d7f5ca915bee";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `eps1lon/actions-label-merge-conflict` from 3.0.3 to 3.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eps1lon/actions-label-merge-conflict/releases";>eps1lon/actions-label-merge-conflict's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add better permissions defaults for the example by <a 
href="https://github.com/oliviertassinari";><code>@​oliviertassinari</code></a> 
in <a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/151";>eps1lon/actions-label-merge-conflict#151</a></li>
   <li>Update Node.js to 24 by <a 
href="https://github.com/oliviertassinari";><code>@​oliviertassinari</code></a> 
in <a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/152";>eps1lon/actions-label-merge-conflict#152</a></li>
   <li>release: 3.1.0 by <a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a> in <a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/153";>eps1lon/actions-label-merge-conflict#153</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/oliviertassinari";><code>@​oliviertassinari</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/151";>eps1lon/actions-label-merge-conflict#151</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/eps1lon/actions-label-merge-conflict/compare/v3.0.3...v3.1.0";>https://github.com/eps1lon/actions-label-merge-conflict/compare/v3.0.3...v3.1.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md";>eps1lon/actions-label-merge-conflict's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <h2>3.1.0</h2>
   <ul>
   <li>Update Node.js to 24 (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/152";>#152</a>)</li>
   </ul>
   <h2>3.0.3</h2>
   <ul>
   <li>Ensure <code>outputs</code> is populated (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/136";>#136</a>)</li>
   </ul>
   <h2>3.0.2</h2>
   <ul>
   <li>Handle error when label is not available (part 2) (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/126";>#126</a>)</li>
   </ul>
   <h2>3.0.1</h2>
   <ul>
   <li>Handle error when label is not available (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/123";>#123</a>)</li>
   </ul>
   <h2>3.0.0</h2>
   <ul>
   <li>Update to node20 (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/115";>#115</a>)</li>
   </ul>
   <h2>2.1.0</h2>
   <ul>
   <li>Address set-output deprecation (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/92";>#92</a>
 by <a href="https://github.com/NotMyFault";><code>@​NotMyFault</code></a>)</li>
   <li>Fix CVE-2022-35954 (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/92";>#92</a>
 by <a href="https://github.com/NotMyFault";><code>@​NotMyFault</code></a>)</li>
   </ul>
   <h2>2.0.1</h2>
   <ul>
   <li>Improve retry logic (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/31";>#31</a>
 by <a href="https://github.com/eps1lon";><code>@​eps1lon</code></a>)</li>
   </ul>
   <h2>2.0.0</h2>
   <ul>
   <li>Only update PRs based off of the branch in the <code>push</code> event
   Previously we checked every open PR.
   Since a <code>push</code> to a branch can only create merge conflicts with 
that branch we can limit the set of checked PRs.
   This should help repositories with lots of PRs targetting different branches 
with rate limiting.</li>
   <li>Only leave comments if the <code>dirtyLabel</code> was added or 
removed</li>
   </ul>
   <h2>1.4.0</h2>
   <ul>
   <li>Allow warning only if secrets aren't available (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/22";>#22</a>
 by <a href="https://github.com/baywet";><code>@​baywet</code></a>)</li>
   <li>Remove requirement for removeOnDirtyLabel (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/21";>#21</a>
 by <a href="https://github.com/baywet";><code>@​baywet</code></a>)</li>
   </ul>
   <h2>1.3.0</h2>
   <ul>
   <li>set PRs and their dirty state as output (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/pull/17";>#17</a>
 by <a href="https://github.com/baywet";><code>@​baywet</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eps1lon/actions-label-merge-conflict/commit/0273be72a0bbd58fcd71d0d6c02c209b50d1e5e1";><code>0273be7</code></a>
 release: 3.1.0 (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/issues/153";>#153</a>)</li>
   <li><a 
href="https://github.com/eps1lon/actions-label-merge-conflict/commit/9d4606b07841f6baab1c1c4f262cbc261d4788f5";><code>9d4606b</code></a>
 Update Node.js to 24 (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/issues/152";>#152</a>)</li>
   <li><a 
href="https://github.com/eps1lon/actions-label-merge-conflict/commit/62d0db0c30ce1eab6c117ba4fdf7e43f71b0f462";><code>62d0db0</code></a>
 docs: Add better permissions defaults for the example (<a 
href="https://redirect.github.com/eps1lon/actions-label-merge-conflict/issues/151";>#151</a>)</li>
   <li>See full diff in <a 
href="https://github.com/eps1lon/actions-label-merge-conflict/compare/1df065ebe6e3310545d4f4c4e862e43bdca146f0...0273be72a0bbd58fcd71d0d6c02c209b50d1e5e1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to