Skip to content

chore(deps): update editorconfig-checker/action-editorconfig-checker action to v2#1440

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/editorconfig-checker-action-editorconfig-checker-2.x
Open

chore(deps): update editorconfig-checker/action-editorconfig-checker action to v2#1440
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/editorconfig-checker-action-editorconfig-checker-2.x

Conversation

@renovate

@renovate renovate Bot commented Apr 7, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
editorconfig-checker/action-editorconfig-checker action major v1v2

Release Notes

editorconfig-checker/action-editorconfig-checker (editorconfig-checker/action-editorconfig-checker)

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: editorconfig-checker/action-editorconfig-checker@v2.1.0...v2.2.0

v2.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: editorconfig-checker/action-editorconfig-checker@v2...v2.1.0

v2.0.0

Compare Source

What's Changed

Breaking
Behavior change in #​10

Prior to 2.0.0 the purpose of the action was to run editorconfig-checker on the files in the workspace. The purpose of the action is now solely to make editorconfig-checker available in the runner machine for use by subsequent steps in the job.

Migration Guide

A new step that invokes editorconfig-checker must be added to the workflow.

Before:

- name: Check EditorConfig compliance
  uses: editorconfig-checker/action-editorconfig-checker@v1

After:

- name: Install editorconfig-checker
  uses: editorconfig-checker/action-editorconfig-checker@v2

- name: Check EditorConfig compliance
  run: editorconfig-checker
Removal of output output in #​10

Prior to 2.0.0 the action provided an output named output that contained the output from running editorconfig-checker on the files in the workspace. This output could be referenced by the action user in subsequent steps/jobs of their workflow.

Due to the change in the action's behavior, the output is no longer provided. If needed, you can capture and use the output in the shell code of the step in the workflow that invokes editorconfig-checker.

Enhancement

New Contributors

Full Changelog: v1...v2.0.0

v2

Compare Source


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@github-actions

github-actions Bot commented Apr 7, 2025

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
dist/index.cjs 7.29 KB (0%)
dist/index.js 7.25 KB (0%)
dist/index.css 1.23 KB (0%)

@renovate renovate Bot force-pushed the renovate/editorconfig-checker-action-editorconfig-checker-2.x branch from a8514dc to d15c505 Compare April 7, 2025 19:16
@renovate renovate Bot force-pushed the renovate/editorconfig-checker-action-editorconfig-checker-2.x branch from d15c505 to a295865 Compare July 28, 2025 11:38
@renovate renovate Bot force-pushed the renovate/editorconfig-checker-action-editorconfig-checker-2.x branch from a295865 to 8dd3c96 Compare October 9, 2025 09:30
@renovate renovate Bot force-pushed the renovate/editorconfig-checker-action-editorconfig-checker-2.x branch from 8dd3c96 to 35032e4 Compare November 10, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants