dependabot[bot] opened a new pull request, #2336:
URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2336

   Bumps 
[zulip/github-actions-zulip](https://github.com/zulip/github-actions-zulip) 
from 1.0.2 to 2.0.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/zulip/github-actions-zulip/blob/main/CHANGELOG.md";>zulip/github-actions-zulip's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Zulip GitHub Action Changelog</h1>
   <h2>2.0.0 (2026-05-20)</h2>
   <p><strong>Breaking changes</strong></p>
   <ul>
   <li>Switch from deprecated Node 20 to Node 24.</li>
   </ul>
   <p><strong>Infrastructure</strong></p>
   <ul>
   <li>Upgrade dependencies.</li>
   </ul>
   <h2>1.0.0 (2021-08-14)</h2>
   <p><strong>Breaking changes</strong></p>
   <p>⚠️ Please use <code>zulip/github-actions-zulip/send-message@v1</code> 
instead of <code>yuzutech/[email protected]</code>.<br />
   If you were using <code>password</code> as authentification method, please 
get an API key through Zulip's web interface and use <code>api-key</code> 
instead.
   Finally, <code>username</code> field was renamed to <code>email</code> to be 
consistent with Zulip API naming.</p>
   <p><em>Before</em></p>
   <pre lang="yml"><code>- name: Send a stream message
     uses: yuzutech/[email protected]
     with:
       username: &quot;[email protected]&quot;
       api-key: &quot;abcd1234&quot;
       organization-url: &quot;https://org.zulipchat.com&quot;
       to: &quot;social&quot;
       type: &quot;stream&quot;
       topic: &quot;Castle&quot;
       content: &quot;I come not, friends, to steal away your hearts.&quot;
   </code></pre>
   <p><em>After</em></p>
   <pre lang="yml"><code>- name: Send a stream message
     uses: zulip/github-actions-zulip/send-message@v1
     with:
       email: &quot;[email protected]&quot;
       api-key: &quot;abcd1234&quot;
       organization-url: &quot;https://org.zulipchat.com&quot;
       to: &quot;social&quot;
       type: &quot;stream&quot;
       topic: &quot;Castle&quot;
       content: &quot;I come not, friends, to steal away your hearts.&quot;
   </code></pre>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/zulip/github-actions-zulip/commit/8f8523530d0b8b62cb841d580be364df3c4a69d9";><code>8f85235</code></a>
 Release v2.0.0.</li>
   <li><a 
href="https://github.com/zulip/github-actions-zulip/commit/74e69e33f5031620f0ce4ff7f0a6713691b3093f";><code>74e69e3</code></a>
 Upgrade dependencies.</li>
   <li><a 
href="https://github.com/zulip/github-actions-zulip/commit/037b85975ac3806cd8e639625684349885216178";><code>037b859</code></a>
 npmrc: Enable 7 day dependency cooldown.</li>
   <li><a 
href="https://github.com/zulip/github-actions-zulip/commit/ebcd292dd4c1170a6d6f983b7a98cd6f0d4fdb1d";><code>ebcd292</code></a>
 eslint: Fix <code>@​typescript-eslint/no-unsafe-type-assertion</code>.</li>
   <li><a 
href="https://github.com/zulip/github-actions-zulip/commit/2c5f4a4722b4c77f842e113f9e0fbd3d7a28958c";><code>2c5f4a4</code></a>
 eslint: Fix import-x/no-named-default, unicorn/no-named-default.</li>
   <li><a 
href="https://github.com/zulip/github-actions-zulip/commit/72abff4a5283d69df98bad0b4cb86aa761442d64";><code>72abff4</code></a>
 eslint: Fix <code>@​typescript-eslint/no-floating-promises</code>, 
unicorn/prefer-top-level...</li>
   <li><a 
href="https://github.com/zulip/github-actions-zulip/commit/e7daabd0814b758efe014d515ba3d032a28acd71";><code>e7daabd</code></a>
 Fix send message return type.</li>
   <li><a 
href="https://github.com/zulip/github-actions-zulip/commit/1fe2d13a86bdb8852f482c30fc626679f4a79fc6";><code>1fe2d13</code></a>
 Set &quot;type&quot;: &quot;module&quot;.</li>
   <li><a 
href="https://github.com/zulip/github-actions-zulip/commit/ff1e95a29d72767baaa04afabd3b9f7441336601";><code>ff1e95a</code></a>
 workflows: Check for uncommitted changes.</li>
   <li><a 
href="https://github.com/zulip/github-actions-zulip/commit/cf33b89edb375565d82cfe8559a56b457fd9786f";><code>cf33b89</code></a>
 Actually run Prettier.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/zulip/github-actions-zulip/compare/e4c8f27c732ba9bd98ac6be0583096dea82feea5...8f8523530d0b8b62cb841d580be364df3c4a69d9";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zulip/github-actions-zulip&package-manager=github_actions&previous-version=1.0.2&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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)
   - `@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)
   - `@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)
   
   
   </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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to