Skip to content

Bump al-cheb/configure-pagefile-action from 1.4 to 1.5#8648

Merged
KumoLiu merged 1 commit intodevfrom
dependabot/github_actions/al-cheb/configure-pagefile-action-1.5
Dec 2, 2025
Merged

Bump al-cheb/configure-pagefile-action from 1.4 to 1.5#8648
KumoLiu merged 1 commit intodevfrom
dependabot/github_actions/al-cheb/configure-pagefile-action-1.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps al-cheb/configure-pagefile-action from 1.4 to 1.5.

Release notes

Sourced from al-cheb/configure-pagefile-action's releases.

v1.5: Update task node version to 24

configure-pagefile-action

This action is intended to configure Pagefile size and location for Windows images in GitHub Actions.

Available parameters

Argument Description Format Default value
minimum-size Set minimum size of Pagefile 2048MB, 4GB, 8GB and etc 8GB
maximum-size Set maximum size of Pagefile The same like minimum-size minimum-size
disk-root Set disk root where Pagefile will be located C: or D: D:

Usage

name: CI
on: [push]
jobs:
  build:
    runs-on: windows-latest
    steps:
    - name: configure Pagefile
      uses: al-cheb/configure-pagefile-action@v1.5
      with:
        minimum-size: 8
- name: configure Pagefile
  uses: al-cheb/configure-pagefile-action@v1.5
  with:
    minimum-size: 8
    maximum-size: 16
    disk-root: "D:"

License

The scripts and documentation in this project are released under the MIT License

Commits
  • 9b6da52 Merge pull request #24 from Goooler/node24
  • 1a17a0f Update action runtime to node 24
  • 06a0aef Merge pull request #23 from al-cheb/dependabot/npm_and_yarn/undici-5.29.0
  • ae10127 Bump undici from 5.28.4 to 5.29.0
  • 93eb937 Merge pull request #22 from al-cheb/dependabot/npm_and_yarn/undici-5.28.4
  • f82ad0c Bump undici from 5.28.3 to 5.28.4
  • b1b70e9 Merge pull request #21 from al-cheb/dependabot/npm_and_yarn/undici-5.28.3
  • 9b7998f Bump undici from 5.28.2 to 5.28.3
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 1, 2025
@dependabot dependabot bot requested a review from KumoLiu as a code owner December 1, 2025 05:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 1, 2025
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Dec 1, 2025

Important

Review skipped

Bot user detected.

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

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


Comment @coderabbitai help to get the list of available commands and usage tips.

Bumps [al-cheb/configure-pagefile-action](https://github.com/al-cheb/configure-pagefile-action) from 1.4 to 1.5.
- [Release notes](https://github.com/al-cheb/configure-pagefile-action/releases)
- [Commits](al-cheb/configure-pagefile-action@v1.4...v1.5)

---
updated-dependencies:
- dependency-name: al-cheb/configure-pagefile-action
  dependency-version: '1.5'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/al-cheb/configure-pagefile-action-1.5 branch from 65e0a45 to 93d4fad Compare December 1, 2025 11:44
@KumoLiu
Copy link
Copy Markdown
Contributor

KumoLiu commented Dec 1, 2025

/build

@KumoLiu KumoLiu enabled auto-merge (squash) December 1, 2025 13:06
@KumoLiu
Copy link
Copy Markdown
Contributor

KumoLiu commented Dec 2, 2025

/build

@KumoLiu KumoLiu merged commit e5417c8 into dev Dec 2, 2025
27 checks passed
@KumoLiu KumoLiu deleted the dependabot/github_actions/al-cheb/configure-pagefile-action-1.5 branch December 2, 2025 04:53
Borda pushed a commit to Borda/MONAI that referenced this pull request Jan 6, 2026
…#8648)

Bumps
[al-cheb/configure-pagefile-action](https://github.com/al-cheb/configure-pagefile-action)
from 1.4 to 1.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/al-cheb/configure-pagefile-action/releases">al-cheb/configure-pagefile-action's
releases</a>.</em></p>
<blockquote>
<h2>v1.5: Update task node version to 24</h2>
<h1>configure-pagefile-action</h1>
<p>This action is intended to configure Pagefile size and location for
Windows images in GitHub Actions.</p>
<h1>Available parameters</h1>
<table>
<thead>
<tr>
<th>Argument</th>
<th>Description</th>
<th>Format</th>
<th>Default value</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>minimum-size</code></td>
<td>Set minimum size of Pagefile</td>
<td><code>2048MB</code>, <code>4GB</code>, <code>8GB</code> and etc</td>
<td><code>8GB</code></td>
</tr>
<tr>
<td><code>maximum-size</code></td>
<td>Set maximum size of Pagefile</td>
<td>The same like <code>minimum-size</code></td>
<td><code>minimum-size</code></td>
</tr>
<tr>
<td><code>disk-root</code></td>
<td>Set disk root where Pagefile will be located</td>
<td><code>C:</code> or <code>D:</code></td>
<td><code>D:</code></td>
</tr>
</tbody>
</table>
<h1>Usage</h1>
<pre><code>name: CI
on: [push]
jobs:
  build:
    runs-on: windows-latest
    steps:
    - name: configure Pagefile
      uses: al-cheb/configure-pagefile-action@v1.5
      with:
        minimum-size: 8
<pre><code>- name: configure Pagefile
  uses: al-cheb/configure-pagefile-action@v1.5
  with:
    minimum-size: 8
    maximum-size: 16
    disk-root: &amp;quot;D:&amp;quot;
</code></pre>
<p></code></pre></p>
<h1>License</h1>
<p>The scripts and documentation in this project are released under the
<a
href="https://github.com/al-cheb/configure-pagefile-action/blob/HEAD/LICENSE">MIT
License</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/9b6da52fb72a3c6147c1aad2df22d8d905681adc"><code>9b6da52</code></a>
Merge pull request <a
href="https://redirect.github.com/al-cheb/configure-pagefile-action/issues/24">#24</a>
from Goooler/node24</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/1a17a0f48b53750e70e213f660b7b4d9aada3a48"><code>1a17a0f</code></a>
Update action runtime to node 24</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/06a0aef6fc17c4bd266d0407537e219e549caf13"><code>06a0aef</code></a>
Merge pull request <a
href="https://redirect.github.com/al-cheb/configure-pagefile-action/issues/23">#23</a>
from al-cheb/dependabot/npm_and_yarn/undici-5.29.0</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/ae101274daa1556d0484c9224d0338d1bd10c499"><code>ae10127</code></a>
Bump undici from 5.28.4 to 5.29.0</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/93eb93791e97ca50a0f57aabfbb25401cf405ca3"><code>93eb937</code></a>
Merge pull request <a
href="https://redirect.github.com/al-cheb/configure-pagefile-action/issues/22">#22</a>
from al-cheb/dependabot/npm_and_yarn/undici-5.28.4</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/f82ad0c6afc3c5dba555672fba8420b935b368da"><code>f82ad0c</code></a>
Bump undici from 5.28.3 to 5.28.4</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/b1b70e90693bb917f126a5bfec1f8fb143ed620d"><code>b1b70e9</code></a>
Merge pull request <a
href="https://redirect.github.com/al-cheb/configure-pagefile-action/issues/21">#21</a>
from al-cheb/dependabot/npm_and_yarn/undici-5.28.3</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/9b7998f4453f7c300d08f07fbe32fd3dd1bb4f99"><code>9b7998f</code></a>
Bump undici from 5.28.2 to 5.28.3</li>
<li>See full diff in <a
href="https://github.com/al-cheb/configure-pagefile-action/compare/v1.4...v1.5">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=al-cheb/configure-pagefile-action&package-manager=github_actions&previous-version=1.4&new-version=1.5)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: jirka <jirka.borovec@seznam.cz>
Rusheel86 pushed a commit to Rusheel86/MONAI that referenced this pull request Feb 25, 2026
…#8648)

Bumps
[al-cheb/configure-pagefile-action](https://github.com/al-cheb/configure-pagefile-action)
from 1.4 to 1.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/al-cheb/configure-pagefile-action/releases">al-cheb/configure-pagefile-action's
releases</a>.</em></p>
<blockquote>
<h2>v1.5: Update task node version to 24</h2>
<h1>configure-pagefile-action</h1>
<p>This action is intended to configure Pagefile size and location for
Windows images in GitHub Actions.</p>
<h1>Available parameters</h1>
<table>
<thead>
<tr>
<th>Argument</th>
<th>Description</th>
<th>Format</th>
<th>Default value</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>minimum-size</code></td>
<td>Set minimum size of Pagefile</td>
<td><code>2048MB</code>, <code>4GB</code>, <code>8GB</code> and etc</td>
<td><code>8GB</code></td>
</tr>
<tr>
<td><code>maximum-size</code></td>
<td>Set maximum size of Pagefile</td>
<td>The same like <code>minimum-size</code></td>
<td><code>minimum-size</code></td>
</tr>
<tr>
<td><code>disk-root</code></td>
<td>Set disk root where Pagefile will be located</td>
<td><code>C:</code> or <code>D:</code></td>
<td><code>D:</code></td>
</tr>
</tbody>
</table>
<h1>Usage</h1>
<pre><code>name: CI
on: [push]
jobs:
  build:
    runs-on: windows-latest
    steps:
    - name: configure Pagefile
      uses: al-cheb/configure-pagefile-action@v1.5
      with:
        minimum-size: 8
<pre><code>- name: configure Pagefile
  uses: al-cheb/configure-pagefile-action@v1.5
  with:
    minimum-size: 8
    maximum-size: 16
    disk-root: &amp;quot;D:&amp;quot;
</code></pre>
<p></code></pre></p>
<h1>License</h1>
<p>The scripts and documentation in this project are released under the
<a
href="https://github.com/al-cheb/configure-pagefile-action/blob/HEAD/LICENSE">MIT
License</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/9b6da52fb72a3c6147c1aad2df22d8d905681adc"><code>9b6da52</code></a>
Merge pull request <a
href="https://redirect.github.com/al-cheb/configure-pagefile-action/issues/24">#24</a>
from Goooler/node24</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/1a17a0f48b53750e70e213f660b7b4d9aada3a48"><code>1a17a0f</code></a>
Update action runtime to node 24</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/06a0aef6fc17c4bd266d0407537e219e549caf13"><code>06a0aef</code></a>
Merge pull request <a
href="https://redirect.github.com/al-cheb/configure-pagefile-action/issues/23">#23</a>
from al-cheb/dependabot/npm_and_yarn/undici-5.29.0</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/ae101274daa1556d0484c9224d0338d1bd10c499"><code>ae10127</code></a>
Bump undici from 5.28.4 to 5.29.0</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/93eb93791e97ca50a0f57aabfbb25401cf405ca3"><code>93eb937</code></a>
Merge pull request <a
href="https://redirect.github.com/al-cheb/configure-pagefile-action/issues/22">#22</a>
from al-cheb/dependabot/npm_and_yarn/undici-5.28.4</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/f82ad0c6afc3c5dba555672fba8420b935b368da"><code>f82ad0c</code></a>
Bump undici from 5.28.3 to 5.28.4</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/b1b70e90693bb917f126a5bfec1f8fb143ed620d"><code>b1b70e9</code></a>
Merge pull request <a
href="https://redirect.github.com/al-cheb/configure-pagefile-action/issues/21">#21</a>
from al-cheb/dependabot/npm_and_yarn/undici-5.28.3</li>
<li><a
href="https://github.com/al-cheb/configure-pagefile-action/commit/9b7998f4453f7c300d08f07fbe32fd3dd1bb4f99"><code>9b7998f</code></a>
Bump undici from 5.28.2 to 5.28.3</li>
<li>See full diff in <a
href="https://github.com/al-cheb/configure-pagefile-action/compare/v1.4...v1.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=al-cheb/configure-pagefile-action&package-manager=github_actions&previous-version=1.4&new-version=1.5)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant