Skip to content

Update al-cheb/configure-pagefile-action action to v1.5#2935

Open
renovate[bot] wants to merge 2 commits into
masterfrom
renovate/al-cheb-configure-pagefile-action-1.x
Open

Update al-cheb/configure-pagefile-action action to v1.5#2935
renovate[bot] wants to merge 2 commits into
masterfrom
renovate/al-cheb-configure-pagefile-action-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 22, 2026

This PR contains the following updates:

Package Type Update Change
al-cheb/configure-pagefile-action action minor v1.4v1.5

Release Notes

al-cheb/configure-pagefile-action (al-cheb/configure-pagefile-action)

v1.5: : Update task node version to 24

Compare Source

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the changelog:skip Don't include this pull request in the release change log label May 22, 2026
@github-actions github-actions Bot added the dependencies Pull request that updates a dependency file label May 22, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 22, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.84%. Comparing base (238f693) to head (892798b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2935   +/-   ##
=======================================
  Coverage   89.84%   89.84%           
=======================================
  Files         234      234           
  Lines       15267    15267           
=======================================
  Hits        13716    13716           
  Misses       1551     1551           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

changelog:skip Don't include this pull request in the release change log dependencies Pull request that updates a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant