diff --git a/.all-contributorsrc b/.all-contributorsrc
index bf4e736d..63e0430c 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -123,6 +123,165 @@
"contributions": [
"doc"
]
+ },
+ {
+ "login": "thyarles",
+ "name": "Charles Santos",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1340046?v=4",
+ "profile": "https://www.credly.com/users/thyarles/badges",
+ "contributions": [
+ "code"
+ ]
+ },
+ {
+ "login": "kostiantyn-korniienko-aurea",
+ "name": "Kostiantyn Korniienko",
+ "avatar_url": "https://avatars.githubusercontent.com/u/37180625?v=4",
+ "profile": "https://github.com/kostiantyn-korniienko-aurea",
+ "contributions": [
+ "doc"
+ ]
+ },
+ {
+ "login": "lpulley",
+ "name": "Logan Pulley",
+ "avatar_url": "https://avatars.githubusercontent.com/u/7193187?v=4",
+ "profile": "https://github.com/lpulley",
+ "contributions": [
+ "code"
+ ]
+ },
+ {
+ "login": "kenji-miyake",
+ "name": "Kenji Miyake",
+ "avatar_url": "https://avatars.githubusercontent.com/u/31987104?v=4",
+ "profile": "https://www.linkedin.com/in/kenji-miyake/",
+ "contributions": [
+ "code"
+ ]
+ },
+ {
+ "login": "adonisgarciac",
+ "name": "adonisgarciac",
+ "avatar_url": "https://avatars.githubusercontent.com/u/71078987?v=4",
+ "profile": "https://github.com/adonisgarciac",
+ "contributions": [
+ "code",
+ "doc"
+ ]
+ },
+ {
+ "login": "cfernhout",
+ "name": "Chiel Fernhout",
+ "avatar_url": "https://avatars.githubusercontent.com/u/22294606?v=4",
+ "profile": "https://github.com/cfernhout",
+ "contributions": [
+ "doc"
+ ]
+ },
+ {
+ "login": "albertoperdomo2",
+ "name": "Alberto Perdomo",
+ "avatar_url": "https://avatars.githubusercontent.com/u/62241095?v=4",
+ "profile": "https://github.com/albertoperdomo2",
+ "contributions": [
+ "doc"
+ ]
+ },
+ {
+ "login": "V0lantis",
+ "name": "Arthur",
+ "avatar_url": "https://avatars.githubusercontent.com/u/37664438?v=4",
+ "profile": "https://arthurvolant.com",
+ "contributions": [
+ "bug",
+ "code"
+ ]
+ },
+ {
+ "login": "rodrigorfk",
+ "name": "Rodrigo Fior Kuntzer",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1995033?v=4",
+ "profile": "https://github.com/rodrigorfk",
+ "contributions": [
+ "code",
+ "test",
+ "bug"
+ ]
+ },
+ {
+ "login": "levenleven",
+ "name": "Aleksey Levenstein",
+ "avatar_url": "https://avatars.githubusercontent.com/u/6463364?v=4",
+ "profile": "https://github.com/levenleven",
+ "contributions": [
+ "doc"
+ ]
+ },
+ {
+ "login": "dan-hill2802",
+ "name": "Daniel Hill",
+ "avatar_url": "https://avatars.githubusercontent.com/u/5046322?v=4",
+ "profile": "https://github.com/dan-hill2802",
+ "contributions": [
+ "doc"
+ ]
+ },
+ {
+ "login": "KeisukeYamashita",
+ "name": "KeisukeYamashita",
+ "avatar_url": "https://avatars.githubusercontent.com/u/23056537?v=4",
+ "profile": "https://keisukeyamashita.com",
+ "contributions": [
+ "doc"
+ ]
+ },
+ {
+ "login": "codesculpture",
+ "name": "Aravind",
+ "avatar_url": "https://avatars.githubusercontent.com/u/63452117?v=4",
+ "profile": "https://github.com/codesculpture",
+ "contributions": [
+ "code",
+ "bug"
+ ]
+ },
+ {
+ "login": "Whadup",
+ "name": "Lukas Pfahler",
+ "avatar_url": "https://avatars.githubusercontent.com/u/2308119?v=4",
+ "profile": "https://lukaspfahler.de",
+ "contributions": [
+ "code"
+ ]
+ },
+ {
+ "login": "RajendraP",
+ "name": "Rajendra Pandey",
+ "avatar_url": "https://avatars.githubusercontent.com/u/8928165?v=4",
+ "profile": "https://github.com/RajendraP",
+ "contributions": [
+ "doc"
+ ]
+ },
+ {
+ "login": "undefined-moe",
+ "name": "undefined",
+ "avatar_url": "https://avatars.githubusercontent.com/u/29992205?v=4",
+ "profile": "https://undefined.moe/",
+ "contributions": [
+ "doc"
+ ]
+ },
+ {
+ "login": "Jellyfrog",
+ "name": "Jellyfrog",
+ "avatar_url": "https://avatars.githubusercontent.com/u/759887?v=4",
+ "profile": "https://github.com/Jellyfrog",
+ "contributions": [
+ "code",
+ "doc"
+ ]
}
],
"contributorsPerLine": 7,
@@ -130,5 +289,7 @@
"projectOwner": "tj-actions",
"repoType": "github",
"repoHost": "https://github.com",
- "skipCi": true
+ "skipCi": true,
+ "commitConvention": "angular",
+ "commitType": "docs"
}
diff --git a/.codacy.yml b/.codacy.yml
new file mode 100644
index 00000000..048f1110
--- /dev/null
+++ b/.codacy.yml
@@ -0,0 +1,4 @@
+---
+exclude_paths:
+ - "*.md"
+ - "dist/**"
diff --git a/.eslintignore b/.eslintignore
new file mode 100644
index 00000000..e34b4dac
--- /dev/null
+++ b/.eslintignore
@@ -0,0 +1,5 @@
+dist/
+lib/
+node_modules/
+jest.config.js
+coverage/
\ No newline at end of file
diff --git a/.eslintrc.json b/.eslintrc.json
new file mode 100644
index 00000000..9487b849
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,85 @@
+{
+ "plugins": [
+ "jest",
+ "@typescript-eslint",
+ "github"
+ ],
+ "extends": [
+ "plugin:github/recommended",
+ "plugin:prettier/recommended"
+ ],
+ "parser": "@typescript-eslint/parser",
+ "parserOptions": {
+ "ecmaVersion": 9,
+ "sourceType": "module",
+ "project": "./tsconfig.json"
+ },
+ "rules": {
+ "i18n-text/no-en": "off",
+ "eslint-comments/no-use": "off",
+ "import/no-namespace": "off",
+ "no-unused-vars": "off",
+ "@typescript-eslint/no-unused-vars": "error",
+ "@typescript-eslint/explicit-member-accessibility": [
+ "error",
+ {
+ "accessibility": "no-public"
+ }
+ ],
+ "@typescript-eslint/no-require-imports": "error",
+ "@typescript-eslint/array-type": "error",
+ "@typescript-eslint/await-thenable": "error",
+ "@typescript-eslint/ban-ts-comment": "off",
+ "camelcase": "off",
+ "@typescript-eslint/consistent-type-assertions": "error",
+ "@typescript-eslint/explicit-function-return-type": [
+ "error",
+ {
+ "allowExpressions": true
+ }
+ ],
+ "@typescript-eslint/func-call-spacing": [
+ "error",
+ "never"
+ ],
+ "@typescript-eslint/no-array-constructor": "error",
+ "@typescript-eslint/no-empty-interface": "error",
+ "@typescript-eslint/no-explicit-any": "error",
+ "@typescript-eslint/no-extraneous-class": "error",
+ "@typescript-eslint/no-for-in-array": "error",
+ "@typescript-eslint/no-inferrable-types": "error",
+ "@typescript-eslint/no-misused-new": "error",
+ "@typescript-eslint/no-namespace": "error",
+ "@typescript-eslint/no-non-null-assertion": "warn",
+ "@typescript-eslint/no-unnecessary-qualifier": "error",
+ "@typescript-eslint/no-unnecessary-type-assertion": "error",
+ "@typescript-eslint/no-useless-constructor": "error",
+ "@typescript-eslint/no-var-requires": "error",
+ "@typescript-eslint/prefer-for-of": "warn",
+ "@typescript-eslint/prefer-function-type": "warn",
+ "@typescript-eslint/prefer-includes": "error",
+ "@typescript-eslint/prefer-string-starts-ends-with": "error",
+ "@typescript-eslint/promise-function-async": "error",
+ "@typescript-eslint/require-array-sort-compare": "error",
+ "@typescript-eslint/restrict-plus-operands": "error",
+ "no-shadow": "off",
+ "@typescript-eslint/no-shadow": "error",
+ "semi": "off",
+ "filenames/match-regex": [
+ "error",
+ "^[a-zA-Z0-9\\-.]+$",
+ true
+ ],
+ "@typescript-eslint/semi": [
+ "error",
+ "never"
+ ],
+ "@typescript-eslint/type-annotation-spacing": "error",
+ "@typescript-eslint/unbound-method": "error"
+ },
+ "env": {
+ "node": true,
+ "es6": true,
+ "jest/globals": true
+ }
+}
\ No newline at end of file
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..2e051e1f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+dist/** -diff linguist-generated=true
\ No newline at end of file
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index e6946bf9..00000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-# These are supported funding model platforms
-
-github: jackton1
-patreon: # Replace with a single Patreon username
-open_collective: tj-actions
-ko_fi: # Replace with a single Ko-fi username
-tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
-community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
-liberapay: # Replace with a single Liberapay username
-issuehunt: # Replace with a single IssueHunt username
-otechie: # Replace with a single Otechie username
-custom: []
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml
deleted file mode 100644
index 35af0262..00000000
--- a/.github/ISSUE_TEMPLATE/bug_report.yaml
+++ /dev/null
@@ -1,92 +0,0 @@
-name: đ Bug
-description: Create a report to help us improve
-title: "[BUG]
"
-labels: [bug, needs triage]
-
-body:
- - type: markdown
- attributes:
- value: |
- Thanks for taking the time to fill out this bug report!
- - type: checkboxes
- attributes:
- label: Is there an existing issue for this?
- description: Please search to see if an issue already exists for the bug you encountered.
- options:
- - label: I have searched the existing issues
- required: true
- - type: checkboxes
- attributes:
- label: Does this issue exist in the latest version?
- description: Please view all releases to confirm that this issue hasn't already been fixed.
- options:
- - label: I'm using the latest release
- required: true
- - type: textarea
- id: what-happened
- attributes:
- label: Describe the bug?
- description: A clear and concise description of what the bug is
- placeholder: Tell us what you see!
- validations:
- required: true
- - type: textarea
- id: reproduce
- attributes:
- label: To Reproduce
- description: Steps to reproduce the behavior?
- placeholder: |
- 1. In this environment...
- 2. With this config...
- 3. Run '...'
- 4. See error...
- validations:
- required: true
- - type: dropdown
- id: os
- attributes:
- label: What OS are you seeing the problem on?
- multiple: true
- options:
- - all
- - ubuntu-latest or ubuntu-20.04
- - ubuntu-18.04
- - macos-latest or macos-10.15
- - macos-11
- - windows-latest or windows-2019
- - windows-2016
- validations:
- required: true
- - type: textarea
- id: expected
- attributes:
- label: Expected behavior?
- description: A clear and concise description of what you expected to happen.
- placeholder: Tell us what you expected!
- validations:
- required: true
- - type: textarea
- id: logs
- attributes:
- label: Relevant log output
- description: Please copy and paste any relevant log outputs after enabling debug logging using ACTIONS_STEP_DEBUG=true See https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging. This will be automatically formatted into code, so no need for backticks.
- render: bash
- - type: textarea
- attributes:
- label: Anything else?
- description: |
- Links? or References?
-
- Anything that will give us more context about the issue you are encountering!
-
- Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
- validations:
- required: false
- - type: checkboxes
- id: terms
- attributes:
- label: Code of Conduct
- description: By submitting this issue, you agree to follow our [Code of Conduct](../blob/main/CODE_OF_CONDUCT.md)
- options:
- - label: I agree to follow this project's Code of Conduct
- required: true
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml
deleted file mode 100644
index 9ee6d345..00000000
--- a/.github/ISSUE_TEMPLATE/feature_request.yaml
+++ /dev/null
@@ -1,59 +0,0 @@
-name: Feature request
-description: Suggest an idea for this project
-title: "[Feature] "
-labels: [enhancement]
-
-body:
- - type: markdown
- attributes:
- value: |
- Thanks for taking the time to fill out this feature request!
- - type: checkboxes
- attributes:
- label: Is this feature missing in the latest version?
- description: Please upgrade to the latest version to verify that this feature is still missing.
- options:
- - label: I'm using the latest release
- required: true
- - type: textarea
- id: what-happened
- attributes:
- label: Is your feature request related to a problem? Please describe.
- description: |
- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- placeholder: Tell us what you see!
- validations:
- required: true
- - type: textarea
- id: requests
- attributes:
- label: Describe the solution you'd like?
- description: A clear and concise description of what you want to happen.
- validations:
- required: true
- - type: textarea
- id: alternative
- attributes:
- label: Describe alternatives you've considered?
- description: A clear and concise description of any alternative solutions or features you've considered.
- validations:
- required: false
- - type: textarea
- attributes:
- label: Anything else?
- description: |
- Links? or References?
-
- Add any other context or screenshots about the feature request here.
-
- Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
- validations:
- required: false
- - type: checkboxes
- id: terms
- attributes:
- label: Code of Conduct
- description: By submitting this issue, you agree to follow our [Code of Conduct](./CODE_OF_CONDUCT.md)
- options:
- - label: I agree to follow this project's Code of Conduct
- required: true
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index afb98ae0..e9fb31f3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,7 +1,24 @@
version: 2
updates:
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10
+ versioning-strategy: widen
+ labels:
+ - "merge when passing"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
+ labels:
+ - "merge when passing"
+- package-ecosystem: gitsubmodule
+ directory: /
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10
+ labels:
+ - "merge when passing"
diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml
deleted file mode 100644
index d5373151..00000000
--- a/.github/workflows/auto-approve.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-name: Auto approve
-
-on:
- pull_request_target
-
-jobs:
- auto-approve:
- runs-on: ubuntu-latest
- steps:
- - uses: hmarr/auto-approve-action@v2
- if: |
- (
- github.event.pull_request.user.login == 'dependabot[bot]' ||
- github.event.pull_request.user.login == 'dependabot' ||
- github.event.pull_request.user.login == 'dependabot-preview[bot]' ||
- github.event.pull_request.user.login == 'dependabot-preview' ||
- github.event.pull_request.user.login == 'renovate[bot]' ||
- github.event.pull_request.user.login == 'renovate' ||
- github.event.pull_request.user.login == 'github-actions[bot]'
- )
- &&
- (
- github.actor == 'dependabot[bot]' ||
- github.actor == 'dependabot' ||
- github.actor == 'dependabot-preview[bot]' ||
- github.actor == 'dependabot-preview' ||
- github.actor == 'renovate[bot]' ||
- github.actor == 'renovate' ||
- github.actor == 'github-actions[bot]'
- )
- with:
- github-token: ${{ secrets.PAT_TOKEN }}
diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml
deleted file mode 100644
index 0af8f490..00000000
--- a/.github/workflows/auto-merge.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-name: automerge
-on:
- check_suite:
- types:
- - completed
-
-jobs:
- automerge:
- runs-on: ubuntu-latest
- if: |
- github.actor == 'dependabot[bot]' ||
- github.actor == 'dependabot' ||
- github.actor == 'dependabot-preview[bot]' ||
- github.actor == 'dependabot-preview' ||
- github.actor == 'renovate[bot]' ||
- github.actor == 'renovate'
- steps:
- - name: automerge
- uses: pascalgn/automerge-action@v0.15.3
- env:
- GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
- MERGE_METHOD: "rebase"
- UPDATE_METHOD: "rebase"
- MERGE_RETRIES: "6"
- MERGE_RETRY_SLEEP: "100000"
- MERGE_LABELS: ""
\ No newline at end of file
diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml
index 4b5086e6..94aff630 100644
--- a/.github/workflows/codacy-analysis.yml
+++ b/.github/workflows/codacy-analysis.yml
@@ -17,6 +17,11 @@ on:
schedule:
- cron: '15 16 * * 2'
+permissions:
+ actions: read
+ contents: read
+ security-events: write
+
jobs:
codacy-security-scan:
name: Codacy Security Scan
@@ -24,11 +29,12 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI
- uses: codacy/codacy-analysis-cli-action@v4.1.0
+ continue-on-error: true
+ uses: codacy/codacy-analysis-cli-action@562ee3e92b8e92df8b67e0a5ff8aa8e261919c08 # v4.4.7
with:
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
# You can also omit the token and run the tools that support default configurations
@@ -39,11 +45,12 @@ jobs:
# Adjust severity of non-security issues
gh-code-scanning-compat: true
# Force 0 exit code to allow SARIF file generation
- # This will handover control about PR rejection to the GitHub side
+ # This will hand over control about PR rejection to the GitHub side
max-allowed-issues: 2147483647
# Upload the SARIF file generated in the previous step
- name: Upload SARIF results file
- uses: github/codeql-action/upload-sarif@v2
+ continue-on-error: true
+ uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
with:
sarif_file: results.sarif
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
new file mode 100644
index 00000000..3b503b18
--- /dev/null
+++ b/.github/workflows/codeql.yml
@@ -0,0 +1,79 @@
+# For most projects, this workflow file will not need changing; you simply need
+# to commit it to your repository.
+#
+# You may wish to alter this file to override the set of languages analyzed,
+# or to provide custom queries or build logic.
+#
+# ******** NOTE ********
+# We have attempted to detect the languages in your repository. Please check
+# the `language` matrix defined below to confirm you have the correct set of
+# supported CodeQL languages.
+#
+name: "CodeQL"
+
+on:
+ push:
+ branches: [ "main" ]
+ pull_request:
+ # The branches below must be a subset of the branches above
+ branches: [ "main" ]
+ schedule:
+ - cron: '44 20 * * 0'
+
+permissions:
+ actions: read
+ contents: read
+ security-events: write
+
+jobs:
+ analyze:
+ name: Analyze
+ runs-on: ubuntu-latest
+ permissions:
+ actions: read
+ contents: read
+ security-events: write
+
+ strategy:
+ fail-fast: false
+ matrix:
+ language: [ 'javascript' ]
+ # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
+ # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
+
+ steps:
+ - name: Checkout repository
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+
+ # Initializes the CodeQL tools for scanning.
+ - name: Initialize CodeQL
+ uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
+ with:
+ languages: ${{ matrix.language }}
+ # If you wish to specify custom queries, you can do so here or in a config file.
+ # By default, queries listed here will override any specified in a config file.
+ # Prefix the list here with "+" to use these queries and those in the config file.
+
+ # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
+ # queries: security-extended,security-and-quality
+
+
+ # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
+ # If this step fails, then you should remove it and run the build manually (see below)
+ - name: Autobuild
+ uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
+
+ # âšī¸ Command-line programs to run using the OS shell.
+ # đ See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
+
+ # If the Autobuild fails above, remove it and uncomment the following three lines.
+ # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
+
+ # - run: |
+ # echo "Run, Build Application using script"
+ # ./location_of_script_within_repo/buildscript.sh
+
+ - name: Perform CodeQL Analysis
+ uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
+ with:
+ category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
deleted file mode 100644
index b52ba260..00000000
--- a/.github/workflows/greetings.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: Greetings
-
-on: [pull_request_target, issues]
-
-jobs:
- greeting:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/first-interaction@v1.1.0
- with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- issue-message: "Thanks for reporting this issue, don't forget to star this project to help us reach a wider audience."
- pr-message: "Thanks for implementing a fix, could you ensure that the test covers your changes."
diff --git a/.github/workflows/issue-comment-job-example.yml b/.github/workflows/issue-comment-job-example.yml
new file mode 100644
index 00000000..7ee76416
--- /dev/null
+++ b/.github/workflows/issue-comment-job-example.yml
@@ -0,0 +1,178 @@
+name: Issue Comment Job Example
+
+permissions:
+ contents: read
+
+on:
+ issue_comment:
+
+jobs:
+ pr_commented:
+ # This job only runs for pull request comments
+ name: PR comment
+ if: ${{ github.event.issue.pull_request }}
+ runs-on: ubuntu-latest
+ steps:
+ - run: |
+ echo A comment on PR $NUMBER
+ env:
+ NUMBER: ${{ github.event.issue.number }}
+
+ - name: Checkout
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ submodules: true
+ fetch-depth: 0
+
+ - name: Dump GitHub context
+ env:
+ GITHUB_CONTEXT: ${{ toJson(github) }}
+ run: echo "$GITHUB_CONTEXT"
+
+ - name: Run changed-files with defaults
+ id: changed-files
+ uses: ./
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files.outputs) }}'
+ shell:
+ bash
+
+ - name: Run changed-files for old new filenames test rename
+ id: changed-files-all-old-new-renamed-files
+ uses: ./
+ with:
+ base_sha: d1c0ee4
+ sha: 4d04215
+ fetch_depth: 60000
+ include_all_old_new_renamed_files: true
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-all-old-new-renamed-files.outputs) }}'
+ shell:
+ bash
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-all-old-new-renamed-files.outputs) }}'
+ shell:
+ bash
+
+ - name: Check all_old_new_renamed_files output on non windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files.outputs.all_old_new_renamed_files, 'test/test rename 1.txt,test/test rename-1.txt') && runner.os != 'Windows'"
+ run: |
+ echo "Invalid output: Expected to include (test/test rename 1.txt,test/test rename-1.txt) got (${{ steps.changed-files-all-old-new-renamed-files.outputs.all_old_new_renamed_files }})"
+ exit 1
+ shell:
+ bash
+
+ - name: Check all_old_new_renamed_files output on windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files.outputs.all_old_new_renamed_files, 'test\\test rename 1.txt,test\\test rename-1.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected to not include (test\\test rename 1.txt,test\\test rename-1.txt) got (${{ steps.changed-files-all-old-new-renamed-files.outputs.all_old_new_renamed_files }})"
+ exit 1
+ shell:
+ bash
+
+ - name: Check the renamed_files output on non windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files.outputs.renamed_files, 'test/test rename-1.txt') && runner.os != 'Windows'"
+ run: |
+ echo "Invalid output: Expected to include (test/test rename-1.txt) got (${{ steps.changed-files-all-old-new-renamed-files.outputs.renamed_files }})"
+ exit 1
+ shell:
+ bash
+
+ - name: Check the renamed_files output on windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files.outputs.renamed_files, 'test\\test rename-1.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected to not include (test\\test rename-1.txt) got (${{ steps.changed-files-all-old-new-renamed-files.outputs.renamed_files }})"
+ exit 1
+ shell:
+ bash
+
+ issue_commented:
+ # This job only runs for issue comments
+ name: Issue comment
+ if: ${{ !github.event.issue.pull_request }}
+ runs-on: ubuntu-latest
+ steps:
+ - run: |
+ echo A comment on issue $NUMBER
+ env:
+ NUMBER: ${{ github.event.issue.number }}
+
+ - name: Checkout
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ submodules: true
+ fetch-depth: 0
+
+ - name: Dump GitHub context
+ env:
+ GITHUB_CONTEXT: ${{ toJson(github) }}
+ run: echo "$GITHUB_CONTEXT"
+
+ - name: Run changed-files with defaults
+ id: changed-files
+ uses: ./
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files.outputs) }}'
+ shell:
+ bash
+
+ - name: Run changed-files for old new filenames test rename
+ id: changed-files-all-old-new-renamed-files
+ uses: ./
+ with:
+ base_sha: d1c0ee4
+ sha: 4d04215
+ fetch_depth: 60000
+ include_all_old_new_renamed_files: true
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-all-old-new-renamed-files.outputs) }}'
+ shell:
+ bash
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-all-old-new-renamed-files.outputs) }}'
+ shell:
+ bash
+
+ - name: Check all_old_new_renamed_files output on non windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files.outputs.all_old_new_renamed_files, 'test/test rename 1.txt,test/test rename-1.txt') && runner.os != 'Windows'"
+ run: |
+ echo "Invalid output: Expected to include (test/test rename 1.txt,test/test rename-1.txt) got (${{ steps.changed-files-all-old-new-renamed-files.outputs.all_old_new_renamed_files }})"
+ exit 1
+ shell:
+ bash
+
+ - name: Check all_old_new_renamed_files output on windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files.outputs.all_old_new_renamed_files, 'test\\test rename 1.txt,test\\test rename-1.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected to not include (test\\test rename 1.txt,test\\test rename-1.txt) got (${{ steps.changed-files-all-old-new-renamed-files.outputs.all_old_new_renamed_files }})"
+ exit 1
+ shell:
+ bash
+
+ - name: Check the renamed_files output on non windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files.outputs.renamed_files, 'test/test rename-1.txt') && runner.os != 'Windows'"
+ run: |
+ echo "Invalid output: Expected to include (test/test rename-1.txt) got (${{ steps.changed-files-all-old-new-renamed-files.outputs.renamed_files }})"
+ exit 1
+ shell:
+ bash
+
+ - name: Check the renamed_files output on windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files.outputs.renamed_files, 'test\\test rename-1.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected to not include (test\\test rename-1.txt) got (${{ steps.changed-files-all-old-new-renamed-files.outputs.renamed_files }})"
+ exit 1
+ shell:
+ bash
diff --git a/.github/workflows/manual-matrix-test.yml b/.github/workflows/manual-matrix-test.yml
deleted file mode 100644
index 3f84454e..00000000
--- a/.github/workflows/manual-matrix-test.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-name: Manual Matrix Test
-
-on:
- workflow_dispatch:
-
-jobs:
- changed-files:
- name: Get changes
- runs-on: ubuntu-latest
- outputs:
- matrix: ${{ steps.set-matrix.outputs.matrix }}
- steps:
- - name: Checkout
- uses: actions/checkout@v3
- with:
- fetch-depth: 0 # needed for tj-actions/changed-files
- - name: Get changed files
- id: changed-files
- uses: ./
- with:
- json: true
- - name: List all changed files
- run: |
- echo '${{ steps.changed-files.outputs.all_changed_files }}'
-
- - id: set-matrix
- run: echo "::set-output name=matrix::{\"container\":${{ steps.changed-files.outputs.all_changed_files }}}"
-
- matrix-job:
- name: Run Matrix Job
- runs-on: ubuntu-latest
- needs: [changed-files]
- strategy:
- matrix: ${{ fromJSON(needs.changed-files.outputs.matrix) }}
- max-parallel: 4
- fail-fast: false
- steps:
- - name: Checkout
- uses: actions/checkout@v3
- - name: Test
- run: |
- echo ${{ matrix.container }}
diff --git a/.github/workflows/manual-test.yml b/.github/workflows/manual-triggered-job-example.yml
similarity index 69%
rename from .github/workflows/manual-test.yml
rename to .github/workflows/manual-triggered-job-example.yml
index 34613b5c..a6f1501e 100644
--- a/.github/workflows/manual-test.yml
+++ b/.github/workflows/manual-triggered-job-example.yml
@@ -1,7 +1,16 @@
-name: Manual Test
+name: Manual Triggered Job Example
+
+permissions:
+ contents: read
on:
workflow_dispatch:
+ inputs:
+ files:
+ required: false
+ type: string
+ default: |
+ **.md **/**.md test/*.txt
jobs:
test:
@@ -9,13 +18,13 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
- max-parallel: 4
+ max-parallel: 7
matrix:
- platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022]
+ platform: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
submodules: true
fetch-depth: 0
@@ -32,13 +41,13 @@ jobs:
id: changed-files-glob
uses: ./
with:
- files: |
- test/*.txt
+ files: ${{ inputs.files }}
+ files_separator: " " # Space delimited files (default is "\n")
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-glob.outputs) }}'
-
+
- name: Run changed-files with glob filtering and all_old_new_renamed_files
id: changed-files-glob-all-old-new-renamed-files
uses: ./
diff --git a/.github/workflows/matrix-example.yml b/.github/workflows/matrix-example.yml
new file mode 100644
index 00000000..d4b3000f
--- /dev/null
+++ b/.github/workflows/matrix-example.yml
@@ -0,0 +1,45 @@
+name: Matrix Example
+
+permissions:
+ contents: read
+
+on:
+ workflow_dispatch:
+ pull_request:
+ branches:
+ - main
+
+jobs:
+ changed-files:
+ name: Get changed files
+ runs-on: ubuntu-latest
+ outputs:
+ matrix: ${{ steps.changed-files.outputs.all_changed_files }}
+ steps:
+ - name: Checkout
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ fetch-depth: 0
+ - name: Get changed files
+ id: changed-files
+ uses: ./
+ with:
+ matrix: true
+ - name: List all changed files
+ run: echo '${{ steps.changed-files.outputs.all_changed_files }}'
+
+ matrix-job:
+ name: Run Matrix Job
+ runs-on: ubuntu-latest
+ needs: [changed-files]
+ strategy:
+ matrix:
+ files: ${{ fromJSON(needs.changed-files.outputs.matrix) }}
+ max-parallel: 4
+ fail-fast: false
+ steps:
+ - name: Checkout
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - name: Test
+ run: |
+ echo ${{ matrix.files }}
diff --git a/.github/workflows/multi-job-example.yml b/.github/workflows/multi-job-example.yml
new file mode 100644
index 00000000..f7913a85
--- /dev/null
+++ b/.github/workflows/multi-job-example.yml
@@ -0,0 +1,67 @@
+name: Multi Job Example
+
+permissions:
+ contents: read
+
+on:
+ push:
+ branches:
+ - "**"
+ pull_request:
+ branches:
+ - "**"
+
+jobs:
+ changed-files:
+ name: Get changed files
+ runs-on: ubuntu-latest
+ outputs:
+ all_changed_files: ${{ steps.changed-files.outputs.all_changed_files }}
+ steps:
+ - name: Checkout
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ fetch-depth: 0
+ - name: Get changed files
+ id: changed-files
+ uses: ./
+ - name: List all changed files
+ run: echo '${{ steps.changed-files.outputs.all_changed_files }}'
+
+ view-changed-files:
+ name: View all changed files
+ runs-on: ubuntu-latest
+ needs: [changed-files]
+ steps:
+ - name: List all changed files
+ run: |
+ echo '${{ needs.changed-files.outputs.all_changed_files }}'
+
+
+ changed-files-rest-api:
+ name: Get changed files using REST API
+ runs-on: ubuntu-latest
+ outputs:
+ all_changed_files: ${{ steps.changed-files.outputs.all_changed_files }}
+ steps:
+ - name: Checkout
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ fetch-depth: 0
+ - name: Get changed files
+ id: changed-files
+ continue-on-error: ${{ github.event_name == 'push' }}
+ uses: ./
+ with:
+ use_rest_api: true
+ - name: List all changed files
+ run: echo '${{ steps.changed-files.outputs.all_changed_files }}'
+
+ view-changed-files-rest-api:
+ name: View all changed files using REST API
+ runs-on: ubuntu-latest
+ needs: [changed-files-rest-api]
+ steps:
+ - name: List all changed files
+ run: |
+ echo '${{ needs.changed-files-rest-api.outputs.all_changed_files }}'
diff --git a/.github/workflows/submodule-sync.yml b/.github/workflows/submodule-sync.yml
deleted file mode 100644
index c49964e0..00000000
--- a/.github/workflows/submodule-sync.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-on:
- workflow_dispatch:
-
-jobs:
- sync:
- name: Submodule Sync
- runs-on: ubuntu-latest
-
- steps:
- - name: Checkout
- uses: actions/checkout@v3
- with:
- fetch-depth: 0
- submodules: recursive
-
- - name: Git Sumbodule Update
- run: |
- git pull --recurse-submodules
- git submodule update --remote --recursive
-
- - name: Create Pull Request
- uses: peter-evans/create-pull-request@v4.0.4
- with:
- title: "Updated submodule"
- branch: "chore/update-submodule"
- commit-message: "Updated submodule"
- body: "Updated submodule"
- token: ${{ secrets.PAT_TOKEN }}
diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml
index 15603778..9ef7f42a 100644
--- a/.github/workflows/sync-release-version.yml
+++ b/.github/workflows/sync-release-version.yml
@@ -1,4 +1,9 @@
-name: Update release version.
+name: Update release version
+
+permissions:
+ contents: write
+ pull-requests: write
+
on:
release:
types: [published]
@@ -8,26 +13,38 @@ jobs:
update-version:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
+ - name: Run release-tagger
+ uses: tj-actions/release-tagger@1a9264b0fd99a1ef92c4fd2f077f292900cc79b6 # v4.0.0
- name: Sync release version.
- uses: tj-actions/sync-release-version@v11
+ uses: tj-actions/sync-release-version@2a7ef0deb39b3ecce887ee99d2261c6cef989d84 # v13.16
id: sync-release-version
with:
pattern: '${{ github.repository }}@'
+ only_major: true
+ use_tag_commit_hash: true
paths: |
README.md
- - name: Generate CHANGELOG
- uses: tj-actions/github-changelog-generator@v1.14
+ - name: Sync release package version.
+ uses: tj-actions/sync-release-version@2a7ef0deb39b3ecce887ee99d2261c6cef989d84 # v13.16
+ id: sync-release-package-version
with:
- output: 'HISTORY.md'
+ pattern: '"version": "'
+ strip_prefix: "v"
+ paths: |
+ package.json
+ - name: Run git-cliff
+ uses: tj-actions/git-cliff@679041f051a4d2ab452f7e5e7b0eed2abee21131 # v2.2.0
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v4.0.4
+ uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
base: "main"
+ labels: "merge when passing"
+ sign-commits: true
title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"
branch: "upgrade-to-${{ steps.sync-release-version.outputs.new_version }}"
commit-message: "Upgraded from ${{ steps.sync-release-version.outputs.old_version }} -> ${{ steps.sync-release-version.outputs.new_version }}"
body: "View [CHANGES](https://github.com/${{ github.repository }}/compare/${{ steps.sync-release-version.outputs.old_version }}...${{ steps.sync-release-version.outputs.new_version }})"
- token: ${{ secrets.PAT_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ec8293d3..953ee60b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,93 +1,139 @@
name: CI
+permissions:
+ contents: read
+
on:
push:
branches:
- - main
- "**"
pull_request:
- branches:
- - main
- pull_request_review:
types:
- - submitted
+ - assigned
+ - unassigned
+ - labeled
+ - unlabeled
+ - opened
+ - edited
+ - closed
+ - reopened
+ - synchronize
+ - converted_to_draft
+ - ready_for_review
+ - locked
+ - unlocked
+ - review_requested
+ - review_request_removed
+ - auto_merge_enabled
+ - auto_merge_disabled
+ branches:
+ - "**"
jobs:
- shellcheck:
- name: Run shellcheck
+ build:
runs-on: ubuntu-latest
-
+ outputs:
+ files_changed: ${{ steps.changed_files.outputs.files_changed }}
+ permissions:
+ contents: write
+ pull-requests: read
steps:
- - name: Checkout to branch
- uses: actions/checkout@v3
- - name: shellcheck
- uses: reviewdog/action-shellcheck@v1.15
-
- test-pull-requests-from-forks:
- name: Test changed-files diff on pull_requests from forks
- runs-on: ${{ matrix.platform }}
- strategy:
- fail-fast: false
- max-parallel: 4
- matrix:
- platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022]
-
- steps:
- - name: Checkout
- uses: actions/checkout@v3
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
- submodules: true
+ persist-credentials: false
fetch-depth: 0
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
- - name: Get changed files use_fork_point
- id: changed-files-fork-point
- uses: ./
+ - name: Use Node.js 24.x
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
- use_fork_point: "true"
+ cache: 'yarn'
+ node-version: '24.x'
- - name: Show output
+ - name: Create coverage directory and clover.xml
run: |
- echo '${{ toJSON(steps.changed-files-fork-point.outputs) }}'
- shell:
- bash
+ mkdir -p coverage
+ touch coverage/clover.xml
- - name: Get changed files
- id: changed-files
- uses: ./
+ - name: Install dependencies
+ run: |
+ yarn install
+
+ - name: Run eslint on changed files
+ uses: tj-actions/eslint-changed-files@536c35c8184b8bbd361d3703aa63439e0895c340 # v25.3.2
+ if: github.event_name == 'pull_request'
with:
- base_sha: ${{ github.event.pull_request.base.sha }}
+ config_path: ".eslintrc.json"
+ ignore_path: ".eslintignore"
- - name: Show output
+ - name: Run build and test
run: |
- echo '${{ toJSON(steps.changed-files.outputs) }}'
- shell:
- bash
+ yarn all
+ env:
+ GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FORK: ${{ github.event.pull_request.head.repo.fork }}
+
+ - name: Upload build assets
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ with:
+ name: build-assets
+ path: dist
+
+ - name: Verify Changed files
+ uses: tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20.0.4
+ if: github.actor != 'dependabot[bot]'
+ id: verify_changed_files
+ with:
+ files: |
+ src
+ dist
+
+ - name: Verify outstanding changes
+ if: steps.verify_changed_files.outputs.files_changed == 'true' && github.event_name == 'pull_request'
+ run: |
+ echo "Uncommitted build/lint changes detected. Please run 'yarn all' locally and push the changes for review."
+ exit 1
+
+ - name: Run codacy-coverage-reporter
+ uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
+ continue-on-error: true
+ with:
+ project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
+ coverage-reports: coverage/lcov.info
test-multiple-repositories:
name: Test with multiple repositories
- runs-on: ${{ matrix.platform }}
- strategy:
- fail-fast: false
- max-parallel: 4
- matrix:
- platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022]
+ runs-on: ubuntu-latest
+ needs: build
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
steps:
- name: Checkout into dir1
- uses: actions/checkout@v3
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
submodules: true
fetch-depth: 0
path: dir1
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+ path: dir1/dist
+
- name: Run changed-files with defaults on the dir1
id: changed-files-dir1
uses: ./dir1
with:
path: dir1
+
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-dir1.outputs) }}'
shell:
bash
+
- name: List all modified files
run: |
for file in ${{ steps.changed-files-dir1.outputs.modified_files }}; do
@@ -95,22 +141,33 @@ jobs:
done
shell:
bash
- - name: Checkout into dir2
- uses: actions/checkout@v3
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with:
+ name: build-assets
+ path: dir2/dist
+
+ - name: Checkout into dir2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
submodules: true
fetch-depth: 0
path: dir2
+
- name: Run changed-files with defaults on the dir2
id: changed-files-dir2
uses: ./dir2
with:
path: dir2
+
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-dir2.outputs) }}'
shell:
bash
+
- name: List all modified files
run: |
for file in ${{ steps.changed-files-dir2.outputs.modified_files }}; do
@@ -119,20 +176,238 @@ jobs:
shell:
bash
+ test-using-since-and-until:
+ name: Test changed-files using since and until
+ needs: build
+ runs-on: ubuntu-latest
+ if: github.event_name == 'push' && needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+ steps:
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ fetch-depth: 0
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+
+ - name: Run changed-files since 2022-08-19
+ id: changed-files-since
+ uses: ./
+ with:
+ since: "2022-08-19"
+
+ - name: Check output
+ if: "!contains(steps.changed-files-since.outputs.all_changed_files, '.github/workflows/sync-release-version.yml')"
+ run: |
+ echo "Invalid output: Expected to include (.github/workflows/sync-release-version.yml) got (${{ steps.changed-files-since.outputs.all_changed_files }})"
+ exit 1
+ shell:
+ bash
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-since.outputs) }}'
+ shell:
+ bash
+
+ - name: Run changed-files until 2022-08-20
+ id: changed-files-until
+ uses: ./
+ with:
+ until: "2022-08-20"
+
+ - name: Check output
+ if: "!contains(steps.changed-files-until.outputs.all_changed_files, 'README.md')"
+ run: |
+ echo "Invalid output: Expected to include (README.md) got (${{ steps.changed-files-until.outputs.all_changed_files }})"
+ exit 1
+ shell:
+ bash
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-until.outputs) }}'
+ shell:
+ bash
+
test-similar-base-and-commit-sha:
name: Test changed-files similar base and commit sha
- runs-on: ${{ matrix.platform }}
+ runs-on: ubuntu-latest
+ needs: build
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+
+ steps:
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ fetch-depth: 0
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+
+ - name: Run changed-files with similar base and commit sha
+ id: changed-files
+ continue-on-error: true
+ uses: ./
+ with:
+ base_sha: d1c0ee4
+ sha: d1c0ee4
+
+ - name: Exit with 1 if no error is raised
+ if: steps.changed-files.outcome != 'failure'
+ run: |
+ echo "Expected: (failure) got ${{ steps.changed-files.outcome }}"
+ exit 1
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files.outputs) }}'
+ shell:
+ bash
+
+ test-using-branch-names-for-base-sha-and-sha-inputs:
+ name: Test using branch names for base_sha and sha inputs
+ runs-on: ubuntu-latest
+ needs: build
+ if: |
+ (
+ github.event_name == 'push' ||
+ github.event_name == 'pull_request'
+ ) && needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+
+ steps:
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ fetch-depth: 0
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+
+ - name: Run changed-files with main as the base_sha
+ id: changed-files
+ uses: ./
+ with:
+ base_sha: main
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files.outputs) }}'
+ shell:
+ bash
+
+ test-limited-commit-history:
+ name: Test changed-files with limited commit history
+ runs-on: ubuntu-latest
+ needs: build
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+
strategy:
fail-fast: false
max-parallel: 4
matrix:
- platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022]
+ fetch-depth: [1, 2, 50]
+ input-fetch_depth: [1, 2, 50]
steps:
- - name: Checkout to branch
- uses: actions/checkout@v3
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ fetch-depth: ${{ matrix.fetch-depth }}
- - name: Run changed-files with a single commit history
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+
+ - name: Run changed-files
+ id: changed-files
+ uses: ./
+ continue-on-error: ${{ matrix.input-skip_initial_fetch == true && matrix.fetch-depth < 10 }}
+ with:
+ fetch_depth: ${{ matrix.input-fetch_depth }}
+ skip_initial_fetch: ${{ github.event_name == 'push' }}
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files.outputs) }}'
+ shell:
+ bash
+
+ test-pull-request-head-ref:
+ name: Test changed-files with pull request head ref
+ runs-on: ubuntu-latest
+ needs: build
+ if: github.event_name != 'push' && needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+
+ steps:
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ ref: ${{ github.event.pull_request.head.sha }}
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+
+ - name: Run changed-files
+ id: changed-files
+ uses: ./
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files.outputs) }}'
+ shell:
+ bash
+
+ test-pull-request-without-persist-credentials:
+ name: Test changed-files with pull request without persist credentials
+ runs-on: ubuntu-latest
+ needs: build
+ if: github.event_name != 'push' && needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+ strategy:
+ fail-fast: false
+ max-parallel: 4
+ matrix:
+ fetch-depth: [1, 2, 0]
+
+ steps:
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ fetch-depth: ${{ matrix.fetch-depth }}
+ persist-credentials: false
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+
+ - name: Run changed-files
id: changed-files
uses: ./
@@ -144,16 +419,19 @@ jobs:
test-non-existent-base-sha:
name: Test changed-files non existent base sha
- runs-on: ${{ matrix.platform }}
- strategy:
- fail-fast: false
- max-parallel: 4
- matrix:
- platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022]
-
+ runs-on: ubuntu-latest
+ needs: build
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
steps:
- - name: Checkout to branch
- uses: actions/checkout@v3
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
- name: Run changed-files with non existent base sha
id: changed-files
@@ -167,7 +445,7 @@ jobs:
echo "${{ toJSON(steps.changed-files.outputs) }}"
shell:
bash
-
+
- name: Exit with 1 if no error is raised
if: steps.changed-files.outcome != 'failure'
run: |
@@ -187,7 +465,7 @@ jobs:
echo "${{ toJSON(steps.changed-files-specific.outputs) }}"
shell:
bash
-
+
- name: Exit with 1 if no error is raised
if: steps.changed-files-specific.outcome != 'failure'
run: |
@@ -196,30 +474,33 @@ jobs:
test-non-existent-sha:
name: Test changed-files non existent sha
- runs-on: ${{ matrix.platform }}
- strategy:
- fail-fast: false
- max-parallel: 4
- matrix:
- platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022]
-
+ runs-on: ubuntu-latest
+ needs: build
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
steps:
- - name: Checkout to branch
- uses: actions/checkout@v3
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
- name: Run changed-files with non existent sha
id: changed-files
uses: ./
continue-on-error: true
with:
- base_sha: "4554456"
+ sha: "4774456"
- name: Show output
run: |
echo "${{ toJSON(steps.changed-files.outputs) }}"
shell:
bash
-
+
- name: Exit with 1 if no error is raised
if: steps.changed-files.outcome != 'failure'
run: |
@@ -232,35 +513,667 @@ jobs:
continue-on-error: true
with:
files: action.yml
- base_sha: "4554456"
+ sha: "4774456"
- name: Show output
run: |
echo "${{ toJSON(steps.changed-files-specific.outputs) }}"
shell:
bash
-
+
- name: Exit with 1 if no error is raised
if: steps.changed-files-specific.outcome != 'failure'
run: |
echo "Expected: (failure) got ${{ steps.changed-files-specific.outcome }}"
exit 1
- test:
- name: Test changed-files
- runs-on: ${{ matrix.platform }}
+ test-rest-api:
+ name: Test changed-files with REST API
+ runs-on: ubuntu-latest
+ needs: build
+ if: github.event_name != 'push' && needs.build.outputs.files_changed != 'true'
+ permissions:
+ pull-requests: read
+ steps:
+ - name: Checkout into dir1
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ submodules: true
+ fetch-depth: 0
+ path: dir1
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+ path: dir1/dist
+
+ - name: Run changed-files with REST API
+ id: changed-files
+ uses: ./dir1
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files.outputs) }}'
+ shell:
+ bash
+
+ test-dir-names-nested-folder:
+ name: Test changed-files with dir-names in a nested folder
+ runs-on: ubuntu-latest
+ needs: build
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+ steps:
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ submodules: true
+ fetch-depth: 0
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+ path: dist
+
+ - name: Get changed files in the .github folder
+ id: changed-files
+ uses: ./
+ with:
+ path: .github
+ json: true
+ escape_json: false
+ dir_names: true
+ dir_names_exclude_current_dir: true
+
+ - name: Show output
+ run: |
+ echo "${{ toJSON(steps.changed-files.outputs) }}"
+ shell:
+ bash
+
+ test-non-existing-repository:
+ name: Test changed-files with non existing repository
+ runs-on: ubuntu-latest
+ needs: build
+ if: github.event_name == 'push' && needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+ steps:
+ - name: Checkout into dir1
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ submodules: true
+ fetch-depth: 0
+ path: dir1
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+ path: dir1/dist
+
+ - name: Run changed-files with non existing repository
+ id: changed-files
+ continue-on-error: true
+ uses: ./dir1
+
+ - name: Verify failed
+ if: steps.changed-files.outcome != 'failure'
+ run: |
+ echo "Expected: (failure) got ${{ steps.changed-files.outcome }}"
+ exit 1
+
+ test-submodules:
+ name: Test changed-files with submodule
+ runs-on: ubuntu-latest
+ needs: build
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
strategy:
fail-fast: false
max-parallel: 4
matrix:
- platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022]
+ fetch-depth: [0, 1, 2]
+
+ steps:
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ ref: ${{ github.event.pull_request.head.sha || github.sha }}
+ submodules: recursive
+ fetch-depth: ${{ matrix.fetch-depth }}
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+
+ - name: Run changed-files with submodule
+ id: changed-files
+ uses: ./
+ with:
+ base_sha: "85bd869"
+ sha: "adde7bb"
+ fetch_depth: 60000
+
+ - name: Verify added files
+ if: steps.changed-files.outputs.added_files != 'test/demo/test/test.txt'
+ run: |
+ echo "Expected: (test/demo/test/test.txt) got ${{ steps.changed-files.outputs.added_files }}"
+ exit 1
+
+ - name: Show output
+ run: |
+ echo "${{ toJSON(steps.changed-files.outputs) }}"
+ shell:
+ bash
+
+ - name: Run changed-files excluding submodule
+ id: changed-files-exclude-submodule
+ uses: ./
+ with:
+ base_sha: "85bd869"
+ sha: "adde7bb"
+ fetch_depth: 60000
+ exclude_submodules: true
+
+ - name: Verify no added files
+ if: steps.changed-files-exclude-submodule.outputs.added_files != ''
+ run: |
+ echo "Expected: ('') got ${{ steps.changed-files-exclude-submodule.outputs.added_files }}"
+ exit 1
+
+ - name: Show output
+ run: |
+ echo "${{ toJSON(steps.changed-files-exclude-submodule.outputs) }}"
+ shell:
+ bash
+ test-yaml:
+ name: Test changed-files with yaml
+ runs-on: ubuntu-latest
+ needs: build
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+ strategy:
+ fail-fast: false
+ max-parallel: 4
+ matrix:
+ fetch-depth: [0, 1, 2]
+
+ steps:
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ ref: ${{ github.event.pull_request.head.sha || github.sha }}
+ submodules: recursive
+ fetch-depth: ${{ matrix.fetch-depth }}
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+
+ - name: Run changed-files with files_yaml
+ id: changed-files
+ uses: ./
+ with:
+ files_yaml: |
+ test:
+ - test/**.txt
+ - test/**.md
+
+ - name: Show output
+ run: |
+ echo "${{ toJSON(steps.changed-files.outputs) }}"
+ shell:
+ bash
+
+ - name: Run changed-files with files_yaml_from_source_file
+ id: changed-files-from-source-file
+ uses: ./
+ with:
+ files_yaml_from_source_file: |
+ test/changed-files.yml
+
+ - name: Show output
+ run: |
+ echo "${{ toJSON(steps.changed-files-from-source-file.outputs) }}"
+ shell:
+ bash
+
+ - name: Run changed-files with files_yaml, files_ignore_yaml
+ id: changed-files-ignore
+ uses: ./
+ with:
+ files_yaml: |
+ test:
+ - test/**.txt
+ - test/**.md
+ files_ignore_yaml: |
+ test:
+ - test/test.txt
+
+ - name: Show output
+ run: |
+ echo "${{ toJSON(steps.changed-files-ignore.outputs) }}"
+ shell:
+ bash
+
+ - name: Run changed-files with files_yaml, json and write_output_files
+ id: changed-files-json-write-output-files
+ uses: ./
+ with:
+ files_yaml: |
+ test:
+ - .github/workflows/test.yml
+ json: true
+ write_output_files: true
+
+ - name: Show all outputs
+ run: |
+ echo "${{ toJSON(steps.changed-files-json-write-output-files.outputs) }}"
+ shell:
+ bash
+
+ - name: Show all_changed_files output and list .github/outputs
+ run: |
+ echo '${{ toJSON(steps.changed-files-json-write-output-files.outputs.test_all_changed_files) }}'
+ cat .github/outputs/test_all_changed_files.json
+ shell:
+ bash
+
+ test-recover-deleted-file:
+ name: Test changed-files recover deleted file
+ runs-on: ubuntu-latest
+ needs: build
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+ strategy:
+ fail-fast: false
+ max-parallel: 4
+ matrix:
+ fetch-depth: [0, 1, 2]
+
+ steps:
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ ref: ${{ github.event.pull_request.head.sha || github.sha }}
+ submodules: recursive
+ fetch-depth: ${{ matrix.fetch-depth }}
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+
+ - name: Run changed-files with recover_deleted_files
+ id: changed-files-recover-deleted-files
+ uses: ./
+ with:
+ base_sha: "fcdeb5b3d797752d95f6dbe98552a95c29dad338"
+ sha: "432e0c810c60ef1332850a971c5ec39022034b4c"
+ recover_deleted_files: true
+ fetch_depth: 60000
+
+ - name: Show output
+ run: |
+ echo "${{ toJSON(steps.changed-files-recover-deleted-files.outputs) }}"
+ shell:
+ bash
+
+ - name: Verify deleted files
+ if: steps.changed-files-recover-deleted-files.outputs.deleted_files != 'test/test deleted.txt'
+ run: |
+ echo "Expected: (test/test deleted.txt) got ${{ steps.changed-files-recover-deleted-files.outputs.deleted_files }}"
+ exit 1
+
+ - name: Verify that test/test deleted.txt is restored
+ run: |
+ if [ ! -f "test/test deleted.txt" ]; then
+ echo "Expected: (test/test deleted.txt) to exist"
+ exit 1
+ else
+ cat "test/test deleted.txt"
+ rm "test/test deleted.txt"
+ fi
+
+ - name: Run changed-files with recover_deleted_files and files input
+ id: changed-files-recover-deleted-files-with-files
+ uses: ./
+ with:
+ base_sha: "fcdeb5b3d797752d95f6dbe98552a95c29dad338"
+ sha: "432e0c810c60ef1332850a971c5ec39022034b4c"
+ files: |
+ test/**
+ recover_deleted_files: true
+ fetch_depth: 60000
+
+ - name: Show output
+ run: |
+ echo "${{ toJSON(steps.changed-files-recover-deleted-files-with-files.outputs) }}"
+ shell:
+ bash
+
+ - name: Verify deleted files
+ if: steps.changed-files-recover-deleted-files-with-files.outputs.deleted_files != 'test/test deleted.txt'
+ run: |
+ echo "Expected: (test/test deleted.txt) got ${{ steps.changed-files-recover-deleted-files-with-files.outputs.deleted_files }}"
+ exit 1
+
+ - name: Verify that test/test deleted.txt is restored
+ run: |
+ if [ ! -f "test/test deleted.txt" ]; then
+ echo "Expected: (test/test deleted.txt) to exist"
+ exit 1
+ else
+ cat "test/test deleted.txt"
+ rm "test/test deleted.txt"
+ fi
+
+ - name: Run changed-files with recover_deleted_files and files_yaml input
+ id: changed-files-recover-deleted-files-with-files-yaml
+ uses: ./
+ with:
+ base_sha: "fcdeb5b3d797752d95f6dbe98552a95c29dad338"
+ sha: "432e0c810c60ef1332850a971c5ec39022034b4c"
+ files_yaml: |
+ test:
+ - test/**.txt
+ - test/**.md
+ recover_deleted_files: true
+ fetch_depth: 60000
+
+ - name: Show output
+ run: |
+ echo "${{ toJSON(steps.changed-files-recover-deleted-files-with-files-yaml.outputs) }}"
+ shell:
+ bash
+
+ - name: Verify deleted files
+ if: steps.changed-files-recover-deleted-files-with-files-yaml.outputs.test_deleted_files != 'test/test deleted.txt'
+ run: |
+ echo "Expected: (test/test deleted.txt) got ${{ steps.changed-files-recover-deleted-files-with-files-yaml.outputs.test_deleted_files }}"
+ exit 1
+
+ - name: Verify that the modified_keys is correct
+ if: "!contains(steps.changed-files-recover-deleted-files-with-files-yaml.outputs.modified_keys, 'test')"
+ run: |
+ echo "Expected: (test) got ${{ steps.changed-files-recover-deleted-files-with-files-yaml.outputs.modified_keys }}"
+ exit 1
+
+ - name: Verify that test/test deleted.txt is restored
+ run: |
+ if [ ! -f "test/test deleted.txt" ]; then
+ echo "Expected: (test/test deleted.txt) to exist"
+ exit 1
+ else
+ cat "test/test deleted.txt"
+ rm "test/test deleted.txt"
+ fi
+
+ - name: Run changed-files with recover_deleted_files and recover_deleted_files_to_destination
+ id: changed-files-recover-deleted-files-to-destination
+ uses: ./
+ with:
+ base_sha: "fcdeb5b3d797752d95f6dbe98552a95c29dad338"
+ sha: "432e0c810c60ef1332850a971c5ec39022034b4c"
+ recover_deleted_files: true
+ recover_deleted_files_to_destination: "deleted_files"
+ fetch_depth: 60000
+
+ - name: Show output
+ run: |
+ echo "${{ toJSON(steps.changed-files-recover-deleted-files-to-destination.outputs) }}"
+ shell:
+ bash
+
+ - name: Verify deleted files
+ if: steps.changed-files-recover-deleted-files-to-destination.outputs.deleted_files != 'test/test deleted.txt'
+ run: |
+ echo "Expected: (test/test deleted.txt) got ${{ steps.changed-files-recover-deleted-files-to-destination.outputs.deleted_files }}"
+ exit 1
+
+ - name: Verify that test/test deleted.txt is restored
+ run: |
+ if [ ! -f "deleted_files/test/test deleted.txt" ]; then
+ echo "Expected: (deleted_files/test/test deleted.txt) to exist"
+ exit 1
+ else
+ cat "deleted_files/test/test deleted.txt"
+ fi
+
+ - name: Run changed-files with recover_deleted_files for an expected git submodule file
+ id: changed-files-recover-deleted-files-within-submodule
+ uses: ./
+ with:
+ base_sha: "3be651e99d3d4eae395694f6c6f3b9d18457f6c8"
+ sha: "d90c240f2ad4ec04d8f0f48e5ac290ad96ebe850"
+ recover_deleted_files: true
+ fetch_depth: 60000
+
+ - name: Show output
+ run: |
+ echo "${{ toJSON(steps.changed-files-recover-deleted-files-within-submodule.outputs) }}"
+ shell:
+ bash
+
+ - name: Verify deleted files
+ if: steps.changed-files-recover-deleted-files-within-submodule.outputs.deleted_files != 'test/demo/.github/FUNDING.yml'
+ run: |
+ echo "Expected: (test/demo/.github/FUNDING.yml) got ${{ steps.changed-files-recover-deleted-files-within-submodule.outputs.deleted_files }}"
+ exit 1
+ - name: Verify that test/demo/.github/FUNDING.yml is restored
+ run: |
+ if [ ! -f "test/demo/.github/FUNDING.yml" ]; then
+ echo "Expected: (test/demo/.github/FUNDING.yml) to exist"
+ exit 1
+ else
+ cat "test/demo/.github/FUNDING.yml"
+ rm "test/demo/.github/FUNDING.yml"
+ fi
+
+ test-dir-names-deleted-files-include-only-deleted-dirs-single-file:
+ name: Test dir names deleted files include only deleted dirs single file
+ runs-on: ubuntu-latest
+ needs: build
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+ steps:
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ ref: a52f8621d26d5d9f54b80f74bda2d9eedff94693
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ submodules: true
+ fetch-depth: 2
+ - name: Run changed-files with dir_names and dir_names_deleted_files_include_only_deleted_dirs with a single file deleted withing the test directory
+ id: changed-files-dir-names-deleted-files-include-only-deleted-dirs-single-file
+ uses: ./
+ with:
+ base_sha: 920856cfdd4b4be17810e34b197596397473adf6
+ sha: a52f8621d26d5d9f54b80f74bda2d9eedff94693
+ dir_names: true
+ dir_names_deleted_files_include_only_deleted_dirs: true
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-single-file.outputs) }}'
+ shell:
+ bash
+ - name: Check deleted_files output
+ if: steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-single-file.outputs.deleted_files != ''
+ run: |
+ echo "Invalid output: Expected '' got (${{ steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-single-file.outputs.deleted_files }})"
+ exit 1
+ shell:
+ bash
+ test-dir-names-deleted-files-include-only-deleted-dirs-directory:
+ name: Test dir names deleted files include only deleted dirs
+ runs-on: ${{ matrix.platform }}
+ needs: build
+ strategy:
+ matrix:
+ platform: [ubuntu-latest, macos-latest, windows-latest]
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+ steps:
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ ref: ${{ github.event.pull_request.head.sha }}
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ submodules: true
+ fetch-depth: 2
+ - name: Run changed-files with dir_names and dir_names_deleted_files_include_only_deleted_dirs with the test directory deleted
+ id: changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory
+ uses: ./
+ with:
+ base_sha: a52f8621d26d5d9f54b80f74bda2d9eedff94693
+ sha: cd1e384723e4d1a184568182ac2b27c53ebf017f
+ dir_names: true
+ dir_names_deleted_files_include_only_deleted_dirs: true
+ fetch_depth: 60000
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory.outputs) }}'
+ shell:
+ bash
+ - name: Check deleted_files output on non windows platform
+ if: steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory.outputs.deleted_files != 'test/test3' && runner.os != 'Windows'
+ run: |
+ echo "Invalid output: Expected (test/test3) got (${{ steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory.outputs.deleted_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check deleted_files output on windows platform
+ if: "!contains(steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory.outputs.deleted_files, 'test\\test3') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected (test\\test3) got (${{ steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory.outputs.deleted_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Run changed-files with dir_names and dir_names_deleted_files_include_only_deleted_dirs with the test directory deleted returns posix path separator
+ id: changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory-posix-path-separator
+ uses: ./
+ with:
+ base_sha: a52f8621d26d5d9f54b80f74bda2d9eedff94693
+ sha: cd1e384723e4d1a184568182ac2b27c53ebf017f
+ dir_names: true
+ dir_names_deleted_files_include_only_deleted_dirs: true
+ use_posix_path_separator: true
+ fetch_depth: 60000
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory-posix-path-separator.outputs) }}'
+ shell:
+ bash
+ - name: Check deleted_files output on non windows platform
+ if: steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory-posix-path-separator.outputs.deleted_files != 'test/test3' && runner.os != 'Windows'
+ run: |
+ echo "Invalid output: Expected (test/test3) got (${{ steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory-posix-path-separator.outputs.deleted_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check deleted_files output on windows platform
+ if: "!contains(steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory-posix-path-separator.outputs.deleted_files, 'test/test3') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected (test/test3) got (${{ steps.changed-files-dir-names-deleted-files-include-only-deleted-dirs-directory-posix-path-separator.outputs.deleted_files }})"
+ exit 1
+ shell:
+ bash
+
+ test-since-last-remote-commit:
+ name: Test changed-files since last remote commit
+ runs-on: ubuntu-latest
+ needs: build
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+ strategy:
+ fail-fast: false
+ max-parallel: 4
+ matrix:
+ fetch-depth: [0, 1, 2]
+
+ steps:
+ - name: Checkout branch
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ ref: ${{ github.event.pull_request.head.sha }}
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ submodules: true
+ fetch-depth: ${{ matrix.fetch-depth }}
+
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+
+ - name: Run changed-files with since_last_remote_commit
+ id: changed-files-since-last-remote-commit
+ continue-on-error: true
+ uses: ./
+ with:
+ since_last_remote_commit: true
+
+ - name: Verify succeeded pull_request(closed)
+ if: steps.changed-files-since-last-remote-commit.outcome != 'success' && matrix.fetch-depth == 1 && github.event.action == 'closed' && github.event_name == 'pull_request'
+ run: |
+ echo "Expected: (success) got ${{ steps.changed-files-since-last-remote-commit.outcome }}"
+ exit 1
+
+ - name: Verify succeeded
+ if: steps.changed-files-since-last-remote-commit.outcome != 'success' && matrix.fetch-depth != 1
+ run: |
+ echo "Expected: (success) got ${{ steps.changed-files-since-last-remote-commit.outcome }}"
+ exit 1
+
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-since-last-remote-commit.outputs) }}'
+ shell:
+ bash
+
+ test:
+ name: Test changed-files
+ runs-on: ${{ matrix.platform }}
+ needs: build
+ if: needs.build.outputs.files_changed != 'true'
+ permissions:
+ contents: read
+ strategy:
+ fail-fast: false
+ max-parallel: 4
+ matrix:
+ platform: [ubuntu-latest, macos-latest, windows-latest]
+ fetch-depth: [0, 1, 2]
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
submodules: true
- fetch-depth: 0
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
+ fetch-depth: ${{ matrix.fetch-depth }}
+ - name: Download build assets
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
+ with:
+ name: build-assets
+ - name: Dump GitHub context
+ env:
+ GITHUB_CONTEXT: ${{ toJson(github) }}
+ run: echo "$GITHUB_CONTEXT"
- name: Run changed-files with defaults
id: changed-files
uses: ./
@@ -269,6 +1182,38 @@ jobs:
echo '${{ toJSON(steps.changed-files.outputs) }}'
shell:
bash
+ - name: Run changed-files with dir name pattern
+ id: changed-files-dir-name
+ uses: ./
+ with:
+ files: .github/workflows
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-dir-name.outputs) }}'
+ shell:
+ bash
+ - name: Run changed-files with write_output_files
+ id: changed-files-write-output-files
+ uses: ./
+ with:
+ json: true
+ write_output_files: true
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-write-output-files.outputs.all_changed_files) }}'
+ cat .github/outputs/all_changed_files.json
+ shell:
+ bash
+ - name: Run changed-files with include_all_old_new_renamed_files
+ id: changed-files-all-old-new-renamed-files
+ uses: ./
+ with:
+ include_all_old_new_renamed_files: true
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-all-old-new-renamed-files.outputs) }}'
+ shell:
+ bash
- name: List all modified files
run: |
for file in ${{ steps.changed-files.outputs.modified_files }}; do
@@ -282,6 +1227,17 @@ jobs:
echo "Your README.md has been modified ${{ steps.changed-files.outputs.modified_files }}."
shell:
bash
+ - name: Run changed-files with quotepath disabled for single path
+ id: changed-files-quotepath-specific
+ uses: ./
+ with:
+ files: test/test-è.txt
+ quotepath: "false"
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-quotepath-specific.outputs) }}'
+ shell:
+ bash
- name: Run changed-files with quotepath disabled
id: changed-files-quotepath
uses: ./
@@ -292,16 +1248,165 @@ jobs:
echo '${{ toJSON(steps.changed-files-quotepath.outputs) }}'
shell:
bash
+ - name: Run changed-files with dir_names and dir_names_max_depth
+ id: changed-files-dir-names-max-depth
+ uses: ./
+ with:
+ base_sha: ba788ed
+ sha: 0a5b7c6
+ fetch_depth: 60000
+ dir_names: "true"
+ dir_names_max_depth: 3
+ dir_names_exclude_current_dir: "true"
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-dir-names-max-depth.outputs) }}'
+ shell:
+ bash
+ - name: Check dir_names output on non windows platform
+ if: "!contains(steps.changed-files-dir-names-max-depth.outputs.all_changed_files, 'test/test2/test3') && runner.os != 'Windows'"
+ run: |
+ echo "Invalid output: Expected to include (test/test2/test3) got (${{ steps.changed-files-dir-names-max-depth.outputs.all_changed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check dir_names output on windows platform
+ if: "!contains(steps.changed-files-dir-names-max-depth.outputs.all_changed_files, 'test\\test2\\test3') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected to not include (test\\test2\\test3) got (${{ steps.changed-files-dir-names-max-depth.outputs.all_changed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Run changed-files with dir_names and dir_names_exclude_current_dir
+ id: changed-files-dir-names-exclude-root
+ uses: ./
+ with:
+ base_sha: dddfbd69
+ sha: ce8c1983
+ fetch_depth: 60000
+ dir_names: "true"
+ dir_names_exclude_current_dir: "true"
+ dir_names_max_depth: 1
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-dir-names-exclude-root.outputs) }}'
+ shell:
+ bash
+ - name: Check dir_names output
+ if: steps.changed-files-dir-names-exclude-root.outputs.all_changed_files != '.github'
+ run: |
+ echo "Invalid output: Expected (.github) got (${{ steps.changed-files-dir-names-exclude-root.outputs.all_changed_files }})"
+ exit 1
+ shell:
+ bash
- name: Run changed-files with dir_names
id: changed-files-dir-names
uses: ./
with:
+ base_sha: d1c0ee4
+ sha: 4d04215
+ fetch_depth: 60000
dir_names: "true"
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-dir-names.outputs) }}'
shell:
bash
+ - name: Check dir_names output
+ if: steps.changed-files-dir-names.outputs.all_changed_files != 'test'
+ run: |
+ echo "Invalid output: Expected (test) got (${{ steps.changed-files-dir-names.outputs.all_changed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Run changed-files with dir_names specific
+ id: changed-files-dir-names-specific
+ uses: ./
+ with:
+ base_sha: d1c0ee4
+ sha: 4d04215
+ fetch_depth: 60000
+ dir_names: true
+ files: test/**
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-dir-names-specific.outputs) }}'
+ shell:
+ bash
+ - name: Check dir_names output
+ if: steps.changed-files-dir-names-specific.outputs.all_changed_files != 'test'
+ run: |
+ echo "Invalid output: Expected (test) got (${{ steps.changed-files-dir-names-specific.outputs.all_changed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Run changed-files with dir_names and dir_names_include_files with specific files
+ id: changed-files-dir-names-specific-include-files
+ uses: ./
+ with:
+ base_sha: d1c0ee4
+ sha: 4d04215
+ fetch_depth: 60000
+ dir_names: true
+ dir_names_include_files: test/*.txt
+ files: test/**
+ json: true
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-dir-names-specific-include-files.outputs) }}'
+ shell:
+ bash
+ - name: Check dir_names output on non windows platform
+ if: |
+ (
+ !contains(steps.changed-files-dir-names-specific-include-files.outputs.all_changed_files, 'test/test rename-1.txt') ||
+ !contains(steps.changed-files-dir-names-specific-include-files.outputs.all_changed_files, 'test') ||
+ steps.changed-files-dir-names-specific-include-files.outputs.any_changed == 'false'
+ ) && runner.os != 'Windows'
+ run: |
+ echo "Invalid output: Expected to include (test/test rename-1.txt) and (test) got (${{ steps.changed-files-dir-names-specific-include-files.outputs.all_changed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check dir_names output on windows platform
+ if: |
+ (
+ !contains(steps.changed-files-dir-names-specific-include-files.outputs.all_changed_files, 'test\\test rename-1.txt') ||
+ !contains(steps.changed-files-dir-names-specific-include-files.outputs.all_changed_files, 'test') ||
+ steps.changed-files-dir-names-specific-include-files.outputs.any_changed == 'false'
+ ) && runner.os == 'Windows'
+ run: |
+ echo "Invalid output: Expected to include (test\\test rename-1.txt) and (test) got (${{ steps.changed-files-dir-names-specific-include-files.outputs.all_changed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Run changed-files with dir_names for specific files and an unmatched path
+ id: changed-files-dir-names-specific-unmatched-path
+ uses: ./
+ with:
+ base_sha: d1c0ee4
+ sha: 4d04215
+ fetch_depth: 60000
+ dir_names: true
+ files: unknown/**
+ json: true
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-dir-names-specific-unmatched-path.outputs) }}'
+ shell:
+ bash
+ - name: Check dir_names output
+ if: |
+ (
+ steps.changed-files-dir-names-specific-unmatched-path.outputs.all_changed_files != '[]' ||
+ steps.changed-files-dir-names-specific-unmatched-path.outputs.any_changed == 'true' ||
+ steps.changed-files-dir-names-specific-unmatched-path.outputs.all_changed_files_count != '0'
+ )
+ run: |
+ echo "Invalid output: Expected empty array and any_changed to be false got (${{ steps.changed-files-dir-names-specific-unmatched-path.outputs.all_changed_files }}) and (${{ steps.changed-files-dir-names-specific-unmatched-path.outputs.any_changed }})"
+ exit 1
+ shell:
+ bash
- name: Run changed-files with forward slash separator
id: changed-files-forward-slash
uses: ./
@@ -343,11 +1448,32 @@ jobs:
echo '${{ toJSON(steps.changed-files-json.outputs.all_changed_files) }}'
shell:
bash
+ - name: Run changed-files with json unescaped format
+ id: changed-files-json-unescaped
+ uses: ./
+ with:
+ json: true
+ escape_json: false
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-json-unescaped.outputs) }}'
+ echo '${{ toJSON(steps.changed-files-json-unescaped.outputs.all_changed_files) }}'
+ shell:
+ bash
- name: Run changed-files with comma separator
id: changed-files-comma
uses: ./
with:
separator: ","
+ - name: List all modified files
+ run: |
+ IFS=$',' read -a MODIFIED_FILES_ARRAY <<< "${{ steps.changed-files-comma.outputs.modified_files }}"
+ for file in "${MODIFIED_FILES_ARRAY[@]}"; do
+ echo $file
+ done
+ unset IFS
+ shell:
+ bash
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-comma.outputs) }}'
@@ -371,38 +1497,138 @@ jobs:
with:
base_sha: d1c0ee4
sha: 4d04215
+ fetch_depth: 60000
include_all_old_new_renamed_files: true
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-all-old-new-renamed-files-1.outputs) }}'
shell:
bash
- - name: Check all_old_new_renamed_files output
- if: "!contains(steps.changed-files-all-old-new-renamed-files-1.outputs.all_old_new_renamed_files, 'test/test rename 1.txt,test/test rename-1.txt')"
+ - name: Check all_old_new_renamed_files output on non windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-1.outputs.all_old_new_renamed_files, 'test/test rename 1.txt,test/test rename-1.txt') && runner.os != 'Windows'"
run: |
echo "Invalid output: Expected to include (test/test rename 1.txt,test/test rename-1.txt) got (${{ steps.changed-files-all-old-new-renamed-files-1.outputs.all_old_new_renamed_files }})"
exit 1
shell:
bash
+ - name: Check all_old_new_renamed_files output on windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-1.outputs.all_old_new_renamed_files, 'test\\test rename 1.txt,test\\test rename-1.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected to not include (test\\test rename 1.txt,test\\test rename-1.txt) got (${{ steps.changed-files-all-old-new-renamed-files-1.outputs.all_old_new_renamed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check the renamed_files output on non windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-1.outputs.renamed_files, 'test/test rename-1.txt') && runner.os != 'Windows'"
+ run: |
+ echo "Invalid output: Expected to include (test/test rename-1.txt) got (${{ steps.changed-files-all-old-new-renamed-files-1.outputs.renamed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check the renamed_files output on windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-1.outputs.renamed_files, 'test\\test rename-1.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected to not include (test\\test rename-1.txt) got (${{ steps.changed-files-all-old-new-renamed-files-1.outputs.renamed_files }})"
+ exit 1
+ shell:
+ bash
- name: Run changed-files for old new filenames test rename 2
id: changed-files-all-old-new-renamed-files-2
uses: ./
with:
base_sha: 4d04215
sha: fe238e6
+ fetch_depth: 60000
include_all_old_new_renamed_files: true
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-all-old-new-renamed-files-2.outputs) }}'
shell:
bash
- - name: Check all_old_new_renamed_files output
- if: "!contains(steps.changed-files-all-old-new-renamed-files-2.outputs.all_old_new_renamed_files, 'test/test rename 2.txt,test/test rename-2.txt')"
+ - name: Check all_old_new_renamed_files output on non windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-2.outputs.all_old_new_renamed_files, 'test/test rename 2.txt,test/test rename-2.txt') && runner.os != 'Windows'"
run: |
echo "Invalid output: Expected to include (test/test rename 2.txt test/test rename-2.txt) got (${{ steps.changed-files-all-old-new-renamed-files-2.outputs.all_old_new_renamed_files }})"
exit 1
shell:
bash
+ - name: Check all_old_new_renamed_files output on windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-2.outputs.all_old_new_renamed_files, 'test\\test rename 2.txt,test\\test rename-2.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected to not include (test\\test rename 2.txt test/test rename-2.txt) got (${{ steps.changed-files-all-old-new-renamed-files-2.outputs.all_old_new_renamed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check the renamed_files output on non windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-2.outputs.renamed_files, 'test/test rename-2.txt') && runner.os != 'Windows'"
+ run: |
+ echo "Invalid output: Expected to include (test/test rename-2.txt) got (${{ steps.changed-files-all-old-new-renamed-files-2.outputs.renamed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check the renamed_files output on windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-2.outputs.renamed_files, 'test\\test rename-2.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected to not include (test\\test rename-2.txt) got (${{ steps.changed-files-all-old-new-renamed-files-2.outputs.renamed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Run changed-files for old new filenames test rename 2 output as deleted and added
+ id: changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added
+ uses: ./
+ with:
+ base_sha: 4d04215
+ sha: fe238e6
+ fetch_depth: 60000
+ include_all_old_new_renamed_files: true
+ output_renamed_files_as_deleted_and_added: true
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs) }}'
+ shell:
+ bash
+ - name: Check all_old_new_renamed_files output on non windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs.all_old_new_renamed_files, 'test/test rename 2.txt,test/test rename-2.txt') && runner.os != 'Windows'"
+ run: |
+ echo "Invalid output: Expected to include (test/test rename 2.txt test/test rename-2.txt) got (${{ steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs.all_old_new_renamed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check all_old_new_renamed_files output on windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs.all_old_new_renamed_files, 'test\\test rename 2.txt,test\\test rename-2.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected to not include (test\\test rename 2.txt test\\test rename-2.txt) got (${{ steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs.all_old_new_renamed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check deleted_files output on non windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs.deleted_files, 'test/test rename 2.txt') && runner.os != 'Windows'"
+ run: |
+ echo "Invalid output: Expected to include (test/test rename 2.txt) got (${{ steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs.deleted_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check deleted_files output on windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs.deleted_files, 'test\\test rename 2.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected to not include (test\\test rename 2.txt) got (${{ steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs.deleted_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check added_files output on non windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs.added_files, 'test/test rename-2.txt') && runner.os != 'Windows'"
+ run: |
+ echo "Invalid output: Expected to include (test/test rename-2.txt) got (${{ steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs.added_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Check added_files output on windows platform
+ if: "!contains(steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs.added_files, 'test\\test rename-2.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected to not include (test\\test rename-2.txt) got (${{ steps.changed-files-all-old-new-renamed-files-2-output-as-deleted-and-added.outputs.added_files }})"
+ exit 1
+ shell:
+ bash
- name: Run changed-files with specific files
id: changed-files-specific
uses: ./
@@ -418,15 +1644,22 @@ jobs:
echo '${{ toJSON(steps.changed-files-specific.outputs) }}'
shell:
bash
- - name: Check if a excluded file is not included in any_changed
- if: "contains(steps.changed-files-specific.outputs.all_changed_files, 'test/test/test.txt')"
+ - name: Check if a excluded file is not included in any_changed on non windows platform
+ if: "contains(steps.changed-files-specific.outputs.all_changed_files, 'test/test/test.txt') && runner.os != 'Windows'"
run: |
echo "Invalid output: Expected not to include (test/test/test.txt) got (${{ steps.changed-files-specific.outputs.all_changed_files }})"
exit 1
shell:
bash
- - name: Verify any_changed for specific files
- if: "!contains(steps.changed-files-specific.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific.outputs.all_changed_files, '.github/workflows/test.yml') && !contains(steps.changed-files-specific.outputs.all_changed_files, 'test/test.txt')"
+ - name: Check if a excluded file is not included in any_changed on windows platform
+ if: "contains(steps.changed-files-specific.outputs.all_changed_files, 'test\\test\\test.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected not to include (test\\test\\test.txt) got (${{ steps.changed-files-specific.outputs.all_changed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Verify any_changed for specific files on non windows platform
+ if: "!contains(steps.changed-files-specific.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific.outputs.all_changed_files, '.github/workflows/test.yml') && !contains(steps.changed-files-specific.outputs.all_changed_files, 'test/test.txt') && runner.os != 'Windows'"
run: |
if [[ "${{ steps.changed-files-specific.outputs.any_changed }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific.outputs.any_changed }})"
@@ -434,15 +1667,31 @@ jobs:
fi
shell:
bash
- - name: Check if a excluded file is not included in any_modified
- if: "contains(steps.changed-files-specific.outputs.all_modified_files, 'test/test/test.txt')"
+ - name: Verify any_changed for specific files on windows platform
+ if: "!contains(steps.changed-files-specific.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific.outputs.all_changed_files, '.github\\workflows\\test.yml') && !contains(steps.changed-files-specific.outputs.all_changed_files, 'test\\test.txt') && runner.os == 'Windows'"
+ run: |
+ if [[ "${{ steps.changed-files-specific.outputs.any_changed }}" != "false" ]]; then
+ echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific.outputs.any_changed }})"
+ exit 1
+ fi
+ shell:
+ bash
+ - name: Check if a excluded file is not included in any_modified on non windows platform
+ if: "contains(steps.changed-files-specific.outputs.all_modified_files, 'test/test/test.txt') && runner.os != 'Windows'"
run: |
echo "Invalid output: Expected not to include (test/test/test.txt) got (${{ steps.changed-files-specific.outputs.all_modified_files }})"
exit 1
shell:
bash
- - name: Verify any_modified for specific files
- if: "!contains(steps.changed-files-specific.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific.outputs.all_modified_files, '.github/workflows/test.yml') && !contains(steps.changed-files-specific.outputs.all_modified_files, 'test/test.txt')"
+ - name: Check if a excluded file is not included in any_modified on windows platform
+ if: "contains(steps.changed-files-specific.outputs.all_modified_files, 'test\\test\\test.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected not to include (test\\test\\test.txt) got (${{ steps.changed-files-specific.outputs.all_modified_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Verify any_modified for specific files on non windows platform
+ if: "!contains(steps.changed-files-specific.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific.outputs.all_modified_files, '.github/workflows/test.yml') && !contains(steps.changed-files-specific.outputs.all_modified_files, 'test/test.txt') && runner.os != 'Windows'"
run: |
if [[ "${{ steps.changed-files-specific.outputs.any_modified }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific.outputs.any_modified }})"
@@ -450,15 +1699,40 @@ jobs:
fi
shell:
bash
- - name: Check if a excluded file is not included in any_deleted
- if: "contains(steps.changed-files-specific.outputs.deleted_files, 'test/test/test.txt')"
+ - name: Verify any_modified for specific files on windows platform
+ if: "!contains(steps.changed-files-specific.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific.outputs.all_modified_files, '.github\\workflows\\test.yml') && !contains(steps.changed-files-specific.outputs.all_modified_files, 'test\\test.txt') && runner.os == 'Windows'"
+ run: |
+ if [[ "${{ steps.changed-files-specific.outputs.any_modified }}" != "false" ]]; then
+ echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific.outputs.any_modified }})"
+ exit 1
+ fi
+ shell:
+ bash
+ - name: Check if an excluded file is included in deleted_files output on non windows platform
+ if: "contains(steps.changed-files-specific.outputs.deleted_files, 'test/test/test.txt') && runner.os != 'Windows'"
run: |
echo "Invalid output: Expected not to include (test/test/test.txt) got (${{ steps.changed-files-specific.outputs.deleted_files }})"
exit 1
shell:
bash
- - name: Verify any_deleted for specific files
- if: "!contains(steps.changed-files-specific.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific.outputs.deleted_files, '.github/workflows/test.yml') && !contains(steps.changed-files-specific.outputs.deleted_files, 'test/test.txt')"
+ - name: Check if an excluded file is included in deleted_files output on windows platform
+ if: "contains(steps.changed-files-specific.outputs.deleted_files, 'test\\test\\test.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected not to include (test\\test\\test.txt) got (${{ steps.changed-files-specific.outputs.deleted_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Verify any_deleted for specific files on non windows platform
+ if: "!contains(steps.changed-files-specific.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific.outputs.deleted_files, '.github/workflows/test.yml') && !contains(steps.changed-files-specific.outputs.deleted_files, 'test/test.txt') && runner.os != 'Windows'"
+ run: |
+ if [[ "${{ steps.changed-files-specific.outputs.any_deleted }}" != "false" ]]; then
+ echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific.outputs.any_deleted }})"
+ exit 1
+ fi
+ shell:
+ bash
+ - name: Verify any_deleted for specific files on windows platform
+ if: "!contains(steps.changed-files-specific.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific.outputs.deleted_files, '.github\\workflows\\test.yml') && !contains(steps.changed-files-specific.outputs.deleted_files, 'test\\test.txt') && runner.os == 'Windows'"
run: |
if [[ "${{ steps.changed-files-specific.outputs.any_deleted }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific.outputs.any_deleted }})"
@@ -471,10 +1745,10 @@ jobs:
uses: ./
with:
files: |
- entrypoint.sh
+ get-changed-paths.sh
*.sh
- name: Verify all_changed_files files has no duplicates
- if: contains(steps.changed-files-specific-duplicate-output.outputs.all_changed_files, 'entrypoint.sh')
+ if: contains(steps.changed-files-specific-duplicate-output.outputs.all_changed_files, 'get-changed-paths.sh')
run: |
ALL_CHANGED_FILES=(${{ steps.changed-files-specific-duplicate-output.outputs.all_changed_files }})
UNIQUE_ALL_CHANGED_FILES=$(echo "$ALL_CHANGED_FILES" | tr ' ' '\n' | sort -u | xargs)
@@ -486,7 +1760,7 @@ jobs:
shell:
bash
- name: Verify all_changed_and_modified_files files has no duplicates
- if: contains(steps.changed-files-specific-duplicate-output.outputs.all_changed_and_modified_files, 'entrypoint.sh')
+ if: contains(steps.changed-files-specific-duplicate-output.outputs.all_changed_and_modified_files, 'get-changed-paths.sh')
run: |
ALL_CHANGED_AND_MODIFIED_FILES=(${{ steps.changed-files-specific-duplicate-output.outputs.all_changed_and_modified_files }})
UNIQUE_ALL_CHANGED_AND_MODIFIED_FILES=$(echo "$ALL_CHANGED_AND_MODIFIED_FILES" | tr ' ' '\n' | sort -u | xargs)
@@ -498,7 +1772,7 @@ jobs:
shell:
bash
- name: Verify all_modified_files files has no duplicates
- if: contains(steps.changed-files-specific-duplicate-output.outputs.all_modified_files, 'entrypoint.sh')
+ if: contains(steps.changed-files-specific-duplicate-output.outputs.all_modified_files, 'get-changed-paths.sh')
run: |
ALL_MODIFIED_FILES=(${{ steps.changed-files-specific-duplicate-output.outputs.all_modified_files }})
UNIQUE_ALL_MODIFIED_FILES=$(echo "$ALL_MODIFIED_FILES" | tr ' ' '\n' | sort -u | xargs)
@@ -522,8 +1796,8 @@ jobs:
echo '${{ toJSON(steps.changed-files-specific-comma.outputs) }}'
shell:
bash
- - name: Verify any_changed files comma separator
- if: "!contains(steps.changed-files-specific-comma.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific-comma.outputs.all_changed_files, '.github/workflows/test.yml')"
+ - name: Verify any_changed files comma separator on non windows platform
+ if: "!contains(steps.changed-files-specific-comma.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific-comma.outputs.all_changed_files, '.github/workflows/test.yml') && runner.os != 'Windows'"
run: |
if [[ "${{ steps.changed-files-specific-comma.outputs.any_changed }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-comma.outputs.any_changed }})"
@@ -531,8 +1805,17 @@ jobs:
fi
shell:
bash
- - name: Verify any_modified files comma separator
- if: "!contains(steps.changed-files-specific-comma.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific-comma.outputs.all_modified_files, '.github/workflows/test.yml')"
+ - name: Verify any_changed files comma separator on windows platform
+ if: "!contains(steps.changed-files-specific-comma.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific-comma.outputs.all_changed_files, '.github\\workflows\\test.yml') && runner.os == 'Windows'"
+ run: |
+ if [[ "${{ steps.changed-files-specific-comma.outputs.any_changed }}" != "false" ]]; then
+ echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-comma.outputs.any_changed }})"
+ exit 1
+ fi
+ shell:
+ bash
+ - name: Verify any_modified files comma separator on non windows platform
+ if: "!contains(steps.changed-files-specific-comma.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific-comma.outputs.all_modified_files, '.github/workflows/test.yml') && runner.os != 'Windows'"
run: |
if [[ "${{ steps.changed-files-specific-comma.outputs.any_modified }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-comma.outputs.any_modified }})"
@@ -540,8 +1823,26 @@ jobs:
fi
shell:
bash
- - name: Verify any_deleted files comma separator
- if: "!contains(steps.changed-files-specific-comma.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific-comma.outputs.deleted_files, '.github/workflows/test.yml')"
+ - name: Verify any_modified files comma separator on windows platform
+ if: "!contains(steps.changed-files-specific-comma.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific-comma.outputs.all_modified_files, '.github\\workflows\\test.yml') && runner.os == 'Windows'"
+ run: |
+ if [[ "${{ steps.changed-files-specific-comma.outputs.any_modified }}" != "false" ]]; then
+ echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-comma.outputs.any_modified }})"
+ exit 1
+ fi
+ shell:
+ bash
+ - name: Verify any_deleted files comma separator on non windows platform
+ if: "!contains(steps.changed-files-specific-comma.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific-comma.outputs.deleted_files, '.github/workflows/test.yml') && runner.os != 'Windows'"
+ run: |
+ if [[ "${{ steps.changed-files-specific-comma.outputs.any_deleted }}" != "false" ]]; then
+ echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-comma.outputs.any_deleted }})"
+ exit 1
+ fi
+ shell:
+ bash
+ - name: Verify any_deleted files comma separator on windows platform
+ if: "!contains(steps.changed-files-specific-comma.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific-comma.outputs.deleted_files, '.github\\workflows\\test.yml') && runner.os == 'Windows'"
run: |
if [[ "${{ steps.changed-files-specific-comma.outputs.any_deleted }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-comma.outputs.any_deleted }})"
@@ -562,8 +1863,8 @@ jobs:
echo '${{ toJSON(steps.changed-files-specific-pipe.outputs) }}'
shell:
bash
- - name: Verify any_changed files comma separator
- if: "!contains(steps.changed-files-specific-pipe.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific-pipe.outputs.all_changed_files, '.github/workflows/test.yml')"
+ - name: Verify any_changed files comma separator on non windows platform
+ if: "!contains(steps.changed-files-specific-pipe.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific-pipe.outputs.all_changed_files, '.github/workflows/test.yml') && runner.os != 'Windows'"
run: |
if [[ "${{ steps.changed-files-specific-pipe.outputs.any_changed }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-pipe.outputs.any_changed }})"
@@ -571,8 +1872,17 @@ jobs:
fi
shell:
bash
- - name: Verify any_modified files comma separator
- if: "!contains(steps.changed-files-specific-pipe.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific-pipe.outputs.all_modified_files, '.github/workflows/test.yml')"
+ - name: Verify any_changed files comma separator on windows platform
+ if: "!contains(steps.changed-files-specific-pipe.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific-pipe.outputs.all_changed_files, '.github\\workflows\\test.yml') && runner.os == 'Windows'"
+ run: |
+ if [[ "${{ steps.changed-files-specific-pipe.outputs.any_changed }}" != "false" ]]; then
+ echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-pipe.outputs.any_changed }})"
+ exit 1
+ fi
+ shell:
+ bash
+ - name: Verify any_modified files comma separator on non windows platform
+ if: "!contains(steps.changed-files-specific-pipe.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific-pipe.outputs.all_modified_files, '.github/workflows/test.yml') && runner.os != 'Windows'"
run: |
if [[ "${{ steps.changed-files-specific-pipe.outputs.any_modified }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-pipe.outputs.any_modified }})"
@@ -580,8 +1890,26 @@ jobs:
fi
shell:
bash
- - name: Verify any_deleted files comma separator
- if: "!contains(steps.changed-files-specific-pipe.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific-pipe.outputs.deleted_files, '.github/workflows/test.yml')"
+ - name: Verify any_modified files comma separator on windows platform
+ if: "!contains(steps.changed-files-specific-pipe.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific-pipe.outputs.all_modified_files, '.github\\workflows\\test.yml') && runner.os == 'Windows'"
+ run: |
+ if [[ "${{ steps.changed-files-specific-pipe.outputs.any_modified }}" != "false" ]]; then
+ echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-pipe.outputs.any_modified }})"
+ exit 1
+ fi
+ shell:
+ bash
+ - name: Verify any_deleted files comma separator on non windows platform
+ if: "!contains(steps.changed-files-specific-pipe.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific-pipe.outputs.deleted_files, '.github/workflows/test.yml') && runner.os != 'Windows'"
+ run: |
+ if [[ "${{ steps.changed-files-specific-pipe.outputs.any_deleted }}" != "false" ]]; then
+ echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-pipe.outputs.any_deleted }})"
+ exit 1
+ fi
+ shell:
+ bash
+ - name: Verify any_deleted files comma separator on windows platform
+ if: "!contains(steps.changed-files-specific-pipe.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific-pipe.outputs.deleted_files, '.github\\workflows\\test.yml') && runner.os == 'Windows'"
run: |
if [[ "${{ steps.changed-files-specific-pipe.outputs.any_deleted }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-pipe.outputs.any_deleted }})"
@@ -602,8 +1930,8 @@ jobs:
echo '${{ toJSON(steps.changed-files-specific-forward-slash.outputs) }}'
shell:
bash
- - name: Verify any_changed files forward slash separator
- if: "!contains(steps.changed-files-specific-forward-slash.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific-forward-slash.outputs.all_changed_files, '.github/workflows/test.yml')"
+ - name: Verify any_changed files forward slash separator on non windows platform
+ if: "!contains(steps.changed-files-specific-forward-slash.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific-forward-slash.outputs.all_changed_files, '.github/workflows/test.yml') && runner.os != 'Windows'"
run: |
if [[ "${{ steps.changed-files-specific-forward-slash.outputs.any_changed }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-forward-slash.outputs.any_changed }})"
@@ -611,8 +1939,17 @@ jobs:
fi
shell:
bash
- - name: Verify any_modified files forward slash separator
- if: "!contains(steps.changed-files-specific-forward-slash.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific-forward-slash.outputs.all_modified_files, '.github/workflows/test.yml')"
+ - name: Verify any_changed files forward slash separator on windows platform
+ if: "!contains(steps.changed-files-specific-forward-slash.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific-forward-slash.outputs.all_changed_files, '.github\\workflows\\test.yml') && runner.os == 'Windows'"
+ run: |
+ if [[ "${{ steps.changed-files-specific-forward-slash.outputs.any_changed }}" != "false" ]]; then
+ echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-forward-slash.outputs.any_changed }})"
+ exit 1
+ fi
+ shell:
+ bash
+ - name: Verify any_modified files forward slash separator on non windows platform
+ if: "!contains(steps.changed-files-specific-forward-slash.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific-forward-slash.outputs.all_modified_files, '.github/workflows/test.yml') && runner.os != 'Windows'"
run: |
if [[ "${{ steps.changed-files-specific-forward-slash.outputs.any_modified }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-forward-slash.outputs.any_modified }})"
@@ -620,8 +1957,26 @@ jobs:
fi
shell:
bash
- - name: Verify any_deleted files forward slash separator
- if: "!contains(steps.changed-files-specific-forward-slash.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific-forward-slash.outputs.deleted_files, '.github/workflows/test.yml')"
+ - name: Verify any_modified files forward slash separator on windows platform
+ if: "!contains(steps.changed-files-specific-forward-slash.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific-forward-slash.outputs.all_modified_files, '.github\\workflows\\test.yml') && runner.os == 'Windows'"
+ run: |
+ if [[ "${{ steps.changed-files-specific-forward-slash.outputs.any_modified }}" != "false" ]]; then
+ echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-forward-slash.outputs.any_modified }})"
+ exit 1
+ fi
+ shell:
+ bash
+ - name: Verify any_deleted files forward slash separator on non windows platform
+ if: "!contains(steps.changed-files-specific-forward-slash.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific-forward-slash.outputs.deleted_files, '.github/workflows/test.yml') && runner.os != 'Windows'"
+ run: |
+ if [[ "${{ steps.changed-files-specific-forward-slash.outputs.any_deleted }}" != "false" ]]; then
+ echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-forward-slash.outputs.any_deleted }})"
+ exit 1
+ fi
+ shell:
+ bash
+ - name: Verify any_deleted files forward slash separator on windows platform
+ if: "!contains(steps.changed-files-specific-forward-slash.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific-forward-slash.outputs.deleted_files, '.github\\workflows\\test.yml') && runner.os == 'Windows'"
run: |
if [[ "${{ steps.changed-files-specific-forward-slash.outputs.any_deleted }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-forward-slash.outputs.any_deleted }})"
@@ -638,20 +1993,36 @@ jobs:
test/changed-files-list.txt
files: |
**/workflows/greetings.yml
- - name: Check if a excluded file is not included in any_changed
- if: contains(steps.changed-files-specific-source-file.outputs.all_changed_files, 'test/test/test.txt')
+ - name: Show output
+ run: |
+ echo '${{ toJSON(steps.changed-files-specific-source-file.outputs) }}'
+ shell:
+ bash
+ - name: Check if a excluded file is not included in any_changed on non windows platform
+ if: "contains(steps.changed-files-specific-source-file.outputs.all_changed_files, 'test/test/test.txt') && runner.os != 'Windows'"
run: |
echo "Invalid output: Expected not to include (test/test/test.txt) got (${{ steps.changed-files-specific-source-file.outputs.all_changed_files }})"
exit 1
shell:
bash
- - name: Verify any_changed from source files
+ - name: Check if a excluded file is not included in any_changed on windows platform
+ if: "contains(steps.changed-files-specific-source-file.outputs.all_changed_files, 'test\\test\\test.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected not to include (test\\test\\test.txt) got (${{ steps.changed-files-specific-source-file.outputs.all_changed_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Verify any_changed from source files on non windows platform
if: |
(
!contains(steps.changed-files-specific-source-file.outputs.all_changed_files, 'action.yml') &&
!contains(steps.changed-files-specific-source-file.outputs.all_changed_files, '.github/workflows/test.yml') &&
+ !contains(steps.changed-files-specific-source-file.outputs.all_changed_files, 'test/test.txt') &&
+ !contains(steps.changed-files-specific-source-file.outputs.all_changed_files, 'test/test2/test.txt') &&
+ !contains(steps.changed-files-specific-source-file.outputs.all_changed_files, 'test/test2/test3/test4/test.txt') &&
+ !contains(steps.changed-files-specific-source-file.outputs.all_changed_files, '[test new].txt') &&
!contains(steps.changed-files-specific-source-file.outputs.all_changed_files, '.github/workflows/greetings.yml') &&
- !contains(steps.changed-files-specific-source-file.outputs.all_changed_files, 'test/test.txt')
+ runner.os != 'Windows'
)
run: |
if [[ "${{ steps.changed-files-specific-source-file.outputs.any_changed }}" != "false" ]]; then
@@ -660,20 +2031,31 @@ jobs:
fi
shell:
bash
- - name: Check if a excluded file is not included in any_modified
- if: contains(steps.changed-files-specific-source-file.outputs.all_modified_files, 'test/test/test.txt')
+ - name: Check if a excluded file is not included in any_modified on non windows platform
+ if: "contains(steps.changed-files-specific-source-file.outputs.all_modified_files, 'test/test/test.txt') && runner.os != 'Windows'"
run: |
echo "Invalid output: Expected not to include (test/test/test.txt) got (${{ steps.changed-files-specific-source-file.outputs.all_modified_files }})"
exit 1
shell:
bash
- - name: Verify any_modified from source files
+ - name: Check if a excluded file is not included in any_modified on windows platform
+ if: "contains(steps.changed-files-specific-source-file.outputs.all_modified_files, 'test\\test\\test.txt') && runner.os == 'Windows'"
+ run: |
+ echo "Invalid output: Expected not to include (test\\test\\test.txt) got (${{ steps.changed-files-specific-source-file.outputs.all_modified_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Verify any_modified from source files on non windows platform
if: |
(
!contains(steps.changed-files-specific-source-file.outputs.all_modified_files, 'action.yml') &&
!contains(steps.changed-files-specific-source-file.outputs.all_modified_files, '.github/workflows/test.yml') &&
+ !contains(steps.changed-files-specific-source-file.outputs.all_modified_files, 'test/test.txt') &&
+ !contains(steps.changed-files-specific-source-file.outputs.all_modified_files, 'test/test2/test.txt') &&
+ !contains(steps.changed-files-specific-source-file.outputs.all_modified_files, 'test/test2/test3/test4/test.txt') &&
+ !contains(steps.changed-files-specific-source-file.outputs.all_modified_files, '[test new].txt') &&
!contains(steps.changed-files-specific-source-file.outputs.all_modified_files, '.github/workflows/greetings.yml') &&
- !contains(steps.changed-files-specific-source-file.outputs.all_modified_files, 'test/test.txt')
+ runner.os != 'Windows'
)
run: |
if [[ "${{ steps.changed-files-specific-source-file.outputs.any_modified }}" != "false" ]]; then
@@ -682,15 +2064,32 @@ jobs:
fi
shell:
bash
- - name: Check if a excluded file is not included in any_deleted
- if: contains(steps.changed-files-specific-source-file.outputs.deleted_files, 'test/test/test.txt')
+ - name: Check if a excluded file is not included in any_deleted on non windows platform
+ if: "contains(steps.changed-files-specific-source-file.outputs.deleted_files, 'test/test/test.txt') && runner.os != 'Windows'"
run: |
echo "Invalid output: Expected not to include (test/test/test.txt) got (${{ steps.changed-files-specific-source-file.outputs.deleted_files }})"
exit 1
shell:
bash
- - name: Verify any_deleted from source files
- if: "!contains(steps.changed-files-specific-source-file.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific-source-file.outputs.deleted_files, '.github/workflows/test.yml') && !contains(steps.changed-files-specific-source-file.outputs.deleted_files, 'test/test.txt')"
+ - name: Check if a excluded file is not included in any_deleted on windows platform
+ if: contains(steps.changed-files-specific-source-file.outputs.deleted_files, 'test\\test\\test.txt')
+ run: |
+ echo "Invalid output: Expected not to include (test\\test\\test.txt) got (${{ steps.changed-files-specific-source-file.outputs.deleted_files }})"
+ exit 1
+ shell:
+ bash
+ - name: Verify any_deleted from source files on non windows platform
+ if: |
+ (
+ !contains(steps.changed-files-specific-source-file.outputs.deleted_files, 'action.yml') &&
+ !contains(steps.changed-files-specific-source-file.outputs.deleted_files, '.github/workflows/test.yml') &&
+ !contains(steps.changed-files-specific-source-file.outputs.deleted_files, 'test/test.txt') &&
+ !contains(steps.changed-files-specific-source-file.outputs.deleted_files, 'test/test2/test.txt') &&
+ !contains(steps.changed-files-specific-source-file.outputs.deleted_files, 'test/test2/test3/test4/test.txt') &&
+ !contains(steps.changed-files-specific-source-file.outputs.deleted_files, '[test new].txt') &&
+ !contains(steps.changed-files-specific-source-file.outputs.deleted_files, '.github/workflows/greetings.yml') &&
+ runner.os != 'Windows'
+ )
run: |
if [[ "${{ steps.changed-files-specific-source-file.outputs.any_deleted }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-source-file.outputs.any_deleted }})"
@@ -715,8 +2114,17 @@ jobs:
echo '${{ toJSON(steps.changed-files-specific-comma-source-file.outputs) }}'
shell:
bash
- - name: Verify any_changed files comma separator
- if: "!contains(steps.changed-files-specific-comma-source-file.outputs.all_changed_files, 'action.yml') && !contains(steps.changed-files-specific-comma-source-file.outputs.all_changed_files, '.github/workflows/test.yml') && !contains(steps.changed-files-specific-comma.outputs.all_changed_files, 'test/test.txt')"
+ - name: Verify any_changed files comma separator from source files on non windows platform
+ if: |
+ (
+ !contains(steps.changed-files-specific-comma-source-file.outputs.all_changed_files, 'action.yml') &&
+ !contains(steps.changed-files-specific-comma-source-file.outputs.all_changed_files, '.github/workflows/test.yml') &&
+ !contains(steps.changed-files-specific-comma-source-file.outputs.all_changed_files, 'test/test.txt') &&
+ !contains(steps.changed-files-specific-comma-source-file.outputs.all_changed_files, 'test/test2/test.txt') &&
+ !contains(steps.changed-files-specific-comma-source-file.outputs.all_changed_files, 'test/test2/test3/test4/test.txt') &&
+ !contains(steps.changed-files-specific-comma-source-file.outputs.all_changed_files, '[test new].txt') &&
+ runner.os != 'Windows'
+ )
run: |
if [[ "${{ steps.changed-files-specific-comma-source-file.outputs.any_changed }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-comma-source-file.outputs.any_changed }})"
@@ -724,8 +2132,17 @@ jobs:
fi
shell:
bash
- - name: Verify any_modified files comma separator
- if: "!contains(steps.changed-files-specific-comma-source-file.outputs.all_modified_files, 'action.yml') && !contains(steps.changed-files-specific-comma-source-file.outputs.all_modified_files, '.github/workflows/test.yml') && !contains(steps.changed-files-specific-comma.outputs.all_modified_files, 'test/test.txt')"
+ - name: Verify any_modified files comma separator from source files on non windows platform
+ if: |
+ (
+ !contains(steps.changed-files-specific-comma-source-file.outputs.all_modified_files, 'action.yml') &&
+ !contains(steps.changed-files-specific-comma-source-file.outputs.all_modified_files, '.github/workflows/test.yml') &&
+ !contains(steps.changed-files-specific-comma-source-file.outputs.all_modified_files, 'test/test.txt') &&
+ !contains(steps.changed-files-specific-comma-source-file.outputs.all_modified_files, 'test/test2/test.txt') &&
+ !contains(steps.changed-files-specific-comma-source-file.outputs.all_modified_files, 'test/test2/test3/test4/test.txt') &&
+ !contains(steps.changed-files-specific-comma-source-file.outputs.all_modified_files, '[test new].txt') &&
+ runner.os != 'Windows'
+ )
run: |
if [[ "${{ steps.changed-files-specific-comma-source-file.outputs.any_modified }}" != "false" ]]; then
echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-comma-source-file.outputs.any_modified }})"
@@ -733,56 +2150,51 @@ jobs:
fi
shell:
bash
- - name: Verify any_deleted files with comma separator
- if: "!contains(steps.changed-files-specific-comma-source-file.outputs.deleted_files, 'action.yml') && !contains(steps.changed-files-specific-comma-source-file.outputs.deleted_files, '.github/workflows/test.yml') && !contains(steps.changed-files-specific-comma.outputs.deleted_files, 'test/test.txt')"
+ - name: Get branch name
+ id: branch-name
+ uses: tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9.0.2
+ if: github.event_name == 'pull_request' && matrix.fetch-depth == 0
+ - uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4.3.3
+ id: last_successful_commit
+ if: github.event_name == 'pull_request' && github.event.action != 'closed' && matrix.fetch-depth == 0
+ with:
+ main-branch-name: ${{ steps.branch-name.outputs.base_ref_branch }}
+ workflow-id: 'test.yml'
+ - name: Run changed-files with a custom base sha
+ if: github.event_name != 'push' && github.event.action != 'closed' && matrix.fetch-depth == 0 && steps.last_successful_commit.outputs.base != steps.last_successful_commit.outputs.head
+ id: changed-files-custom-base-sha
+ uses: ./
+ with:
+ base_sha: ${{ steps.last_successful_commit.outputs.base }}
+ - name: Show output
+ if: github.event_name == 'pull_request' && github.event.action != 'closed' && matrix.fetch-depth == 0
run: |
- if [[ "${{ steps.changed-files-specific-comma-source-file.outputs.any_deleted }}" != "false" ]]; then
- echo "Invalid output: Expected (false) got (${{ steps.changed-files-specific-comma-source-file.outputs.any_deleted }})"
- exit 1
- fi
+ echo '${{ toJSON(steps.changed-files-custom-base-sha.outputs) }}'
shell:
bash
- name: Run changed-files with custom sha
id: changed-files-custom-sha
+ if: github.event_name == 'pull_request' && github.event.action != 'closed'
uses: ./
with:
sha: ${{ github.event.pull_request.head.sha }}
- name: Show output
+ if: github.event.action != 'closed'
run: |
echo '${{ toJSON(steps.changed-files-custom-sha.outputs) }}'
shell:
bash
- - name: Run changed-files with since_last_remote_commit set to true
- id: changed-files-since-last-remote-commit
+ - name: Run changed-files with the pull request base sha and head sha
+ id: changed-files-pull-request-base-sha-head-sha
+ if: github.event_name == 'pull_request' && github.event.action != 'closed'
uses: ./
with:
- since_last_remote_commit: 'true'
+ base_sha: ${{ github.event.pull_request.base.sha }}
+ sha: ${{ github.event.pull_request.head.sha }}
- name: Show output
+ if: github.event.action != 'closed'
run: |
- echo '${{ toJSON(steps.changed-files-since-last-remote-commit.outputs) }}'
- shell:
- bash
- - name: Get branch name
- id: branch-name
- uses: tj-actions/branch-names@v5
- if: github.event_name == 'pull_request'
- - uses: nrwl/last-successful-commit-action@v1
- id: last_successful_commit
- if: github.event_name == 'pull_request'
- with:
- branch: ${{ steps.branch-name.outputs.base_ref_branch }}
- workflow_id: 'test.yml'
- github_token: ${{ secrets.GITHUB_TOKEN }}
- - name: Run changed-files with a custom base sha
- if: github.event_name == 'pull_request'
- id: changed-files-custom-base-sha
- uses: ./
- with:
- base_sha: ${{ steps.last_successful_commit.outputs.commit_hash }}
- - name: Show output
- if: github.event_name == 'pull_request'
- run: |
- echo '${{ toJSON(steps.changed-files-custom-base-sha.outputs) }}'
+ echo '${{ toJSON(steps.changed-files-pull-request-base-sha-head-sha.outputs) }}'
shell:
bash
- name: Run changed-files with specific files (only-changed)
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml
index b5ab340d..722cb155 100644
--- a/.github/workflows/update-readme.yml
+++ b/.github/workflows/update-readme.yml
@@ -1,5 +1,9 @@
name: Format README.md
+permissions:
+ contents: write
+ pull-requests: write
+
on:
push:
branches:
@@ -9,15 +13,22 @@ jobs:
sync-assets:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- - name: Run test
- uses: tj-actions/remark@v3
+ - name: Run auto-doc
+ uses: tj-actions/auto-doc@b10ceedffd794ec29a8fa8700529f40c1b64a951 # v3.6.0
+ with:
+ use_code_blocks: true
+ use_major_version: true
+ use_tag_commit_hash: true
+
+ - name: Run remark
+ uses: tj-actions/remark@10fc40701928cbafcc4a2d241679579d218144ff # v3
- name: Verify Changed files
- uses: tj-actions/verify-changed-files@v10
+ uses: tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20.0.4
id: verify_changed_files
with:
files: |
@@ -26,16 +37,18 @@ jobs:
- name: README.md changed
if: steps.verify_changed_files.outputs.files_changed == 'true'
run: |
- echo "README.md has uncommited changes"
+ echo "README.md has uncommitted changes"
exit 1
- name: Create Pull Request
if: failure()
- uses: peter-evans/create-pull-request@v4.0.4
+ uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
base: "main"
+ labels: "merge when passing"
title: "Updated README.md"
branch: "chore/update-readme"
commit-message: "Updated README.md"
body: "Updated README.md"
- token: ${{ secrets.PAT_TOKEN }}
+ sign-commits: true
+ token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/workflow-run-example.yml b/.github/workflows/workflow-run-example.yml
new file mode 100644
index 00000000..d1981c6a
--- /dev/null
+++ b/.github/workflows/workflow-run-example.yml
@@ -0,0 +1,41 @@
+name: Workflow Run Example
+on:
+ workflow_run:
+ workflows: [Matrix Example]
+ types: [completed]
+
+permissions:
+ contents: read
+
+jobs:
+ on-success:
+ runs-on: ubuntu-latest
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+
+ - name: Get changed files
+ id: changed-files
+ uses: ./
+
+ - name: Echo list of changed files on success
+ run: |
+ echo "Changed files on success:"
+ echo "${{ steps.changed-files.outputs.all_changed_files }}"
+
+ on-failure:
+ runs-on: ubuntu-latest
+ if: ${{ github.event.workflow_run.conclusion == 'failure' }}
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+
+ - name: Get changed files
+ id: changed-files
+ uses: ./
+
+ - name: Echo list of changed files on failure
+ run: |
+ echo "Changed files on failure:"
+ echo "${{ steps.changed-files.outputs.all_changed_files }}"
diff --git a/.gitignore b/.gitignore
index bab92446..89441115 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,107 @@
-.idea/
-.envrc
-tag.sh
-untag.sh
+# Dependency directory
+node_modules
+
+# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+lerna-debug.log*
+
+# Diagnostic reports (https://nodejs.org/api/report.html)
+report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
+
+# Runtime data
+pids
+*.pid
+*.seed
+*.pid.lock
+
+# Directory for instrumented libs generated by jscoverage/JSCover
+lib-cov
+
+# Coverage directory used by tools like istanbul
+coverage
+*.lcov
+
+# nyc test coverage
+.nyc_output
+
+# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
+.grunt
+
+# Bower dependency directory (https://bower.io/)
+bower_components
+
+# node-waf configuration
+.lock-wscript
+
+# Compiled binary addons (https://nodejs.org/api/addons.html)
+build/Release
+
+# Dependency directories
+jspm_packages/
+
+# TypeScript v1 declaration files
+typings/
+
+# TypeScript cache
+*.tsbuildinfo
+
+# Optional npm cache directory
+.npm
+
+# Optional eslint cache
+.eslintcache
+
+# Optional REPL history
+.node_repl_history
+
+# Output of 'npm pack'
+*.tgz
+
+# Yarn Integrity file
+.yarn-integrity
+
+# dotenv environment variables file
+./.env
+.env/../.env
+./.env.local
+./.env/../.env.local
+.env
+.env.test
+
+# parcel-bundler cache (https://parceljs.org/)
+.cache
+
+# next.js build output
+.next
+
+# nuxt.js build output
+.nuxt
+
+# vuepress build output
+.vuepress/dist
+
+# Serverless directories
+.serverless/
+
+# FuseBox cache
+.fusebox/
+
+# DynamoDB Local files
+.dynamodb/
+
+# OS metadata
.DS_Store
+Thumbs.db
+
+# Ignore built ts files
+__tests__/runner/*
+lib/**/*
+
+# IDEA
+.idea/
+
diff --git a/.nvmrc b/.nvmrc
new file mode 100644
index 00000000..a45fd52c
--- /dev/null
+++ b/.nvmrc
@@ -0,0 +1 @@
+24
diff --git a/.prettierignore b/.prettierignore
new file mode 100644
index 00000000..21869472
--- /dev/null
+++ b/.prettierignore
@@ -0,0 +1,3 @@
+dist/
+lib/
+node_modules/
\ No newline at end of file
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644
index 00000000..bd30a265
--- /dev/null
+++ b/.prettierrc.json
@@ -0,0 +1,10 @@
+{
+ "printWidth": 80,
+ "tabWidth": 2,
+ "useTabs": false,
+ "semi": false,
+ "singleQuote": true,
+ "trailingComma": "none",
+ "bracketSpacing": false,
+ "arrowParens": "avoid"
+}
\ No newline at end of file
diff --git a/HISTORY.md b/HISTORY.md
index 1bacd390..e911a08c 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,1492 +1,9126 @@
# Changelog
-## [v24.1](https://github.com/tj-actions/changed-files/tree/v24.1) (2022-08-03)
+# [47.0.0](https://github.com/tj-actions/changed-files/compare/v46.0.5...v47.0.0) - (2025-09-13)
+
+## đ Features
+
+- Add any_added to outputs ([#2567](https://github.com/tj-actions/changed-files/issues/2567)) ([c260d49](https://github.com/tj-actions/changed-files/commit/c260d49a827b5eb266673bed7871c5d3ee9b5aef)) - (Jellyfrog)
+
+## â Remove
+
+- Commit and push step from build job ([#2538](https://github.com/tj-actions/changed-files/issues/2538)) ([be393a9](https://github.com/tj-actions/changed-files/commit/be393a90381e27c9fec2c8c2e02b00f005710145)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#2592](https://github.com/tj-actions/changed-files/issues/2592))
+
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([3dbc1e1](https://github.com/tj-actions/changed-files/commit/3dbc1e181273d808ccff822a6e00cf18b6628ef0)) - (github-actions[bot])
+- Updated README.md ([#2591](https://github.com/tj-actions/changed-files/issues/2591))
+
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([b1ccff8](https://github.com/tj-actions/changed-files/commit/b1ccff8c0892ad141d7d2de6f31e526a9dad931f)) - (github-actions[bot])
+- Updated README.md ([#2574](https://github.com/tj-actions/changed-files/issues/2574))
+
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([050a3d3](https://github.com/tj-actions/changed-files/commit/050a3d3360d29711ee9d8210fc639d902d23ad07)) - (github-actions[bot])
+
+## đ Documentation
+
+- Update link to glob patterns ([#2590](https://github.com/tj-actions/changed-files/issues/2590)) ([a892f50](https://github.com/tj-actions/changed-files/commit/a892f50f7a7187bc288633c09230b09ce7ad8fd0)) - (Tonye Jack)
+- Add Jellyfrog as a contributor for code, and doc ([#2573](https://github.com/tj-actions/changed-files/issues/2573)) ([f000a9b](https://github.com/tj-actions/changed-files/commit/f000a9b97f254f9590ff26f651cccde827ad36da)) - (allcontributors[bot])
+
+## đ§Ē Testing
+
+- Manual triggered workflows ([#2637](https://github.com/tj-actions/changed-files/issues/2637)) ([c2ca249](https://github.com/tj-actions/changed-files/commit/c2ca2493190021783138cb8aac49bcee14b4bb89)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps-dev:** Bump jest from 30.0.5 to 30.1.3 ([#2655](https://github.com/tj-actions/changed-files/issues/2655)) ([9a67555](https://github.com/tj-actions/changed-files/commit/9a6755550a331fdcc8ec45443738933f8fa22eea)) - (dependabot[bot])
+- **deps:** Bump tj-actions/git-cliff from 2.1.0 to 2.2.0 ([#2660](https://github.com/tj-actions/changed-files/issues/2660)) ([b67e30d](https://github.com/tj-actions/changed-files/commit/b67e30df88f43e244f4e83775e5ad8335114fb95)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.30.2 to 3.30.3 ([#2661](https://github.com/tj-actions/changed-files/issues/2661)) ([62aef42](https://github.com/tj-actions/changed-files/commit/62aef422ffa195474d80d73387535cf4622b2824)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.29.11 to 3.30.2 ([#2659](https://github.com/tj-actions/changed-files/issues/2659)) ([e874f3c](https://github.com/tj-actions/changed-files/commit/e874f3cddd0f54ae776e6995ae6dae4cf40fd3d3)) - (dependabot[bot])
+- **deps:** Bump actions/setup-node from 4.4.0 to 5.0.0 ([#2656](https://github.com/tj-actions/changed-files/issues/2656)) ([8c14441](https://github.com/tj-actions/changed-files/commit/8c14441336bb3d84fd6b7fa83b6d7201c740baf5)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 24.3.0 to 24.3.1 ([#2657](https://github.com/tj-actions/changed-files/issues/2657)) ([e995ac4](https://github.com/tj-actions/changed-files/commit/e995ac4be5be2bcb6e29556edc51fb63aca6b49b)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 24.2.1 to 24.3.0 ([#2649](https://github.com/tj-actions/changed-files/issues/2649)) ([3b04099](https://github.com/tj-actions/changed-files/commit/3b04099b21072562f07469c10deb182b24236ca9)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.29.9 to 3.29.11 ([#2651](https://github.com/tj-actions/changed-files/issues/2651)) ([e7b6c97](https://github.com/tj-actions/changed-files/commit/e7b6c977e51984988e3cc1d6b18abe2a3ba8daaa)) - (dependabot[bot])
+- **deps:** Bump tj-actions/git-cliff from 2.0.2 to 2.1.0 ([#2648](https://github.com/tj-actions/changed-files/issues/2648)) ([765d62b](https://github.com/tj-actions/changed-files/commit/765d62bc041415a5b494ef13d02d566128b25973)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.29.8 to 3.29.9 ([#2647](https://github.com/tj-actions/changed-files/issues/2647)) ([2036da1](https://github.com/tj-actions/changed-files/commit/2036da178f85576f1940fedb74bb93a36cd89ab7)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.29.7 to 3.29.8 ([#2644](https://github.com/tj-actions/changed-files/issues/2644)) ([239aef8](https://github.com/tj-actions/changed-files/commit/239aef84a5502c79a1cea96e495d17588c66c659)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 24.2.0 to 24.2.1 ([#2645](https://github.com/tj-actions/changed-files/issues/2645)) ([a7d5f5f](https://github.com/tj-actions/changed-files/commit/a7d5f5f4919b6dbc6d3a3689887964361e8dd88f)) - (dependabot[bot])
+- **deps:** Bump actions/checkout from 4.2.2 to 5.0.0 ([#2646](https://github.com/tj-actions/changed-files/issues/2646)) ([5107f3a](https://github.com/tj-actions/changed-files/commit/5107f3abcc0c3737db51e2949f181e2c197d4d5b)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 24.1.0 to 24.2.0 ([#2640](https://github.com/tj-actions/changed-files/issues/2640)) ([f963b3f](https://github.com/tj-actions/changed-files/commit/f963b3f3562b00b6d2dd25efc390eb04e51ef6c6)) - (dependabot[bot])
+- **deps:** Bump actions/download-artifact from 4.3.0 to 5.0.0 ([#2641](https://github.com/tj-actions/changed-files/issues/2641)) ([f956744](https://github.com/tj-actions/changed-files/commit/f956744105e18d78bba3844a1199ce43d6503017)) - (dependabot[bot])
+- **deps:** Bump yaml from 2.8.0 to 2.8.1 ([#2642](https://github.com/tj-actions/changed-files/issues/2642)) ([9009bab](https://github.com/tj-actions/changed-files/commit/9009babdfafec9874564eacad3fb7006205ba31a)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-plugin-prettier from 5.5.3 to 5.5.4 ([#2643](https://github.com/tj-actions/changed-files/issues/2643)) ([2ecafed](https://github.com/tj-actions/changed-files/commit/2ecafed8a9a7bcf95ff103a3753b27e044af2736)) - (dependabot[bot])
+- **deps:** Bump tj-actions/eslint-changed-files from 25.3.1 to 25.3.2 ([#2638](https://github.com/tj-actions/changed-files/issues/2638)) ([8cdfb76](https://github.com/tj-actions/changed-files/commit/8cdfb7636d150253dee416a80f11c67f5ba7e9be)) - (dependabot[bot])
+- **deps-dev:** Bump ts-jest from 29.4.0 to 29.4.1 ([#2639](https://github.com/tj-actions/changed-files/issues/2639)) ([087c158](https://github.com/tj-actions/changed-files/commit/087c158d0f1269d7ac8571378b39f3130f96a736)) - (dependabot[bot])
+- **deps:** Bump tj-actions/branch-names from 9.0.1 to 9.0.2 ([#2636](https://github.com/tj-actions/changed-files/issues/2636)) ([94d97fe](https://github.com/tj-actions/changed-files/commit/94d97fe3f88298bf8b2f2db6fa2ab150f3c1ab77)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.29.4 to 3.29.5 ([#2635](https://github.com/tj-actions/changed-files/issues/2635)) ([18b05b9](https://github.com/tj-actions/changed-files/commit/18b05b98fcd9dc0bd3870d7a6571535999ba0c3f)) - (dependabot[bot])
+- **deps:** Bump tj-actions/git-cliff from 1.5.0 to 2.0.2 ([#2632](https://github.com/tj-actions/changed-files/issues/2632)) ([db8d0bf](https://github.com/tj-actions/changed-files/commit/db8d0bfea5a44e51abd5dc1454386c668ae901f9)) - (dependabot[bot])
+- **deps:** Bump tj-actions/branch-names from 8.2.1 to 9.0.1 ([#2633](https://github.com/tj-actions/changed-files/issues/2633)) ([0e2e8f7](https://github.com/tj-actions/changed-files/commit/0e2e8f70c5c6854ee9ff9f94bc2f1b9e7fcead78)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 24.0.15 to 24.1.0 ([#2626](https://github.com/tj-actions/changed-files/issues/2626)) ([5f2e971](https://github.com/tj-actions/changed-files/commit/5f2e971c1fcf53fda99e27a542f5e79cff0e7059)) - (dependabot[bot])
+- **deps-dev:** Bump jest from 30.0.4 to 30.0.5 ([#2627](https://github.com/tj-actions/changed-files/issues/2627)) ([498cf3f](https://github.com/tj-actions/changed-files/commit/498cf3f89140b3c7b8353c5ae1354765717026ad)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.29.3 to 3.29.4 ([#2628](https://github.com/tj-actions/changed-files/issues/2628)) ([8378ac8](https://github.com/tj-actions/changed-files/commit/8378ac87b7b199cd230495c133c4f6b19215e757)) - (dependabot[bot])
+- **deps:** Bump nrwl/nx-set-shas from 4.3.0 to 4.3.3 ([#2630](https://github.com/tj-actions/changed-files/issues/2630)) ([4bfe3cb](https://github.com/tj-actions/changed-files/commit/4bfe3cb5bd6f0db4dc8668c4d6bef45ccf2b8ab5)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.29.2 to 3.29.3 ([#2625](https://github.com/tj-actions/changed-files/issues/2625)) ([a0370f6](https://github.com/tj-actions/changed-files/commit/a0370f61698fcac830a08949da9fdf96ea0f3ab7)) - (dependabot[bot])
+- **deps:** Bump codacy/codacy-analysis-cli-action from 4.4.5 to 4.4.7 ([#2620](https://github.com/tj-actions/changed-files/issues/2620)) ([4662f28](https://github.com/tj-actions/changed-files/commit/4662f28b04a04c9b3c760178bc00690771ba6fe1)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-plugin-prettier from 5.5.1 to 5.5.3 ([#2622](https://github.com/tj-actions/changed-files/issues/2622)) ([bc785e0](https://github.com/tj-actions/changed-files/commit/bc785e050c57bab9f336bcf4d78850a1cc7c9d6e)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 24.0.13 to 24.0.15 ([#2623](https://github.com/tj-actions/changed-files/issues/2623)) ([2d9b737](https://github.com/tj-actions/changed-files/commit/2d9b73795afee4f6ef43869620132c2ee912d729)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-config-prettier from 10.1.5 to 10.1.8 ([#2624](https://github.com/tj-actions/changed-files/issues/2624)) ([d22a233](https://github.com/tj-actions/changed-files/commit/d22a233bae62ff20db2ce6839a6ac8784d252d14)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 24.0.12 to 24.0.13 ([#2617](https://github.com/tj-actions/changed-files/issues/2617)) ([0559708](https://github.com/tj-actions/changed-files/commit/055970845dd036d7345da7399b7e89f2e10f2b04)) - (dependabot[bot])
+- **deps-dev:** Bump @types/lodash from 4.17.19 to 4.17.20 ([#2613](https://github.com/tj-actions/changed-files/issues/2613)) ([5f66af5](https://github.com/tj-actions/changed-files/commit/5f66af5912c4f9c360c03a612f98606fb0f83790)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 24.0.10 to 24.0.12 ([#2616](https://github.com/tj-actions/changed-files/issues/2616)) ([df49d58](https://github.com/tj-actions/changed-files/commit/df49d58c47191ccb3c6383702a9a4dd3b623f050)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.29.1 to 3.29.2 ([#2612](https://github.com/tj-actions/changed-files/issues/2612)) ([cf79a64](https://github.com/tj-actions/changed-files/commit/cf79a64fed8a943fb1073260883d08fe0dfb4e56)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 24.0.7 to 24.0.10 ([#2614](https://github.com/tj-actions/changed-files/issues/2614)) ([8dc8049](https://github.com/tj-actions/changed-files/commit/8dc8049ce883048a7bab794a2097c5b2cc7bb711)) - (dependabot[bot])
+- **deps-dev:** Bump jest from 30.0.3 to 30.0.4 ([#2615](https://github.com/tj-actions/changed-files/issues/2615)) ([6118952](https://github.com/tj-actions/changed-files/commit/61189527f975fab46e8d2457aa0ff20eb0b7aa38)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-plugin-prettier from 5.4.1 to 5.5.1 ([#2607](https://github.com/tj-actions/changed-files/issues/2607)) ([e8772ff](https://github.com/tj-actions/changed-files/commit/e8772ff27de71367c2771ef3e8b5b2075b3f8282)) - (dependabot[bot])
+- **deps-dev:** Bump jest and @types/jest ([#2604](https://github.com/tj-actions/changed-files/issues/2604)) ([8917c3a](https://github.com/tj-actions/changed-files/commit/8917c3a23b0dc052b642e89847fc769073ff600d)) - (dependabot[bot])
+- **deps-dev:** Bump @types/lodash from 4.17.17 to 4.17.19 ([#2605](https://github.com/tj-actions/changed-files/issues/2605)) ([8e3d814](https://github.com/tj-actions/changed-files/commit/8e3d814e36cb27e56c561abb1a12897cc89e33c1)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.29.0 to 3.29.1 ([#2608](https://github.com/tj-actions/changed-files/issues/2608)) ([6da46bc](https://github.com/tj-actions/changed-files/commit/6da46bc98b0481a8796c6d34679b82c904fef411)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 24.0.1 to 24.0.7 ([#2609](https://github.com/tj-actions/changed-files/issues/2609)) ([95dea81](https://github.com/tj-actions/changed-files/commit/95dea818c45063250506e6b380ed29dc4a8bd0be)) - (dependabot[bot])
+- **deps-dev:** Bump prettier from 3.5.3 to 3.6.2 ([#2610](https://github.com/tj-actions/changed-files/issues/2610)) ([6b214c1](https://github.com/tj-actions/changed-files/commit/6b214c123747820a61e74fd2b04781657323690d)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-plugin-jest from 28.13.5 to 29.0.1 ([#2600](https://github.com/tj-actions/changed-files/issues/2600)) ([666c9d2](https://github.com/tj-actions/changed-files/commit/666c9d29007687c52e3c7aa2aac6c0ffcadeadc3)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 22.15.26 to 24.0.1 ([#2587](https://github.com/tj-actions/changed-files/issues/2587)) ([d52d20f](https://github.com/tj-actions/changed-files/commit/d52d20fa3f981cb852b861fd8f55308b5fe29637)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-plugin-prettier from 5.4.0 to 5.4.1 ([#2578](https://github.com/tj-actions/changed-files/issues/2578)) ([f1c0eb9](https://github.com/tj-actions/changed-files/commit/f1c0eb959957d4094cf86adeb8bb4852f373e197)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-plugin-jest from 28.13.0 to 28.13.3 ([#2585](https://github.com/tj-actions/changed-files/issues/2585)) ([944a0f7](https://github.com/tj-actions/changed-files/commit/944a0f723952a370222de3178b25805235c65933)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.28.18 to 3.29.0 ([#2588](https://github.com/tj-actions/changed-files/issues/2588)) ([7a7221b](https://github.com/tj-actions/changed-files/commit/7a7221b7baecf19ec83f6a411a2670a43174c883)) - (dependabot[bot])
+- **deps-dev:** Bump ts-jest from 29.3.4 to 29.4.0 ([#2589](https://github.com/tj-actions/changed-files/issues/2589)) ([5ca5422](https://github.com/tj-actions/changed-files/commit/5ca5422070674a4bb487ecebf3c33251f3723c9b)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-plugin-jest from 28.12.0 to 28.13.0 ([#2583](https://github.com/tj-actions/changed-files/issues/2583)) ([4140eb9](https://github.com/tj-actions/changed-files/commit/4140eb99d2cced9bfd78375c2088371853262f79)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-plugin-jest from 28.11.0 to 28.12.0 ([#2575](https://github.com/tj-actions/changed-files/issues/2575)) ([1158705](https://github.com/tj-actions/changed-files/commit/115870536a85eaf050e369291c7895748ff12aea)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 22.15.24 to 22.15.26 ([#2576](https://github.com/tj-actions/changed-files/issues/2576)) ([48aea2e](https://github.com/tj-actions/changed-files/commit/48aea2e1ab598202feb33bfd4df18f25cf0bf56a)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 22.15.21 to 22.15.24 ([#2572](https://github.com/tj-actions/changed-files/issues/2572)) ([7a9a6d2](https://github.com/tj-actions/changed-files/commit/7a9a6d21056d4fc643159b536584c95a903da077)) - (dependabot[bot])
+- Update build job to fail when there are uncommited changes ([#2571](https://github.com/tj-actions/changed-files/issues/2571)) ([abda8aa](https://github.com/tj-actions/changed-files/commit/abda8aa2d055f53806b6d35f984ea80315fab52b)) - (Tonye Jack)
+- **deps:** Bump github/codeql-action from 3.28.17 to 3.28.18 ([#2564](https://github.com/tj-actions/changed-files/issues/2564)) ([c6634ca](https://github.com/tj-actions/changed-files/commit/c6634ca281a9fc05b03bee224ba00910cb78ab6e)) - (dependabot[bot])
+- **deps:** Bump @octokit/rest from 21.1.1 to 22.0.0 ([#2568](https://github.com/tj-actions/changed-files/issues/2568)) ([860b02d](https://github.com/tj-actions/changed-files/commit/860b02dbf9f4dfded5b31c3ef9eca758918910b2)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 22.15.17 to 22.15.21 ([#2566](https://github.com/tj-actions/changed-files/issues/2566)) ([3981e4f](https://github.com/tj-actions/changed-files/commit/3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57)) - (dependabot[bot])
+- **deps-dev:** Bump ts-jest from 29.3.2 to 29.3.4 ([#2563](https://github.com/tj-actions/changed-files/issues/2563)) ([403a8a6](https://github.com/tj-actions/changed-files/commit/403a8a6fd188648f8a5adab2047d8eab5c0a4b34)) - (dependabot[bot])
+- **deps:** Bump yaml from 2.7.1 to 2.8.0 ([#2561](https://github.com/tj-actions/changed-files/issues/2561)) ([5c5e8c9](https://github.com/tj-actions/changed-files/commit/5c5e8c9b886c1ff1c08a9df23b1ee6e0c0d44001)) - (dependabot[bot])
+- **deps-dev:** Bump @types/lodash from 4.17.16 to 4.17.17 ([#2565](https://github.com/tj-actions/changed-files/issues/2565)) ([d869ace](https://github.com/tj-actions/changed-files/commit/d869acea438612407cf27745d747734afb0140db)) - (dependabot[bot])
+- **deps:** Bump @actions/github from 6.0.0 to 6.0.1 ([#2556](https://github.com/tj-actions/changed-files/issues/2556)) ([480f494](https://github.com/tj-actions/changed-files/commit/480f49412651059a414a6a5c96887abb1877de8a)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 22.15.14 to 22.15.17 ([#2557](https://github.com/tj-actions/changed-files/issues/2557)) ([405524a](https://github.com/tj-actions/changed-files/commit/405524a214f00911f11de2cd3a9a36902ddafa52)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-config-prettier from 10.1.2 to 10.1.5 ([#2558](https://github.com/tj-actions/changed-files/issues/2558)) ([b6970c4](https://github.com/tj-actions/changed-files/commit/b6970c44e602dd27272fdfc4e3cf76054f721d15)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.28.16 to 3.28.17 ([#2551](https://github.com/tj-actions/changed-files/issues/2551)) ([11fe0a2](https://github.com/tj-actions/changed-files/commit/11fe0a22639570798676000acac7be726130b5ee)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 22.15.3 to 22.15.10 ([#2552](https://github.com/tj-actions/changed-files/issues/2552)) ([e7b157b](https://github.com/tj-actions/changed-files/commit/e7b157b1c4ad44acfc8d9be14b8cd8f5058636e3)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-plugin-prettier from 5.2.6 to 5.4.0 ([#2553](https://github.com/tj-actions/changed-files/issues/2553)) ([9132e03](https://github.com/tj-actions/changed-files/commit/9132e0305b2a924727467f54f064d30bc85d67c1)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 22.15.0 to 22.15.3 ([#2548](https://github.com/tj-actions/changed-files/issues/2548)) ([4168bb4](https://github.com/tj-actions/changed-files/commit/4168bb487d5b82227665ab4ec90b67ce02691741)) - (dependabot[bot])
+- **deps:** Bump actions/download-artifact from 4.2.1 to 4.3.0 ([#2545](https://github.com/tj-actions/changed-files/issues/2545)) ([5426ecc](https://github.com/tj-actions/changed-files/commit/5426ecc3f5c2b10effaefbd374f0abdc6a571b2f)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 22.14.1 to 22.15.0 ([#2544](https://github.com/tj-actions/changed-files/issues/2544)) ([513a44e](https://github.com/tj-actions/changed-files/commit/513a44e6095ccea82c33927169db11eb75f72791)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.28.15 to 3.28.16 ([#2542](https://github.com/tj-actions/changed-files/issues/2542)) ([46e217d](https://github.com/tj-actions/changed-files/commit/46e217dc3e3b2601594036314ca9212588075592)) - (dependabot[bot])
+- **deps:** Bump actions/setup-node from 4.3.0 to 4.4.0 ([#2539](https://github.com/tj-actions/changed-files/issues/2539)) ([c34c1c1](https://github.com/tj-actions/changed-files/commit/c34c1c13a740b06851baff92ab9a653d93ad6ce7)) - (dependabot[bot])
+- **deps-dev:** Bump ts-jest from 29.3.1 to 29.3.2 ([#2536](https://github.com/tj-actions/changed-files/issues/2536)) ([52c3beb](https://github.com/tj-actions/changed-files/commit/52c3beb9971d42006b24e86bf3ea3fff18dde67f)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 22.14.0 to 22.14.1 ([#2537](https://github.com/tj-actions/changed-files/issues/2537)) ([ea3010b](https://github.com/tj-actions/changed-files/commit/ea3010bc88ae93076e154efd9eb64d1f5e6993f9)) - (dependabot[bot])
+- **deps:** Bump tj-actions/branch-names from 8.1.0 to 8.2.1 ([#2535](https://github.com/tj-actions/changed-files/issues/2535)) ([9b4bb2b](https://github.com/tj-actions/changed-files/commit/9b4bb2bedb217d3ede225b6b07ebde713177cd8f)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-config-prettier from 10.1.1 to 10.1.2 ([#2532](https://github.com/tj-actions/changed-files/issues/2532)) ([9934ab3](https://github.com/tj-actions/changed-files/commit/9934ab3fdf63239da75d9e0fbd339c48620c72c4)) - (dependabot[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v24...v24.1)
+## âŦī¸ Upgrades
-**Implemented enhancements:**
+- To node24 ([#2662](https://github.com/tj-actions/changed-files/issues/2662)) ([24d32ff](https://github.com/tj-actions/changed-files/commit/24d32ffd492484c1d75e0c0b894501ddb9d30d62)) - (Tonye Jack)
+- Upgraded to v46.0.5 ([#2531](https://github.com/tj-actions/changed-files/issues/2531))
-- \[Feature\] Execute against master [\#556](https://github.com/tj-actions/changed-files/issues/556)
-- \[Feature\] implement an outputs for matrix compatible jobs [\#530](https://github.com/tj-actions/changed-files/issues/530)
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([db731a1](https://github.com/tj-actions/changed-files/commit/db731a131ccd81ed52a3d463b6d2a4b2856c7ec9)) - (github-actions[bot])
-**Fixed bugs:**
+# [46.0.5](https://github.com/tj-actions/changed-files/compare/v46.0.4...v46.0.5) - (2025-04-09)
-- \[BUG\] Separator removing double-quotes [\#545](https://github.com/tj-actions/changed-files/issues/545)
+## âī¸ Miscellaneous Tasks
-**Merged pull requests:**
+- **deps:** Bump yaml from 2.7.0 to 2.7.1 ([#2520](https://github.com/tj-actions/changed-files/issues/2520)) ([ed68ef8](https://github.com/tj-actions/changed-files/commit/ed68ef82c095e0d48ec87eccea555d944a631a4c)) - (dependabot[bot])
+- **deps-dev:** Bump typescript from 5.8.2 to 5.8.3 ([#2516](https://github.com/tj-actions/changed-files/issues/2516)) ([a7bc14b](https://github.com/tj-actions/changed-files/commit/a7bc14b808f23d3b467a4079c69a81f1a4500fd5)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 22.13.11 to 22.14.0 ([#2517](https://github.com/tj-actions/changed-files/issues/2517)) ([3d751f6](https://github.com/tj-actions/changed-files/commit/3d751f6b6d84071a17e1b9cf4ed79a80a27dd0ab)) - (dependabot[bot])
+- **deps-dev:** Bump eslint-plugin-prettier from 5.2.3 to 5.2.6 ([#2519](https://github.com/tj-actions/changed-files/issues/2519)) ([e2fda4e](https://github.com/tj-actions/changed-files/commit/e2fda4ec3cb0bc2a353843cae823430b3124db8f)) - (dependabot[bot])
+- **deps-dev:** Bump ts-jest from 29.2.6 to 29.3.1 ([#2518](https://github.com/tj-actions/changed-files/issues/2518)) ([0bed1b1](https://github.com/tj-actions/changed-files/commit/0bed1b1132ec4879a39a2d624cf82a00d0bcfa48)) - (dependabot[bot])
+- **deps:** Bump github/codeql-action from 3.28.12 to 3.28.15 ([#2530](https://github.com/tj-actions/changed-files/issues/2530)) ([6802458](https://github.com/tj-actions/changed-files/commit/68024587dc36f49685c96d59d3f1081830f968bb)) - (dependabot[bot])
+- **deps:** Bump tj-actions/branch-names from 8.0.1 to 8.1.0 ([#2521](https://github.com/tj-actions/changed-files/issues/2521)) ([cf2e39e](https://github.com/tj-actions/changed-files/commit/cf2e39e86bf842d1f9bc5bca56c0a6b207cca792)) - (dependabot[bot])
+- **deps:** Bump tj-actions/verify-changed-files from 20.0.1 to 20.0.4 ([#2523](https://github.com/tj-actions/changed-files/issues/2523)) ([6abeaa5](https://github.com/tj-actions/changed-files/commit/6abeaa506a419f85fa9e681260b443adbeebb3d4)) - (dependabot[bot])
-- fix: bug with matrix job [\#560](https://github.com/tj-actions/changed-files/pull/560) ([jackton1](https://github.com/jackton1))
-- fix: bug with matrix job [\#559](https://github.com/tj-actions/changed-files/pull/559) ([jackton1](https://github.com/jackton1))
-- chore: update action name [\#558](https://github.com/tj-actions/changed-files/pull/558) ([jackton1](https://github.com/jackton1))
-- feat: add support for json formatted output. [\#557](https://github.com/tj-actions/changed-files/pull/557) ([jackton1](https://github.com/jackton1))
-- Upgraded to v24 [\#555](https://github.com/tj-actions/changed-files/pull/555) ([jackton1](https://github.com/jackton1))
+## âŦī¸ Upgrades
-## [v24](https://github.com/tj-actions/changed-files/tree/v24) (2022-07-22)
+- Upgraded to v46.0.4 ([#2511](https://github.com/tj-actions/changed-files/issues/2511))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v23.2...v24)
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([6f67ee9](https://github.com/tj-actions/changed-files/commit/6f67ee9ac810f0192ea7b3d2086406f97847bcf9)) - (github-actions[bot])
-**Fixed bugs:**
+# [46.0.4](https://github.com/tj-actions/changed-files/compare/v46.0.3...v46.0.4) - (2025-04-03)
-- \[BUG\] PREVIOUS\_SHA & CURRENT\_SHA is the same when re-running a workflow, causing changed-files to be empty [\#547](https://github.com/tj-actions/changed-files/issues/547)
-- \[BUG\] Keep the same commit SHA between workflows [\#543](https://github.com/tj-actions/changed-files/issues/543)
+## đ Bug Fixes
-**Merged pull requests:**
+- Bug modified_keys and changed_key outputs not set when no changes detected ([#2509](https://github.com/tj-actions/changed-files/issues/2509)) ([6cb76d0](https://github.com/tj-actions/changed-files/commit/6cb76d07bee4c9772c6882c06c37837bf82a04d3)) - (Tonye Jack)
-- fix: error raised for the first repo commit [\#554](https://github.com/tj-actions/changed-files/pull/554) ([jackton1](https://github.com/jackton1))
-- chore: Update README.md [\#553](https://github.com/tj-actions/changed-files/pull/553) ([jackton1](https://github.com/jackton1))
-- chore: update README.md [\#552](https://github.com/tj-actions/changed-files/pull/552) ([jackton1](https://github.com/jackton1))
-- Upgraded to v23.2 [\#551](https://github.com/tj-actions/changed-files/pull/551) ([jackton1](https://github.com/jackton1))
+## đ Documentation
-## [v23.2](https://github.com/tj-actions/changed-files/tree/v23.2) (2022-07-18)
+- Update readme ([#2508](https://github.com/tj-actions/changed-files/issues/2508)) ([b74df86](https://github.com/tj-actions/changed-files/commit/b74df86ccb65173a8e33ba5492ac1a2ca6b216fd)) - (Tonye Jack)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v23.1...v23.2)
+## âŦī¸ Upgrades
-**Fixed bugs:**
+- Upgraded to v46.0.3 ([#2506](https://github.com/tj-actions/changed-files/issues/2506))
-- \[BUG\] Repo name changed, workflows are broken [\#542](https://github.com/tj-actions/changed-files/issues/542)
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
+Co-authored-by: Tonye Jack ([27ae6b3](https://github.com/tj-actions/changed-files/commit/27ae6b33eaed7bf87272fdeb9f1c54f9facc9d99)) - (github-actions[bot])
-**Closed issues:**
+# [46.0.3](https://github.com/tj-actions/changed-files/compare/v46.0.2...v46.0.3) - (2025-03-23)
-- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27)
+## đ Update
-**Merged pull requests:**
+- Updated README.md ([#2501](https://github.com/tj-actions/changed-files/issues/2501))
-- feat: fix bug with similar commit hashes. [\#549](https://github.com/tj-actions/changed-files/pull/549) ([jackton1](https://github.com/jackton1))
-- chore: update readme [\#544](https://github.com/tj-actions/changed-files/pull/544) ([jackton1](https://github.com/jackton1))
-- chore\(deps\): update tj-actions/github-changelog-generator action to v1.14 [\#541](https://github.com/tj-actions/changed-files/pull/541) ([renovate[bot]](https://github.com/apps/renovate))
-- Updated README.md [\#540](https://github.com/tj-actions/changed-files/pull/540) ([jackton1](https://github.com/jackton1))
-- chore: update test [\#539](https://github.com/tj-actions/changed-files/pull/539) ([jackton1](https://github.com/jackton1))
-- chore: update README.md [\#538](https://github.com/tj-actions/changed-files/pull/538) ([jackton1](https://github.com/jackton1))
-- docs: add JoeOvo as a contributor for doc [\#537](https://github.com/tj-actions/changed-files/pull/537) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- Update README.md [\#536](https://github.com/tj-actions/changed-files/pull/536) ([JoeOvo](https://github.com/JoeOvo))
-- Upgraded to v23.1 [\#535](https://github.com/tj-actions/changed-files/pull/535) ([jackton1](https://github.com/jackton1))
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([41e0de5](https://github.com/tj-actions/changed-files/commit/41e0de576a0f2b64d9f06f2773f539109e55a70a)) - (github-actions[bot])
+- Updated README.md ([#2499](https://github.com/tj-actions/changed-files/issues/2499))
-## [v23.1](https://github.com/tj-actions/changed-files/tree/v23.1) (2022-06-24)
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([9457878](https://github.com/tj-actions/changed-files/commit/945787811a795cd840a1157ac590dd7827a05c8e)) - (github-actions[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v23...v23.1)
+## đ Documentation
-**Fixed bugs:**
+- Remove warning ([#2504](https://github.com/tj-actions/changed-files/issues/2504)) ([8132356](https://github.com/tj-actions/changed-files/commit/813235684248c47a3518575ef56906084b59e7e8)) - (Tonye Jack)
-- \[BUG\] Misleading error if git command is missing [\#532](https://github.com/tj-actions/changed-files/issues/532)
+## âī¸ Miscellaneous Tasks
-**Merged pull requests:**
+- **deps:** Bump test/demo from `5dfac2e` to `c6bd3b3` ([#2505](https://github.com/tj-actions/changed-files/issues/2505)) ([823fceb](https://github.com/tj-actions/changed-files/commit/823fcebdb31bb35fdf2229d9f769b400309430d0)) - (dependabot[bot])
+- Pin github actions ([#2503](https://github.com/tj-actions/changed-files/issues/2503)) ([7a369a7](https://github.com/tj-actions/changed-files/commit/7a369a71758acce79205e5145cb728a08ae607fb)) - (Tonye Jack)
+- **deps-dev:** Bump @types/node from 22.13.10 to 22.13.11 ([#2502](https://github.com/tj-actions/changed-files/issues/2502)) ([9468856](https://github.com/tj-actions/changed-files/commit/9468856c2214566e4f7d96d3a018fb3e889a4d6d)) - (dependabot[bot])
-- chore: removed unused code [\#534](https://github.com/tj-actions/changed-files/pull/534) ([jackton1](https://github.com/jackton1))
-- chore: improve error handling [\#533](https://github.com/tj-actions/changed-files/pull/533) ([jackton1](https://github.com/jackton1))
-- chore\(deps\): update tj-actions/verify-changed-files action to v10 [\#531](https://github.com/tj-actions/changed-files/pull/531) ([renovate[bot]](https://github.com/apps/renovate))
-- Updated README.md [\#528](https://github.com/tj-actions/changed-files/pull/528) ([jackton1](https://github.com/jackton1))
-- chore\(deps\): update codacy/codacy-analysis-cli-action action to v4.1.0 [\#527](https://github.com/tj-actions/changed-files/pull/527) ([renovate[bot]](https://github.com/apps/renovate))
-- docs: add deronnax as a contributor for doc [\#526](https://github.com/tj-actions/changed-files/pull/526) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- fix mispellings [\#525](https://github.com/tj-actions/changed-files/pull/525) ([deronnax](https://github.com/deronnax))
-- chore: reformat manual-test.yml [\#524](https://github.com/tj-actions/changed-files/pull/524) ([jackton1](https://github.com/jackton1))
-- Upgraded to v23 [\#523](https://github.com/tj-actions/changed-files/pull/523) ([jackton1](https://github.com/jackton1))
+## âŦī¸ Upgrades
-## [v23](https://github.com/tj-actions/changed-files/tree/v23) (2022-06-12)
+- Upgraded to v46.0.2 ([#2500](https://github.com/tj-actions/changed-files/issues/2500))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v22.2...v23)
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
+Co-authored-by: Tonye Jack ([401c722](https://github.com/tj-actions/changed-files/commit/401c7227d10aad0ed26ab13735f1b290c3bcc919)) - (github-actions[bot])
-**Implemented enhancements:**
+# [46.0.2](https://github.com/tj-actions/changed-files/compare/v46.0.1...v46.0.2) - (2025-03-22)
-- \[Feature\] Get distinct changed folders [\#504](https://github.com/tj-actions/changed-files/issues/504)
+## đ Bug Fixes
-**Fixed bugs:**
+- Update log message when attempting to locate merge base ([#2493](https://github.com/tj-actions/changed-files/issues/2493)) ([a5cad85](https://github.com/tj-actions/changed-files/commit/a5cad85977a53287a694f9509c03feb50ac58428)) - (Tonye Jack)
-- \[BUG\] Action does not work when running with `act` anymore [\#518](https://github.com/tj-actions/changed-files/issues/518)
+## â Add
-**Merged pull requests:**
+- Add hint to revoke leaked token ([#2475](https://github.com/tj-actions/changed-files/issues/2475)) ([d52b942](https://github.com/tj-actions/changed-files/commit/d52b942ee0c535798f0df9e1c05683f8e818c79b)) - (undefined)
-- feat: add support for returning directory names [\#522](https://github.com/tj-actions/changed-files/pull/522) ([jackton1](https://github.com/jackton1))
-- feat: use debug messages for log outputs [\#521](https://github.com/tj-actions/changed-files/pull/521) ([jackton1](https://github.com/jackton1))
-- chore: clean up internal variables. [\#520](https://github.com/tj-actions/changed-files/pull/520) ([jackton1](https://github.com/jackton1))
-- chore\(deps\): update peter-evans/create-pull-request action to v4.0.4 [\#519](https://github.com/tj-actions/changed-files/pull/519) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v22.2 [\#517](https://github.com/tj-actions/changed-files/pull/517) ([jackton1](https://github.com/jackton1))
+## đ Update
-## [v22.2](https://github.com/tj-actions/changed-files/tree/v22.2) (2022-06-02)
+- Updated README.md ([#2496](https://github.com/tj-actions/changed-files/issues/2496))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v22.1...v22.2)
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([9cc867c](https://github.com/tj-actions/changed-files/commit/9cc867cd4a5df418b1538ffecaaef26144a0e51f)) - (github-actions[bot])
+- Updated README.md ([#2492](https://github.com/tj-actions/changed-files/issues/2492))
-**Fixed bugs:**
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([f2f439b](https://github.com/tj-actions/changed-files/commit/f2f439bb2f890f0ec22e3ca95985b46003688a8f)) - (github-actions[bot])
+- Updated README.md ([#2479](https://github.com/tj-actions/changed-files/issues/2479))
-- \[BUG\] "Unable to locate the current sha" when using `use_fork_point ` [\#506](https://github.com/tj-actions/changed-files/issues/506)
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([531f5f7](https://github.com/tj-actions/changed-files/commit/531f5f7d163941f0c1c04e0ff4d8bb243ac4366f)) - (github-actions[bot])
+- Updated README.md ([#2476](https://github.com/tj-actions/changed-files/issues/2476))
-**Merged pull requests:**
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([9237eb7](https://github.com/tj-actions/changed-files/commit/9237eb7a0f95c801719e6224d45095d4dda0f9bd)) - (github-actions[bot])
-- Updated README.md [\#516](https://github.com/tj-actions/changed-files/pull/516) ([jackton1](https://github.com/jackton1))
-- feat: add support for configuring diff.relative [\#515](https://github.com/tj-actions/changed-files/pull/515) ([jackton1](https://github.com/jackton1))
-- Upgraded to v22.1 [\#514](https://github.com/tj-actions/changed-files/pull/514) ([jackton1](https://github.com/jackton1))
+## đ Documentation
-## [v22.1](https://github.com/tj-actions/changed-files/tree/v22.1) (2022-05-31)
+- Add undefined-moe as a contributor for doc ([#2498](https://github.com/tj-actions/changed-files/issues/2498)) ([26a3863](https://github.com/tj-actions/changed-files/commit/26a38635fc1173cc5820336ce97be6188d0de9f5)) - (allcontributors[bot])
+- Update update-readme.yml to use commit hashes in the docs ([#2495](https://github.com/tj-actions/changed-files/issues/2495)) ([3a33fa9](https://github.com/tj-actions/changed-files/commit/3a33fa99abc9ece6c239626365fb8bead3882018)) - (Tonye Jack)
+- Add RajendraP as a contributor for doc ([#2491](https://github.com/tj-actions/changed-files/issues/2491)) ([678ecec](https://github.com/tj-actions/changed-files/commit/678ecec17288a6a0f240e421c22d5641e0d4e8d7)) - (allcontributors[bot])
+- Update versions ([#2488](https://github.com/tj-actions/changed-files/issues/2488)) ([6482371](https://github.com/tj-actions/changed-files/commit/6482371e862961013f9584015cf362c4f664b20c)) - (Tonye Jack)
+- Remove link to commit ([#2481](https://github.com/tj-actions/changed-files/issues/2481)) ([0fee5fb](https://github.com/tj-actions/changed-files/commit/0fee5fb278312d962ff465bb38dc4cae9f446de2)) - (Tonye Jack)
+- Update README.md ([#2478](https://github.com/tj-actions/changed-files/issues/2478)) ([dccd194](https://github.com/tj-actions/changed-files/commit/dccd1949addfa3d93d458019c5495581c620b00c)) - (Tonye Jack)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v22...v22.1)
+## âī¸ Miscellaneous Tasks
-**Merged pull requests:**
+- Update sync-release-version.yml to use commit hash for tags in docs ([#2497](https://github.com/tj-actions/changed-files/issues/2497)) ([a530a27](https://github.com/tj-actions/changed-files/commit/a530a27a793d93d428bac022c621a9ed52f75efd)) - (Tonye Jack)
+- **deps:** Bump actions/setup-node from 4.2.0 to 4.3.0 ([#2484](https://github.com/tj-actions/changed-files/issues/2484)) ([0b975f6](https://github.com/tj-actions/changed-files/commit/0b975f61488402a699abcebd6a1e25924cf85218)) - (dependabot[bot])
-- chore: upgrade tj-actions/glob from v9 to v9.2 [\#513](https://github.com/tj-actions/changed-files/pull/513) ([jackton1](https://github.com/jackton1))
-- Upgraded to v22 [\#512](https://github.com/tj-actions/changed-files/pull/512) ([jackton1](https://github.com/jackton1))
+## âŦī¸ Upgrades
-## [v22](https://github.com/tj-actions/changed-files/tree/v22) (2022-05-31)
+- Upgraded to v46.0.1 ([#2474](https://github.com/tj-actions/changed-files/issues/2474))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v21...v22)
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([45fb12d](https://github.com/tj-actions/changed-files/commit/45fb12d7a8bedb4da42342e52fe054c6c2c3fd73)) - (github-actions[bot])
-**Implemented enhancements:**
+# [46.0.1](https://github.com/tj-actions/changed-files/compare/v46.0.0...v46.0.1) - (2025-03-16)
-- \[Feature\] since\_last\_passing\_remote\_commit [\#507](https://github.com/tj-actions/changed-files/issues/507)
+## đ Update
-**Merged pull requests:**
+- Updated README.md ([#2473](https://github.com/tj-actions/changed-files/issues/2473))
-- Updated README.md [\#511](https://github.com/tj-actions/changed-files/pull/511) ([jackton1](https://github.com/jackton1))
-- chore: Update README.md [\#510](https://github.com/tj-actions/changed-files/pull/510) ([jackton1](https://github.com/jackton1))
-- Bump tj-actions/glob from 7.20 to 9 [\#509](https://github.com/tj-actions/changed-files/pull/509) ([dependabot[bot]](https://github.com/apps/dependabot))
-- chore: explicitly set the GITHUB\_WORKSPACE environment variable [\#505](https://github.com/tj-actions/changed-files/pull/505) ([jackton1](https://github.com/jackton1))
-- Upgraded to v21 [\#503](https://github.com/tj-actions/changed-files/pull/503) ([jackton1](https://github.com/jackton1))
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([2f7c5bf](https://github.com/tj-actions/changed-files/commit/2f7c5bfce28377bc069a65ba478de0a74aa0ca32)) - (github-actions[bot])
+- Sync-release-version.yml to use signed commits ([#2472](https://github.com/tj-actions/changed-files/issues/2472)) ([4189ec6](https://github.com/tj-actions/changed-files/commit/4189ec62c445484531e9ad97157d990be96e88ee)) - (Tonye Jack)
-## [v21](https://github.com/tj-actions/changed-files/tree/v21) (2022-05-25)
+# [46.0.0](https://github.com/tj-actions/changed-files/compare/v45.0.9...v46.0.0) - (2025-03-16)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v20.2...v21)
+## đ Bug Fixes
-**Implemented enhancements:**
+- Update update-readme.yml to sign-commits ([#2468](https://github.com/tj-actions/changed-files/issues/2468)) ([0f1ffe6](https://github.com/tj-actions/changed-files/commit/0f1ffe61855cb317d5fd66122c14dc0627eab141)) - (Tonye Jack)
+- Update permission in update-readme.yml workflow ([#2467](https://github.com/tj-actions/changed-files/issues/2467)) ([ddef03e](https://github.com/tj-actions/changed-files/commit/ddef03e37c84cfb9ee89fa055b86359aaf949c86)) - (Tonye Jack)
+- Update github workflow update-readme.yml ([#2466](https://github.com/tj-actions/changed-files/issues/2466)) ([9c2df0d](https://github.com/tj-actions/changed-files/commit/9c2df0d54a911c819d7368d7e5ed7c01c0796e0a)) - (Tonye Jack)
-- \[Feature\] Handle Pipeline Error [\#500](https://github.com/tj-actions/changed-files/issues/500)
+## â Remove
-**Fixed bugs:**
+- Deleted renovate.json ([e37e952](https://github.com/tj-actions/changed-files/commit/e37e952786556966c1fb6183c5937b3966bab099)) - (Tonye Jack)
-- \[BUG\] System.InvalidOperationException: Maximum object size exceeded [\#501](https://github.com/tj-actions/changed-files/issues/501)
+## đ Update
-**Merged pull requests:**
+- Sync-release-version.yml ([#2471](https://github.com/tj-actions/changed-files/issues/2471)) ([4cd184a](https://github.com/tj-actions/changed-files/commit/4cd184a1dd542b79cca1d4d7938e4154a6520ca7)) - (Tonye Jack)
+- Updated README.md ([#2469](https://github.com/tj-actions/changed-files/issues/2469))
-- fix: large output generated by all\_old\_new\_renamed\_files output [\#502](https://github.com/tj-actions/changed-files/pull/502) ([jackton1](https://github.com/jackton1))
-- Upgraded to v20.2 [\#499](https://github.com/tj-actions/changed-files/pull/499) ([jackton1](https://github.com/jackton1))
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([5cbf220](https://github.com/tj-actions/changed-files/commit/5cbf22026d05fbef0c027d1b1f118fe3a1b6e435)) - (github-actions[bot])
-## [v20.2](https://github.com/tj-actions/changed-files/tree/v20.2) (2022-05-24)
+## đ Documentation
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v20.1...v20.2)
+- Update docs to highlight security issues ([#2465](https://github.com/tj-actions/changed-files/issues/2465)) ([6525332](https://github.com/tj-actions/changed-files/commit/65253327cf47481b4b1b4b9fea78e143a1353147)) - (Tonye Jack)
-**Fixed bugs:**
+# [45.0.9](https://github.com/tj-actions/changed-files/compare/v45.0.4...v45.0.9) - (2025-03-15)
-- \[BUG\] all\_old\_new\_renamed\_files is empty when providing a glob pattern. [\#467](https://github.com/tj-actions/changed-files/issues/467)
+## đ Bug Fixes
-**Merged pull requests:**
+- **deps:** Update dependency @octokit/rest to v21.1.1 ([#2435](https://github.com/tj-actions/changed-files/issues/2435)) ([fb8dcda](https://github.com/tj-actions/changed-files/commit/fb8dcda5fb8954cec37773d2b275a8579c86c781)) - (renovate[bot])
+- **deps:** Update dependency @octokit/rest to v21.1.0 ([#2394](https://github.com/tj-actions/changed-files/issues/2394)) ([7b72c97](https://github.com/tj-actions/changed-files/commit/7b72c97d739f955f5cadca0d59799d826ae9f6c9)) - (renovate[bot])
+- **deps:** Update dependency yaml to v2.7.0 ([#2383](https://github.com/tj-actions/changed-files/issues/2383)) ([5f974c2](https://github.com/tj-actions/changed-files/commit/5f974c28f5044c411f0c9e7becf3f172029cf9cf)) - (renovate[bot])
-- fix: matching renamed files with glob patterns [\#498](https://github.com/tj-actions/changed-files/pull/498) ([jackton1](https://github.com/jackton1))
-- chore: Improve test coverage [\#497](https://github.com/tj-actions/changed-files/pull/497) ([jackton1](https://github.com/jackton1))
-- Upgraded to v20.1 [\#496](https://github.com/tj-actions/changed-files/pull/496) ([jackton1](https://github.com/jackton1))
+## âī¸ Miscellaneous Tasks
-## [v20.1](https://github.com/tj-actions/changed-files/tree/v20.1) (2022-05-22)
+- **deps:** Lock file maintenance ([#2460](https://github.com/tj-actions/changed-files/issues/2460)) ([9200e69](https://github.com/tj-actions/changed-files/commit/9200e69727eb73eb060652b19946b8a2fdfb654b)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.13.10 ([#2459](https://github.com/tj-actions/changed-files/issues/2459)) ([e650cfd](https://github.com/tj-actions/changed-files/commit/e650cfdae513481a20f538e88d98b39106523006)) - (renovate[bot])
+- **deps:** Update dependency eslint-config-prettier to v10.1.1 ([#2458](https://github.com/tj-actions/changed-files/issues/2458)) ([82af21f](https://github.com/tj-actions/changed-files/commit/82af21f4a05896ca18c950539469bee225c45a89)) - (renovate[bot])
+- **deps:** Update dependency eslint-config-prettier to v10.1.0 ([#2457](https://github.com/tj-actions/changed-files/issues/2457)) ([82fa4a6](https://github.com/tj-actions/changed-files/commit/82fa4a6402582d5c8c9c0e95b7ff7cc88992bbb4)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v7.0.8 ([#2455](https://github.com/tj-actions/changed-files/issues/2455)) ([315505a](https://github.com/tj-actions/changed-files/commit/315505acf41d2913b71af48080fb158cd01f79e7)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.13.9 ([#2454](https://github.com/tj-actions/changed-files/issues/2454)) ([c8e1cdb](https://github.com/tj-actions/changed-files/commit/c8e1cdb9ea135ee549963c167ffaec5e7d4a71cd)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.5.3 ([#2453](https://github.com/tj-actions/changed-files/issues/2453)) ([bb6d1aa](https://github.com/tj-actions/changed-files/commit/bb6d1aa0029f6d912eccbd2daf94dbccf5c008b4)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2451](https://github.com/tj-actions/changed-files/issues/2451)) ([1f74fc9](https://github.com/tj-actions/changed-files/commit/1f74fc96532a3560189153049046a9ac7f436f80)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.13.8 ([#2450](https://github.com/tj-actions/changed-files/issues/2450)) ([6f0fde1](https://github.com/tj-actions/changed-files/commit/6f0fde1f0c49ab5a61517920346ab54b09fa8fd5)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.16 ([#2449](https://github.com/tj-actions/changed-files/issues/2449)) ([056cdb7](https://github.com/tj-actions/changed-files/commit/056cdb7fc89edb7ad68c33c50570ef1110e5d207)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.13.7 ([#2448](https://github.com/tj-actions/changed-files/issues/2448)) ([4bc8595](https://github.com/tj-actions/changed-files/commit/4bc859529c1081b5df410fcc50ba0cacb1d4d782)) - (renovate[bot])
+- **deps:** Update dependency typescript to v5.8.2 ([#2446](https://github.com/tj-actions/changed-files/issues/2446)) ([86d954f](https://github.com/tj-actions/changed-files/commit/86d954fb8e6717efaea8be9b7fae7956e662b3f7)) - (renovate[bot])
+- **deps:** Update dependency eslint-config-prettier to v10.0.2 ([#2444](https://github.com/tj-actions/changed-files/issues/2444)) ([33dce23](https://github.com/tj-actions/changed-files/commit/33dce23cbf273a366eaa6119624f98c0d4f62258)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v7.0.7 ([#2443](https://github.com/tj-actions/changed-files/issues/2443)) ([422be01](https://github.com/tj-actions/changed-files/commit/422be0138abd5273e9754b21596d339792214322)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2442](https://github.com/tj-actions/changed-files/issues/2442)) ([601adb1](https://github.com/tj-actions/changed-files/commit/601adb19b693527d2c25440b8c953e1b9023948f)) - (renovate[bot])
+- **deps:** Update dependency ts-jest to v29.2.6 ([#2441](https://github.com/tj-actions/changed-files/issues/2441)) ([09f0e69](https://github.com/tj-actions/changed-files/commit/09f0e695d43e3214f556278c5d7f5c4a6fed9ef4)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.5.2 ([#2440](https://github.com/tj-actions/changed-files/issues/2440)) ([c7e81c8](https://github.com/tj-actions/changed-files/commit/c7e81c896704ad9588dfddbe7d8cc641d0f2c843)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.13.5 ([#2439](https://github.com/tj-actions/changed-files/issues/2439)) ([02e0175](https://github.com/tj-actions/changed-files/commit/02e0175004314f8c1bcf897b77f408e48264c0d9)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2436](https://github.com/tj-actions/changed-files/issues/2436)) ([251f07e](https://github.com/tj-actions/changed-files/commit/251f07ed5250f0c01a1745b77a54289a678b3928)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.13.4 ([#2434](https://github.com/tj-actions/changed-files/issues/2434)) ([6fe3586](https://github.com/tj-actions/changed-files/commit/6fe358690943ba4d06c483143d69451afda3e7c2)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.5.1 ([#2433](https://github.com/tj-actions/changed-files/issues/2433)) ([df76a83](https://github.com/tj-actions/changed-files/commit/df76a83fcbf4a5fe1035efa950c841f1ee09dcaf)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.13.2 ([#2432](https://github.com/tj-actions/changed-files/issues/2432)) ([faaeb86](https://github.com/tj-actions/changed-files/commit/faaeb86b22212d8c31c44037e58ab47932205284)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2429](https://github.com/tj-actions/changed-files/issues/2429)) ([4919c5a](https://github.com/tj-actions/changed-files/commit/4919c5ae14b195ff9972c9856273df6d20b8c508)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.5.0 ([#2428](https://github.com/tj-actions/changed-files/issues/2428)) ([045c541](https://github.com/tj-actions/changed-files/commit/045c5414a33ccf6ca33c27a799f6571f8ef74114)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2426](https://github.com/tj-actions/changed-files/issues/2426)) ([563041e](https://github.com/tj-actions/changed-files/commit/563041e49cdb9d8729f08b4c2d3129dbb25cf2f6)) - (renovate[bot])
+- **config:** Migrate renovate config ([#2427](https://github.com/tj-actions/changed-files/issues/2427)) ([809f04b](https://github.com/tj-actions/changed-files/commit/809f04b20ab5525fb99637d624b6c721d55e01db)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v5.1.8 ([#2424](https://github.com/tj-actions/changed-files/issues/2424)) ([dcc7a0c](https://github.com/tj-actions/changed-files/commit/dcc7a0cba800f454d79fff4b993e8c3555bcc0a8)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.13.1 ([#2422](https://github.com/tj-actions/changed-files/issues/2422)) ([364748a](https://github.com/tj-actions/changed-files/commit/364748aaa8a1ba2cd0a06c35e27f0b736cce57d1)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2420](https://github.com/tj-actions/changed-files/issues/2420)) ([301bed6](https://github.com/tj-actions/changed-files/commit/301bed650e89313e46f9582591f9a1f4839f2826)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.13.0 ([#2419](https://github.com/tj-actions/changed-files/issues/2419)) ([be1c470](https://github.com/tj-actions/changed-files/commit/be1c47003f1f9dedb4436e1e87dfdedd6f97f4c9)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v5.1.7 ([#2417](https://github.com/tj-actions/changed-files/issues/2417)) ([81785a6](https://github.com/tj-actions/changed-files/commit/81785a6716d8354b3886445dd0c2f91e44a0af5a)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.15 ([#2415](https://github.com/tj-actions/changed-files/issues/2415)) ([065e671](https://github.com/tj-actions/changed-files/commit/065e671731666959f9ea1bbbb7ddb8363a8ae9cd)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.12.0 ([#2414](https://github.com/tj-actions/changed-files/issues/2414)) ([45cd7f3](https://github.com/tj-actions/changed-files/commit/45cd7f3ddd3d2ba2e885acb6245710a72c096704)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v5.1.6 ([#2413](https://github.com/tj-actions/changed-files/issues/2413)) ([47f21ba](https://github.com/tj-actions/changed-files/commit/47f21ba55840bf5f5d6ed605352ecd7f2508cbe2)) - (renovate[bot])
+- **deps:** Update actions/setup-node action to v4.2.0 ([#2411](https://github.com/tj-actions/changed-files/issues/2411)) ([3b30412](https://github.com/tj-actions/changed-files/commit/3b3041225bddb25fd9637f44aa4e9a5178c6792e)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2410](https://github.com/tj-actions/changed-files/issues/2410)) ([eec6665](https://github.com/tj-actions/changed-files/commit/eec6665cfdd8cb363f41d1adb498ad670105e5ea)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.10.10 ([#2409](https://github.com/tj-actions/changed-files/issues/2409)) ([cefd9aa](https://github.com/tj-actions/changed-files/commit/cefd9aa22075c8bbc7dc90a20e82a5badce77e7c)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.10.9 ([#2408](https://github.com/tj-actions/changed-files/issues/2408)) ([6296564](https://github.com/tj-actions/changed-files/commit/6296564d94be89c91b9c9a893e3b1381b8083dfa)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.10.8 ([#2407](https://github.com/tj-actions/changed-files/issues/2407)) ([203f0af](https://github.com/tj-actions/changed-files/commit/203f0af1aa531319a2af43d70205e12b5f73cb05)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2406](https://github.com/tj-actions/changed-files/issues/2406)) ([8b82442](https://github.com/tj-actions/changed-files/commit/8b824429a7b52d43be4884a6be2dea134870d55d)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-prettier to v5.2.3 ([#2405](https://github.com/tj-actions/changed-files/issues/2405)) ([2b7a1ec](https://github.com/tj-actions/changed-files/commit/2b7a1ec20ef743b7bb78d0a5e55012dfb04a8f78)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.10.7 ([#2403](https://github.com/tj-actions/changed-files/issues/2403)) ([a2600ce](https://github.com/tj-actions/changed-files/commit/a2600ce61d4b9f7074622ca3a2f5e497524e6532)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.11.0 ([#2400](https://github.com/tj-actions/changed-files/issues/2400)) ([5dc51d3](https://github.com/tj-actions/changed-files/commit/5dc51d34076557d9ab904ba22d0107a7aa9c73c6)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-prettier to v5.2.2 ([#2399](https://github.com/tj-actions/changed-files/issues/2399)) ([18de9f3](https://github.com/tj-actions/changed-files/commit/18de9f341fddb527d74abcea6acaa9430e392a60)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.10.6 ([#2397](https://github.com/tj-actions/changed-files/issues/2397)) ([467e548](https://github.com/tj-actions/changed-files/commit/467e54813892b0cf302b0bba54d233c861b97f1a)) - (renovate[bot])
+- **deps:** Update dependency eslint-config-prettier to v10 ([#2396](https://github.com/tj-actions/changed-files/issues/2396)) ([556e62a](https://github.com/tj-actions/changed-files/commit/556e62ac760c4112189f816a829a2e61965d76a0)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2395](https://github.com/tj-actions/changed-files/issues/2395)) ([4f1e6b0](https://github.com/tj-actions/changed-files/commit/4f1e6b0db0fb6a8f464793eed5c37ec4a4d76011)) - (renovate[bot])
+- **deps:** Update dependency typescript to v5.7.3 ([#2393](https://github.com/tj-actions/changed-files/issues/2393)) ([82deec7](https://github.com/tj-actions/changed-files/commit/82deec73be8984405676feff8f0a4562b60df95c)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v5.1.5 ([#2392](https://github.com/tj-actions/changed-files/issues/2392)) ([ef7202d](https://github.com/tj-actions/changed-files/commit/ef7202db4d23bd79d2fb79d667a7a43ddb08b783)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2390](https://github.com/tj-actions/changed-files/issues/2390)) ([01c978c](https://github.com/tj-actions/changed-files/commit/01c978c0f8cace666c3b0102d1c2c59bf698acdf)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.14 ([#2388](https://github.com/tj-actions/changed-files/issues/2388)) ([d6e91a2](https://github.com/tj-actions/changed-files/commit/d6e91a2266cdb9d62096cebf1e8546899c6aa18f)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.10.5 ([#2387](https://github.com/tj-actions/changed-files/issues/2387)) ([73401cd](https://github.com/tj-actions/changed-files/commit/73401cd67665346cf3a3370dc3cdea80f86ae5a0)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.10.4 ([#2386](https://github.com/tj-actions/changed-files/issues/2386)) ([7f28b2b](https://github.com/tj-actions/changed-files/commit/7f28b2be82d24be06a22503ab3cc3b462ca18212)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.10.3 ([#2385](https://github.com/tj-actions/changed-files/issues/2385)) ([c1f82ce](https://github.com/tj-actions/changed-files/commit/c1f82ce4baf9f73b1a68fb3d7a72951c2f196f12)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2382](https://github.com/tj-actions/changed-files/issues/2382)) ([bb364ec](https://github.com/tj-actions/changed-files/commit/bb364ec4c80ff9fa2b31ae433bd43a53484a4d80)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v7.0.6 ([#2380](https://github.com/tj-actions/changed-files/issues/2380)) ([7ac5902](https://github.com/tj-actions/changed-files/commit/7ac5902a02bbf88c426878d792c0728b55bb97ae)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2379](https://github.com/tj-actions/changed-files/issues/2379)) ([7c5097f](https://github.com/tj-actions/changed-files/commit/7c5097f4aa5bc1389ec30a3f496d33ed71c80f65)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.10.0 ([#2378](https://github.com/tj-actions/changed-files/issues/2378)) ([37dc9a5](https://github.com/tj-actions/changed-files/commit/37dc9a5e3039c3eb0a8d8d7bd817782cc04582c1)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2377](https://github.com/tj-actions/changed-files/issues/2377)) ([515a6b3](https://github.com/tj-actions/changed-files/commit/515a6b35d1d0948f7da6d5cdb347ed1600859795)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.10.2 ([#2376](https://github.com/tj-actions/changed-files/issues/2376)) ([ac47125](https://github.com/tj-actions/changed-files/commit/ac47125d2d05ea616734c7e19a125149a325d43f)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2375](https://github.com/tj-actions/changed-files/issues/2375)) ([ef3b6f1](https://github.com/tj-actions/changed-files/commit/ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v5.1.4 ([#2372](https://github.com/tj-actions/changed-files/issues/2372)) ([bab30c2](https://github.com/tj-actions/changed-files/commit/bab30c2299617f6615ec02a68b9a40d10bd21366)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.4.2 ([#2370](https://github.com/tj-actions/changed-files/issues/2370)) ([657a3f9](https://github.com/tj-actions/changed-files/commit/657a3f914f8c3dc9d8e541c1c2173057072d94f1)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2369](https://github.com/tj-actions/changed-files/issues/2369)) ([05f0aba](https://github.com/tj-actions/changed-files/commit/05f0aba931687dcad284e6c7f2e049c258a53fb8)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.10.1 ([#2368](https://github.com/tj-actions/changed-files/issues/2368)) ([4623961](https://github.com/tj-actions/changed-files/commit/462396174fbac0a68f4d62d4ea0324c3131306d7)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v5.1.3 ([#2367](https://github.com/tj-actions/changed-files/issues/2367)) ([c19a7eb](https://github.com/tj-actions/changed-files/commit/c19a7eb771f8275e97686d1d3b6fde437cbd3f48)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.4.1 ([#2366](https://github.com/tj-actions/changed-files/issues/2366)) ([c288441](https://github.com/tj-actions/changed-files/commit/c288441a7db228e42459f617d2bf40ff43c7910e)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.4.0 ([#2365](https://github.com/tj-actions/changed-files/issues/2365)) ([1d6ea46](https://github.com/tj-actions/changed-files/commit/1d6ea46cac7c9444bb7b289e182ab98202814f4b)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.10.0 ([#2364](https://github.com/tj-actions/changed-files/issues/2364)) ([02b41f5](https://github.com/tj-actions/changed-files/commit/02b41f5ff932638fcb01221b9bc834903f709655)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.9.4 ([#2361](https://github.com/tj-actions/changed-files/issues/2361)) ([b4a4dca](https://github.com/tj-actions/changed-files/commit/b4a4dcabcec490d086e2414b1b21f7178c00fc00)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2360](https://github.com/tj-actions/changed-files/issues/2360)) ([602aacf](https://github.com/tj-actions/changed-files/commit/602aacf9499eb8db19a40262c7944f1088fbeadb)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.9.3 ([#2359](https://github.com/tj-actions/changed-files/issues/2359)) ([51290e0](https://github.com/tj-actions/changed-files/commit/51290e039a95e68c589f26d5637f33b1871a0960)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.9.2 ([#2358](https://github.com/tj-actions/changed-files/issues/2358)) ([b4badd8](https://github.com/tj-actions/changed-files/commit/b4badd8cce12c3199b6144a04b89867a1f06297a)) - (renovate[bot])
+- **deps:** Update dependency typescript to v5.7.2 ([#2357](https://github.com/tj-actions/changed-files/issues/2357)) ([652b4c0](https://github.com/tj-actions/changed-files/commit/652b4c06e87025945b42121c5a0101eb31424cd8)) - (renovate[bot])
+- **deps-dev:** Bump eslint-plugin-github from 5.0.2 to 5.1.1 ([#2356](https://github.com/tj-actions/changed-files/issues/2356)) ([0b7a421](https://github.com/tj-actions/changed-files/commit/0b7a421316ae1bd7640e6d8114ff4e20152e58fe)) - (dependabot[bot])
+- **deps:** Bump yaml from 2.6.0 to 2.6.1 ([#2353](https://github.com/tj-actions/changed-files/issues/2353)) ([b26581a](https://github.com/tj-actions/changed-files/commit/b26581aca1189461ba1d1a7c68188cbf63cbdc83)) - (dependabot[bot])
+- **deps:** Update dependency @types/node to v22.9.1 ([#2352](https://github.com/tj-actions/changed-files/issues/2352)) ([43e6b45](https://github.com/tj-actions/changed-files/commit/43e6b45c5d419917a64765e0fed88ef29ff64b12)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2349](https://github.com/tj-actions/changed-files/issues/2349)) ([fe1bc0e](https://github.com/tj-actions/changed-files/commit/fe1bc0e3d35d94ed03a43d070f62cce13ce558ff)) - (renovate[bot])
+- **deps:** Update dependency @vercel/ncc to v0.38.3 ([#2348](https://github.com/tj-actions/changed-files/issues/2348)) ([d7917c6](https://github.com/tj-actions/changed-files/commit/d7917c65840095434eee6dc39762aea768244029)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#2345](https://github.com/tj-actions/changed-files/issues/2345)) ([3f646a3](https://github.com/tj-actions/changed-files/commit/3f646a35495417b5549f98c7f7b78b41cbfaf43d)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v45.0.8 ([#2462](https://github.com/tj-actions/changed-files/issues/2462))
+
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([a284dc1](https://github.com/tj-actions/changed-files/commit/a284dc1814e3fd07f2e34267fc8f81227ed29fb8)) - (tj-actions[bot])
+- Upgraded to v45.0.7 ([#2425](https://github.com/tj-actions/changed-files/issues/2425))
+
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([b1ba699](https://github.com/tj-actions/changed-files/commit/b1ba699b304f2083b602164e06a89b868c84f076)) - (tj-actions[bot])
+- Upgraded to v45.0.6 ([#2389](https://github.com/tj-actions/changed-files/issues/2389))
+
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([ed8e9f6](https://github.com/tj-actions/changed-files/commit/ed8e9f69eea433e8fca92ad9b928ca6520d79c2a)) - (tj-actions[bot])
+- Upgraded to v45.0.5 ([#2374](https://github.com/tj-actions/changed-files/issues/2374))
+
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([8082fbc](https://github.com/tj-actions/changed-files/commit/8082fbc636f98079ae92dc93aaadbfb9105a24e0)) - (tj-actions[bot])
+- Upgraded to v45.0.4 ([#2344](https://github.com/tj-actions/changed-files/issues/2344))
+
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([6809677](https://github.com/tj-actions/changed-files/commit/6809677b7a5911221b35d87417198c8a289e34ec)) - (tj-actions[bot])
+
+# [45.0.4](https://github.com/tj-actions/changed-files/compare/v45.0.3...v45.0.4) - (2024-11-05)
+
+## đ Features
+
+- Prevent ignore files warning ([#2318](https://github.com/tj-actions/changed-files/issues/2318)) ([1f772e9](https://github.com/tj-actions/changed-files/commit/1f772e919bcbf025d221836bc4b8e3b72e2ef117)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- **deps:** Update dependency @actions/core to v1.11.1 ([4d0aab9](https://github.com/tj-actions/changed-files/commit/4d0aab94b6284beb85e6cc3dd23ec0ee523dcca6)) - (renovate[bot])
+
+## â Add
+
+- Added missing changes and modified dist assets. ([9d7201d](https://github.com/tj-actions/changed-files/commit/9d7201ded6d75401ce2b888a4f643a921bfb8604)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([0104c75](https://github.com/tj-actions/changed-files/commit/0104c75ccc49741ff97b817da4cd36887e0c13cd)) - (GitHub Action)
+
+## đ Other
+
+- Step for dependabot PRs ([#2317](https://github.com/tj-actions/changed-files/issues/2317)) ([684c5e6](https://github.com/tj-actions/changed-files/commit/684c5e6d941e3591a9de8182da044dd242dc17c9)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update dependency eslint-plugin-jest to v28.9.0 ([4edd678](https://github.com/tj-actions/changed-files/commit/4edd678ac3f81e2dc578756871e4d00c19191daf)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.9.0 ([f082558](https://github.com/tj-actions/changed-files/commit/f08255874b882608b0d7f6dde476c5756dbfc08c)) - (renovate[bot])
+- **deps:** Lock file maintenance ([92c02a0](https://github.com/tj-actions/changed-files/commit/92c02a00a1b05d13ef79d053e8e8e4aafc1431cd)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.8.7 ([b702211](https://github.com/tj-actions/changed-files/commit/b70221184d8c03f985dc253d1a84169c4b530010)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.8.6 ([435fd74](https://github.com/tj-actions/changed-files/commit/435fd74b2ec5d115590c1a20ba1101bf9a291563)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.8.5 ([0626fa3](https://github.com/tj-actions/changed-files/commit/0626fa3ff3e2030febaa380334fab666814bd24f)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.13 ([8817a79](https://github.com/tj-actions/changed-files/commit/8817a797cbad83643006b4fafc757bb72a50bd51)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.8.4 ([5417491](https://github.com/tj-actions/changed-files/commit/54174910beb91e8c0eb59a8449720659f72bf24b)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.8.2 ([84ef162](https://github.com/tj-actions/changed-files/commit/84ef16253002b9f411c38d53e45521709f43247e)) - (renovate[bot])
+- **deps:** Lock file maintenance ([b672a51](https://github.com/tj-actions/changed-files/commit/b672a5115a5ab8c2b27838329a827d3ffda1202c)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.8.1 ([678cdc2](https://github.com/tj-actions/changed-files/commit/678cdc28086f7f6f8762a1934db3e94e7c0cadb4)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.8.0 ([27b7bbb](https://github.com/tj-actions/changed-files/commit/27b7bbb0aeabaa9258fe4bfd52318bbbb9bdbc9c)) - (renovate[bot])
+- **deps:** Update actions/setup-node action to v4.1.0 ([8361072](https://github.com/tj-actions/changed-files/commit/83610723bb32196f24d5880eca9cd59951b17c69)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.7.9 ([21acf46](https://github.com/tj-actions/changed-files/commit/21acf46f4af54c16f04ec314f1929b73692c4441)) - (renovate[bot])
+- **deps:** Update dependency @types/jest to v29.5.14 ([f356b3c](https://github.com/tj-actions/changed-files/commit/f356b3c86b5e3dbe272d6579b57cb7344f3e8ea3)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.7.8 ([66275de](https://github.com/tj-actions/changed-files/commit/66275de0606e56bdce755a9408b1cef1aac91580)) - (renovate[bot])
+- **deps:** Lock file maintenance ([a16702b](https://github.com/tj-actions/changed-files/commit/a16702bf7a036756d8ef85e34bf2e6cbcd474726)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.12 ([aa11897](https://github.com/tj-actions/changed-files/commit/aa11897ec4afaea2c563502c017812d493d21a90)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.7.7 ([6513fe1](https://github.com/tj-actions/changed-files/commit/6513fe1691ddc9793b54c3b337d6946cd331ab26)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.11 ([45e0c78](https://github.com/tj-actions/changed-files/commit/45e0c78ac7fad3fc00ec4a92c7d93a3f4489a906)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.7.6 ([a949a83](https://github.com/tj-actions/changed-files/commit/a949a8338c60e9581f87873ab195f1a23066a4fc)) - (renovate[bot])
+- **deps:** Lock file maintenance ([f93ff33](https://github.com/tj-actions/changed-files/commit/f93ff336292f0bcab245d8fc70fe7f1a6446464b)) - (renovate[bot])
+- **deps:** Update dependency typescript to v5.6.3 ([729c704](https://github.com/tj-actions/changed-files/commit/729c70475c2976c3d4ca8897d34d9df975a4d05c)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.7.5 ([2009d44](https://github.com/tj-actions/changed-files/commit/2009d446ac92d696d7df2230847a71ba91db7d4a)) - (renovate[bot])
+- **deps:** Lock file maintenance ([b693fc2](https://github.com/tj-actions/changed-files/commit/b693fc207f2cd18198a39916698cec17bc8e8d42)) - (renovate[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v20...v20.1)
+## âŦī¸ Upgrades
-**Fixed bugs:**
+- Upgraded to v45.0.3 ([#2308](https://github.com/tj-actions/changed-files/issues/2308))
-- \[BUG\] Glob pattern doesn't work for markdown files [\#492](https://github.com/tj-actions/changed-files/issues/492)
-- \[BUG\] Using the fork point to detect file changes. [\#355](https://github.com/tj-actions/changed-files/issues/355)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([df3e993](https://github.com/tj-actions/changed-files/commit/df3e9932c48cda43e6e09567f3a1ce1b38ca76e9)) - (tj-actions[bot])
-**Merged pull requests:**
+# [45.0.3](https://github.com/tj-actions/changed-files/compare/v45.0.2...v45.0.3) - (2024-10-03)
-- chore: test rename [\#495](https://github.com/tj-actions/changed-files/pull/495) ([jackton1](https://github.com/jackton1))
-- chore: Update README.md [\#494](https://github.com/tj-actions/changed-files/pull/494) ([jackton1](https://github.com/jackton1))
-- Upgraded to v20 [\#491](https://github.com/tj-actions/changed-files/pull/491) ([jackton1](https://github.com/jackton1))
+## đ Bug Fixes
-## [v20](https://github.com/tj-actions/changed-files/tree/v20) (2022-05-15)
+- Overwriting yaml filter patterns ([#2307](https://github.com/tj-actions/changed-files/issues/2307)) ([c3a1bb2](https://github.com/tj-actions/changed-files/commit/c3a1bb2c992d77180ae65be6ae6c166cf40f857c)) - (Tonye Jack)
+- **deps:** Update dependency @actions/core to v1.11.0 ([9d4f8fe](https://github.com/tj-actions/changed-files/commit/9d4f8fea5842800088922c102ca4538178833673)) - (renovate[bot])
+- Bug with files ignore yaml patterns not filtering the list of files ([#2304](https://github.com/tj-actions/changed-files/issues/2304)) ([d0cf164](https://github.com/tj-actions/changed-files/commit/d0cf1645b795cec63a72fbe846e317bf9178b010)) - (Tonye Jack)
+- Test for since last remote commit check on pull_request closed ([#2295](https://github.com/tj-actions/changed-files/issues/2295)) ([e753fb0](https://github.com/tj-actions/changed-files/commit/e753fb0a6337371498559e2a3aba56403f65b949)) - (Tonye Jack)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v19.3...v20)
+## â Add
-**Merged pull requests:**
+- Added missing changes and modified dist assets. ([36d5b9d](https://github.com/tj-actions/changed-files/commit/36d5b9dda5f13e931f09f5033a176efb2f03e605)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([4dbe54f](https://github.com/tj-actions/changed-files/commit/4dbe54f96e17faab8feb2c0c323ff84faa4512d2)) - (GitHub Action)
-- fix: bug finding fork point commit and removed unused temp\_changed\_files remote. [\#490](https://github.com/tj-actions/changed-files/pull/490) ([jackton1](https://github.com/jackton1))
-- Upgraded to v19.3 [\#489](https://github.com/tj-actions/changed-files/pull/489) ([jackton1](https://github.com/jackton1))
+## đ Documentation
-## [v19.3](https://github.com/tj-actions/changed-files/tree/v19.3) (2022-05-14)
+- Update README.md ([#2300](https://github.com/tj-actions/changed-files/issues/2300)) ([641e22a](https://github.com/tj-actions/changed-files/commit/641e22af4a94c93fb947ec20045f1ea036579b71)) - (Tonye Jack)
+- Update README.md ([#2296](https://github.com/tj-actions/changed-files/issues/2296)) ([1a71128](https://github.com/tj-actions/changed-files/commit/1a71128b6a67056616a4284adea37ae02b564f16)) - (Tonye Jack)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v19.2...v19.3)
+## âī¸ Miscellaneous Tasks
-**Merged pull requests:**
+- **deps:** Update dependency @types/lodash to v4.17.10 ([27843f1](https://github.com/tj-actions/changed-files/commit/27843f166754bb92655dfb6102aaa76ee2faf762)) - (renovate[bot])
+- **deps:** Lock file maintenance ([8a4a975](https://github.com/tj-actions/changed-files/commit/8a4a9757b70fd0abbb3230709dd2efe832689c93)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.7.4 ([6bfa9e7](https://github.com/tj-actions/changed-files/commit/6bfa9e7a9a0cf32f41834ac67d934c8930978a10)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.7.3 ([625dbd6](https://github.com/tj-actions/changed-files/commit/625dbd682e29fb911c89c6a72b0e723206519c2c)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.7.2 ([c29c1d3](https://github.com/tj-actions/changed-files/commit/c29c1d3dd08b5aa5936b4f5eb5916104e8eb028b)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.7.0 ([e21f1a3](https://github.com/tj-actions/changed-files/commit/e21f1a3077058afe256713170452e771df5b8693)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.6.1 ([792230f](https://github.com/tj-actions/changed-files/commit/792230fcedfb6be06f8b82405336b8c64d072307)) - (renovate[bot])
+- **deps:** Update dependency @vercel/ncc to v0.38.2 ([537f1c6](https://github.com/tj-actions/changed-files/commit/537f1c63183dc57ec71788609090fd4eb34d0645)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.9 ([82587d8](https://github.com/tj-actions/changed-files/commit/82587d885833b45b38f65922b2bab11734b2e666)) - (renovate[bot])
+- **deps:** Lock file maintenance ([eda64a6](https://github.com/tj-actions/changed-files/commit/eda64a62bda002f91918e506fa907562d648e723)) - (renovate[bot])
+- **deps:** Update actions/setup-node action to v4.0.4 ([4d5444c](https://github.com/tj-actions/changed-files/commit/4d5444c2c31b579919a04a4452abc5d87e4646ad)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v7.0.5 ([c2e104b](https://github.com/tj-actions/changed-files/commit/c2e104be2f2a434709460be32ce45f24994f8bd4)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.57.1 ([eed685a](https://github.com/tj-actions/changed-files/commit/eed685a419db057cbbbc6590e9ecec893f8e5c27)) - (renovate[bot])
-- fix: bug with renames [\#488](https://github.com/tj-actions/changed-files/pull/488) ([jackton1](https://github.com/jackton1))
-- Upgraded to v19.2 [\#487](https://github.com/tj-actions/changed-files/pull/487) ([jackton1](https://github.com/jackton1))
+## âŦī¸ Upgrades
-## [v19.2](https://github.com/tj-actions/changed-files/tree/v19.2) (2022-05-14)
+- Upgraded to v45.0.2 ([#2282](https://github.com/tj-actions/changed-files/issues/2282))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v19.1...v19.2)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([6f538bb](https://github.com/tj-actions/changed-files/commit/6f538bb83f28b3289d5cd90d638bbdca3e478ebe)) - (tj-actions[bot])
-**Merged pull requests:**
+# [45.0.2](https://github.com/tj-actions/changed-files/compare/v45.0.1...v45.0.2) - (2024-09-16)
-- feat/add support for retrieving old and new names of renamed files [\#486](https://github.com/tj-actions/changed-files/pull/486) ([jackton1](https://github.com/jackton1))
-- Revert "feat: Added support for returning old and new names of renamed files" [\#485](https://github.com/tj-actions/changed-files/pull/485) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#484](https://github.com/tj-actions/changed-files/pull/484) ([jackton1](https://github.com/jackton1))
-- feat: Added support for returning old and new names of renamed files [\#483](https://github.com/tj-actions/changed-files/pull/483) ([jackton1](https://github.com/jackton1))
-- Upgraded to v19.1 [\#482](https://github.com/tj-actions/changed-files/pull/482) ([jackton1](https://github.com/jackton1))
+## đ Bug Fixes
-## [v19.1](https://github.com/tj-actions/changed-files/tree/v19.1) (2022-05-14)
+- **deps:** Update dependency yaml to v2.5.1 ([c7114f6](https://github.com/tj-actions/changed-files/commit/c7114f61a18a89477ae75bf8f896d395bc8b76ea)) - (renovate[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v19...v19.1)
+## â Add
-**Fixed bugs:**
+- Added missing changes and modified dist assets. ([e73bb10](https://github.com/tj-actions/changed-files/commit/e73bb10d965c52e7b2e7b5b0d93bfbf9e8ae5d34)) - (GitHub Action)
-- \[BUG\] Glob pattern for markdown files doesn't work properly [\#479](https://github.com/tj-actions/changed-files/issues/479)
-- \[BUG\] Fails in Self-Hosted Runner [\#477](https://github.com/tj-actions/changed-files/issues/477)
-- \[BUG\] File names with non ascii characters results in octal escape sequence output [\#437](https://github.com/tj-actions/changed-files/issues/437)
+## âī¸ Miscellaneous Tasks
-**Merged pull requests:**
+- **deps:** Update peter-evans/create-pull-request action to v7.0.3 ([48d8f15](https://github.com/tj-actions/changed-files/commit/48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c)) - (renovate[bot])
+- **deps:** Lock file maintenance ([f4e0652](https://github.com/tj-actions/changed-files/commit/f4e06529f19b1626df5c1083eee9140820d0c7c6)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.5.5 ([9b5f7d7](https://github.com/tj-actions/changed-files/commit/9b5f7d7ff59e28c77b62c2091733ea658c695293)) - (renovate[bot])
+- **deps:** Update dependency @types/jest to v29.5.13 ([80dc584](https://github.com/tj-actions/changed-files/commit/80dc58425e90c26fbbeac2d09067f0989dcdae7f)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v7.0.2 ([f9216b6](https://github.com/tj-actions/changed-files/commit/f9216b6d972c29698d917e21341f2e9c6d37f97b)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v5.0.2 ([fef272d](https://github.com/tj-actions/changed-files/commit/fef272dc404c435b95e1afa1cc506e5082c9b6b0)) - (renovate[bot])
+- **deps:** Update dependency typescript to v5.6.2 ([a236bf5](https://github.com/tj-actions/changed-files/commit/a236bf57ea511b6dd5450da8c6ea3988a0320142)) - (renovate[bot])
+- **deps:** Lock file maintenance ([0cb58de](https://github.com/tj-actions/changed-files/commit/0cb58dec12dc9b3638ed02bb3e7dc0ba179bd3d5)) - (renovate[bot])
+- **deps:** Lock file maintenance ([44f3356](https://github.com/tj-actions/changed-files/commit/44f335629614fb45bd4bd15fee8daf049cba956b)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v7.0.1 ([1d9fdda](https://github.com/tj-actions/changed-files/commit/1d9fdda44c9da3604e9be858b3edb3e0501302af)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.8.3 ([ca746c1](https://github.com/tj-actions/changed-files/commit/ca746c1dbed9fbac2942967158c8ec335aa21a85)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.5.4 ([2414c5b](https://github.com/tj-actions/changed-files/commit/2414c5b0011abed79c1ab7e29209e64086d1b378)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v7 ([#2261](https://github.com/tj-actions/changed-files/issues/2261)) ([38cc85f](https://github.com/tj-actions/changed-files/commit/38cc85fd7951de4c0caf6ecff32f43cea1dc27c2)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.5.3 ([834406f](https://github.com/tj-actions/changed-files/commit/834406f3618603966f05a31836c786991bfa37ab)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.8.2 ([a78c1f5](https://github.com/tj-actions/changed-files/commit/a78c1f5db417f9986ba46981f060877995312d9b)) - (renovate[bot])
+- **deps:** Lock file maintenance ([5977012](https://github.com/tj-actions/changed-files/commit/5977012387b5164ebae4e4b71f76b108056ed114)) - (renovate[bot])
-- chore\(deps\): update tj-actions/glob action to v7.20 [\#481](https://github.com/tj-actions/changed-files/pull/481) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update tj-actions/glob action to v7.18 [\#480](https://github.com/tj-actions/changed-files/pull/480) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update pascalgn/automerge-action action to v0.15.3 [\#478](https://github.com/tj-actions/changed-files/pull/478) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update peter-evans/create-pull-request action to v4.0.3 [\#476](https://github.com/tj-actions/changed-files/pull/476) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update tj-actions/glob action to v7.17 [\#475](https://github.com/tj-actions/changed-files/pull/475) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v19 [\#474](https://github.com/tj-actions/changed-files/pull/474) ([jackton1](https://github.com/jackton1))
+## âŦī¸ Upgrades
-## [v19](https://github.com/tj-actions/changed-files/tree/v19) (2022-04-28)
+- Upgraded to v45.0.1 ([#2258](https://github.com/tj-actions/changed-files/issues/2258))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v18.7...v19)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([5d8e41f](https://github.com/tj-actions/changed-files/commit/5d8e41f17cbfc2f796554bcc23314b0d769f14d3)) - (tj-actions[bot])
-**Implemented enhancements:**
+# [45.0.1](https://github.com/tj-actions/changed-files/compare/v45.0.0...v45.0.1) - (2024-09-01)
-- \[Feature\] List previous paths of renamed files as deleted files [\#468](https://github.com/tj-actions/changed-files/issues/468)
+## đ Bug Fixes
-**Closed issues:**
+- **deps:** Update dependency micromatch to v4.0.8 ([17107f4](https://github.com/tj-actions/changed-files/commit/17107f43d742d4faa6ecb0e261fb75250c89a7f8)) - (renovate[bot])
-- Not listing renamed file with previous path in deleted\_files list [\#466](https://github.com/tj-actions/changed-files/issues/466)
+## â Add
-**Merged pull requests:**
+- Added missing changes and modified dist assets. ([696bea0](https://github.com/tj-actions/changed-files/commit/696bea0addf7f44a8d99e728a204a3b0b8e49472)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([305db88](https://github.com/tj-actions/changed-files/commit/305db886e7f6c5d1a4515c3376074243a228b52f)) - (GitHub Action)
-- feat: Add support for non ascii filenames [\#473](https://github.com/tj-actions/changed-files/pull/473) ([jackton1](https://github.com/jackton1))
-- chore\(deps\): update github/codeql-action action to v2 [\#472](https://github.com/tj-actions/changed-files/pull/472) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update reviewdog/action-shellcheck action to v1.15 [\#471](https://github.com/tj-actions/changed-files/pull/471) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update actions/checkout action to v3.0.2 [\#470](https://github.com/tj-actions/changed-files/pull/470) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update actions/checkout action to v3.0.1 [\#465](https://github.com/tj-actions/changed-files/pull/465) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update tj-actions/glob action to v7.16 [\#464](https://github.com/tj-actions/changed-files/pull/464) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update peter-evans/create-pull-request action to v4.0.2 [\#463](https://github.com/tj-actions/changed-files/pull/463) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v18.7 [\#462](https://github.com/tj-actions/changed-files/pull/462) ([jackton1](https://github.com/jackton1))
+## âī¸ Miscellaneous Tasks
-## [v18.7](https://github.com/tj-actions/changed-files/tree/v18.7) (2022-04-08)
+- **deps:** Update dependency @types/node to v22.5.2 ([e9772d1](https://github.com/tj-actions/changed-files/commit/e9772d140489982e0e3704fea5ee93d536f1e275)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.8.1 ([880354d](https://github.com/tj-actions/changed-files/commit/880354d0c6198f223384e7971cf8e4eb319d12e3)) - (renovate[bot])
+- **deps-dev:** Bump @types/node from 22.5.0 to 22.5.1 ([#2252](https://github.com/tj-actions/changed-files/issues/2252)) ([8d5497e](https://github.com/tj-actions/changed-files/commit/8d5497eb10aaffcff15941fd5203c6bef3f516ed)) - (dependabot[bot])
+- **deps:** Lock file maintenance ([bd7d572](https://github.com/tj-actions/changed-files/commit/bd7d572708b33d884157231d2bd72fa1ce4a4e08)) - (renovate[bot])
+- **deps:** Update dependency ts-jest to v29.2.5 ([2d4c94f](https://github.com/tj-actions/changed-files/commit/2d4c94f4882dbaf95c6fa4becffa9f1bd1475607)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.5.0 ([bf02379](https://github.com/tj-actions/changed-files/commit/bf02379775384401af67d6404d7fabad80698b94)) - (renovate[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v18.6...v18.7)
+## âŦī¸ Upgrades
-**Fixed bugs:**
+- Upgraded to v45 ([#2244](https://github.com/tj-actions/changed-files/issues/2244))
-- \[BUG\] Modified files treated as `Non Matching modified files` [\#450](https://github.com/tj-actions/changed-files/issues/450)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([0d32038](https://github.com/tj-actions/changed-files/commit/0d320382bce2b7e23c664418989dd61f466e7343)) - (tj-actions[bot])
-**Merged pull requests:**
+# [45.0.0](https://github.com/tj-actions/changed-files/compare/v44.5.7...v45.0.0) - (2024-08-21)
-- chore\(deps\): update peter-evans/create-pull-request action to v4.0.1 [\#461](https://github.com/tj-actions/changed-files/pull/461) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v18.6 [\#460](https://github.com/tj-actions/changed-files/pull/460) ([jackton1](https://github.com/jackton1))
+## đ Bug Fixes
-## [v18.6](https://github.com/tj-actions/changed-files/tree/v18.6) (2022-03-30)
+- Update test skip logic to use custom env ([#2242](https://github.com/tj-actions/changed-files/issues/2242)) ([b4c0974](https://github.com/tj-actions/changed-files/commit/b4c09741612c0d0d09129949a5b838bc5a2ca2db)) - (Tonye Jack)
+- Remove unsupported input ([#2238](https://github.com/tj-actions/changed-files/issues/2238)) ([525aabb](https://github.com/tj-actions/changed-files/commit/525aabbe28ff90085d9d8a5196aaefb2d45212ea)) - (Tonye Jack)
+- **deps:** Update dependency @octokit/rest to v21.0.2 ([3ea85a1](https://github.com/tj-actions/changed-files/commit/3ea85a1c0dd328358b2b2dc3c64096bb53c6b0c1)) - (renovate[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v18.5...v18.6)
+## â Add
-**Fixed bugs:**
+- Added missing changes and modified dist assets. ([598b721](https://github.com/tj-actions/changed-files/commit/598b7212f2ea640716051eb2fa047bf7bfa0d14e)) - (GitHub Action)
-- \[BUG\] Intermittent "Unable to locate the current sha" [\#458](https://github.com/tj-actions/changed-files/issues/458)
+## đ Rename
-**Merged pull requests:**
+- Renamed Files decomposed into Deleted: previous_filename and Added:filename ([#2236](https://github.com/tj-actions/changed-files/issues/2236))
-- fix: resolved error with escaping unicode unsafe characters [\#459](https://github.com/tj-actions/changed-files/pull/459) ([jackton1](https://github.com/jackton1))
-- chore: remove unused code [\#457](https://github.com/tj-actions/changed-files/pull/457) ([jackton1](https://github.com/jackton1))
-- chore: test changes to .github workflows files [\#456](https://github.com/tj-actions/changed-files/pull/456) ([jackton1](https://github.com/jackton1))
-- chore: test filenames that should be escaped [\#455](https://github.com/tj-actions/changed-files/pull/455) ([jackton1](https://github.com/jackton1))
-- Upgraded to v18.5 [\#454](https://github.com/tj-actions/changed-files/pull/454) ([jackton1](https://github.com/jackton1))
+Co-authored-by: Tonye Jack ([f8034fb](https://github.com/tj-actions/changed-files/commit/f8034fbb842b9375f55c102cf30df481f2e6890a)) - (Lukas Pfahler)
-## [v18.5](https://github.com/tj-actions/changed-files/tree/v18.5) (2022-03-29)
+## đ Update
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v18.4...v18.5)
+- Updated README.md ([#2243](https://github.com/tj-actions/changed-files/issues/2243))
-**Implemented enhancements:**
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com>
+Co-authored-by: GitHub Action ([40853de](https://github.com/tj-actions/changed-files/commit/40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4)) - (tj-actions[bot])
+- Update tsconfig.json ([88201be](https://github.com/tj-actions/changed-files/commit/88201be733611971b8d283536afbadb94acacbec)) - (Tonye Jack)
-- \[Feature\] Get changes from all commits from a single push [\#447](https://github.com/tj-actions/changed-files/issues/447)
+## đ Documentation
-**Fixed bugs:**
+- Add Whadup as a contributor for code ([#2239](https://github.com/tj-actions/changed-files/issues/2239)) ([94b94fe](https://github.com/tj-actions/changed-files/commit/94b94fea1356122b6e0c23eefdf1c2bdb78aa1f3)) - (allcontributors[bot])
-- \[BUG\] Not able to compare current commit with the specific commit of a branch\(in the Pull request event\) [\#441](https://github.com/tj-actions/changed-files/issues/441)
+## âī¸ Miscellaneous Tasks
-**Merged pull requests:**
+- Debug env vars ([#2241](https://github.com/tj-actions/changed-files/issues/2241)) ([246859d](https://github.com/tj-actions/changed-files/commit/246859db916b59b25edd053a219d9f3ae97c9ef3)) - (Tonye Jack)
+- Conditionally skip certain test for foked prs ([#2240](https://github.com/tj-actions/changed-files/issues/2240)) ([46a4c02](https://github.com/tj-actions/changed-files/commit/46a4c027a6ca424288bffcec07df0f9c6a22ad04)) - (Tonye Jack)
+- **deps:** Update dependency @types/node to v22.4.2 ([25b2562](https://github.com/tj-actions/changed-files/commit/25b256207da93370b637d0cb8ca6b1eadefa416c)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.4.1 ([257f12c](https://github.com/tj-actions/changed-files/commit/257f12c17b624944a118c0ee4f1328d1db751f04)) - (renovate[bot])
+- **deps:** Lock file maintenance ([9b7ba7b](https://github.com/tj-actions/changed-files/commit/9b7ba7b107e24ce3b2ea1fabc6e8ee24badbe2fb)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.4.0 ([50693d8](https://github.com/tj-actions/changed-files/commit/50693d8df5efed5c6f330925483b04c1c1208702)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.3.0 ([87d8f94](https://github.com/tj-actions/changed-files/commit/87d8f9488bd2369daea87e3280365d43cf582486)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.2.0 ([950331d](https://github.com/tj-actions/changed-files/commit/950331d47c80d51fcac43586b6fd549ba048614c)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.8.0 ([ed00b69](https://github.com/tj-actions/changed-files/commit/ed00b69562f42e9decbca768638a37bf0b543dcc)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.7.0 ([9d768c3](https://github.com/tj-actions/changed-files/commit/9d768c3d4e4dec1f7f27e777ac95d18cf1e54baa)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.1.0 ([6b79c79](https://github.com/tj-actions/changed-files/commit/6b79c799809342f040f1919cc45679db9d22d5e6)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.0.3 ([99b60a2](https://github.com/tj-actions/changed-files/commit/99b60a2a91bd1229647c3e538ac3a9efe20ba48f)) - (renovate[bot])
+- **deps:** Update dependency ts-jest to v29.2.4 ([8ae850f](https://github.com/tj-actions/changed-files/commit/8ae850f05251403b348acd43c6f8a53442e761ea)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v22.0.1 ([03d95b0](https://github.com/tj-actions/changed-files/commit/03d95b07db4bab30a09af1f3844d0d8b5d603475)) - (renovate[bot])
-- fix: bug passing invalid patterns to grep [\#453](https://github.com/tj-actions/changed-files/pull/453) ([jackton1](https://github.com/jackton1))
-- chore\(deps\): update tj-actions/glob action to v7.12 [\#451](https://github.com/tj-actions/changed-files/pull/451) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update pascalgn/automerge-action action to v0.15.2 [\#449](https://github.com/tj-actions/changed-files/pull/449) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update pascalgn/automerge-action action to v0.14.4 [\#448](https://github.com/tj-actions/changed-files/pull/448) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update peter-evans/create-pull-request action to v4 [\#446](https://github.com/tj-actions/changed-files/pull/446) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update tj-actions/glob action to v7.11 [\#445](https://github.com/tj-actions/changed-files/pull/445) ([renovate[bot]](https://github.com/apps/renovate))
-- Updated README.md [\#444](https://github.com/tj-actions/changed-files/pull/444) ([jackton1](https://github.com/jackton1))
-- Upgraded to v18.4 [\#443](https://github.com/tj-actions/changed-files/pull/443) ([jackton1](https://github.com/jackton1))
+## âŦī¸ Upgrades
-## [v18.4](https://github.com/tj-actions/changed-files/tree/v18.4) (2022-03-21)
+- Upgraded to v44.5.7 ([#2218](https://github.com/tj-actions/changed-files/issues/2218))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v18.3...v18.4)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([7103800](https://github.com/tj-actions/changed-files/commit/71038002e0421311a633d95eb36fe5cb4f0152c6)) - (tj-actions[bot])
-**Merged pull requests:**
+# [44.5.7](https://github.com/tj-actions/changed-files/compare/v44.5.6...v44.5.7) - (2024-07-30)
-- Bump tj-actions/remark from 2.3 to 3 [\#442](https://github.com/tj-actions/changed-files/pull/442) ([dependabot[bot]](https://github.com/apps/dependabot))
-- chore\(deps\): update tj-actions/glob action to v7.10 [\#440](https://github.com/tj-actions/changed-files/pull/440) ([renovate[bot]](https://github.com/apps/renovate))
-- Update README.md [\#439](https://github.com/tj-actions/changed-files/pull/439) ([jackton1](https://github.com/jackton1))
-- Upgraded to v18.3 [\#438](https://github.com/tj-actions/changed-files/pull/438) ([jackton1](https://github.com/jackton1))
+## đ Bug Fixes
-## [v18.3](https://github.com/tj-actions/changed-files/tree/v18.3) (2022-03-16)
+- **deps:** Update dependency @stdlib/utils-convert-path to v0.2.2 ([e4fe134](https://github.com/tj-actions/changed-files/commit/e4fe134b735e3c67d244091a6c505cbb39b32212)) - (renovate[bot])
+- Error with pull_request closed test ([#2211](https://github.com/tj-actions/changed-files/issues/2211)) ([f5a7145](https://github.com/tj-actions/changed-files/commit/f5a7145f2ba7e6d42d799f0270017afc09189f64)) - (Tonye Jack)
+- **deps:** Update dependency yaml to v2.5.0 ([28fd03b](https://github.com/tj-actions/changed-files/commit/28fd03b28d647c18884fa609756e9aa323da9598)) - (renovate[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v18.2...v18.3)
+## â Add
-**Merged pull requests:**
+- Added missing changes and modified dist assets. ([a77ecbc](https://github.com/tj-actions/changed-files/commit/a77ecbc238d92fd078cf5deee43b895a3a5b3fef)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([1047179](https://github.com/tj-actions/changed-files/commit/10471793b2c8356c90f4ddf302561e23d57582ac)) - (GitHub Action)
-- chore\(deps\): update tj-actions/glob action to v7.9 [\#436](https://github.com/tj-actions/changed-files/pull/436) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v18.2 [\#435](https://github.com/tj-actions/changed-files/pull/435) ([jackton1](https://github.com/jackton1))
+## âī¸ Miscellaneous Tasks
-## [v18.2](https://github.com/tj-actions/changed-files/tree/v18.2) (2022-03-16)
+- **deps-dev:** Bump @types/node from 20.14.13 to 22.0.0 ([#2215](https://github.com/tj-actions/changed-files/issues/2215)) ([c65cd88](https://github.com/tj-actions/changed-files/commit/c65cd883420fd2eb864698a825fc4162dd94482c)) - (dependabot[bot])
+- **deps:** Update typescript-eslint monorepo to v7.18.0 ([9f928e3](https://github.com/tj-actions/changed-files/commit/9f928e3005748ed5c45dcdb97c101a4547f612d0)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.14.13 ([fb1b47b](https://github.com/tj-actions/changed-files/commit/fb1b47b72779e62a69dc98934f3e07e01eb78735)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.14.12 ([4db04c7](https://github.com/tj-actions/changed-files/commit/4db04c76fac5b37cc0308020af9c651f2447a026)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.17.0 ([f79274f](https://github.com/tj-actions/changed-files/commit/f79274f27befa7e1bf6d5eb1c4964c0f65cea226)) - (renovate[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v18.1...v18.2)
+## âŦī¸ Upgrades
-**Fixed bugs:**
+- Upgraded to v44.5.6 ([#2204](https://github.com/tj-actions/changed-files/issues/2204))
-- \[BUG\] Glob Pattern Incorrect? [\#433](https://github.com/tj-actions/changed-files/issues/433)
-- \[BUG\] Providing files\_ignore without using files input doesn't exclude ignored files [\#429](https://github.com/tj-actions/changed-files/issues/429)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([f1d2215](https://github.com/tj-actions/changed-files/commit/f1d2215d5d3ce1f57b3ad38a3db65d0e2cfbdb38)) - (tj-actions[bot])
-**Merged pull requests:**
+# [44.5.6](https://github.com/tj-actions/changed-files/compare/v44.5.5...v44.5.6) - (2024-07-18)
-- fix: bug omitting the fetch-depth for push based events [\#434](https://github.com/tj-actions/changed-files/pull/434) ([jackton1](https://github.com/jackton1))
-- Upgraded to v18.1 [\#432](https://github.com/tj-actions/changed-files/pull/432) ([jackton1](https://github.com/jackton1))
+## đ Bug Fixes
-## [v18.1](https://github.com/tj-actions/changed-files/tree/v18.1) (2022-03-14)
+- Remove unused code ([#2202](https://github.com/tj-actions/changed-files/issues/2202)) ([6b2903b](https://github.com/tj-actions/changed-files/commit/6b2903bdce6310cfbddd87c418f253cf29b2dec9)) - (Tonye Jack)
+- **deps:** Update dependency @octokit/rest to v21.0.1 ([56b5e13](https://github.com/tj-actions/changed-files/commit/56b5e13a32a8099659d9f0de4b06bc1fe9b60d3b)) - (renovate[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v18...v18.1)
+## âī¸ Miscellaneous Tasks
-**Merged pull requests:**
+- **deps:** Update dependency ts-jest to v29.2.3 ([dc82617](https://github.com/tj-actions/changed-files/commit/dc82617b247f7d2e5734aa9c0a0e5b800e58c1d8)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-prettier to v5.2.1 ([1797e9a](https://github.com/tj-actions/changed-files/commit/1797e9a1ea6596c1ae24e354e3d27b60332efcda)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.14.11 ([9e63ef5](https://github.com/tj-actions/changed-files/commit/9e63ef55ed3d63a5d2a83c405c415505f18fc6ea)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.7 ([f1afcac](https://github.com/tj-actions/changed-files/commit/f1afcaced6b0126bdec60471b68db60065446b50)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.16.1 ([e42a3d1](https://github.com/tj-actions/changed-files/commit/e42a3d1b0ac3775d2029e7f164e9969b2d0b70a3)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.3.3 ([f0eedff](https://github.com/tj-actions/changed-files/commit/f0eedff3627914fdcdf6458fad3b3d27fdff3f4a)) - (renovate[bot])
+- **deps:** Update codacy/codacy-analysis-cli-action action to v4.4.5 ([f6d7b72](https://github.com/tj-actions/changed-files/commit/f6d7b721fdaf52c025f2ffecd8ed077ef7dbb8a8)) - (renovate[bot])
+- **deps:** Update codacy/codacy-analysis-cli-action action to v4.4.4 ([6f59461](https://github.com/tj-actions/changed-files/commit/6f59461624f15e6b5588a64c5e2e6116135e331b)) - (renovate[bot])
+- **deps:** Update codacy/codacy-analysis-cli-action action to v4.4.2 ([443dcaf](https://github.com/tj-actions/changed-files/commit/443dcaf814b84471f1737342017b67aee4917773)) - (renovate[bot])
+- **deps:** Update dependency ts-jest to v29.2.2 ([6f8dfa8](https://github.com/tj-actions/changed-files/commit/6f8dfa84e8e84bd9098c4348fbe396887cdd0f38)) - (renovate[bot])
+- **deps:** Update dependency ts-jest to v29.2.1 ([df7dd40](https://github.com/tj-actions/changed-files/commit/df7dd40375e33c41b6fe2cd958a804c547147279)) - (renovate[bot])
+- **deps:** Update actions/setup-node action to v4.0.3 ([07a5a99](https://github.com/tj-actions/changed-files/commit/07a5a993446b4205ab95d7f4eb2d1e435548a102)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.16.0 ([02a0746](https://github.com/tj-actions/changed-files/commit/02a07463378d7af3098bbce6750f7b64e20ef461)) - (renovate[bot])
+- **deps:** Update dependency ts-jest to v29.2.0 ([75ed46d](https://github.com/tj-actions/changed-files/commit/75ed46d2351d95449bc2a73d22be97b3e298ebd8)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.14.10 ([c8c9e91](https://github.com/tj-actions/changed-files/commit/c8c9e91b4862f4ad5a37964c137c76718a4cfa6f)) - (renovate[bot])
+- **deps:** Update dependency @typescript-eslint/eslint-plugin to v7.15.0 ([8ead8a4](https://github.com/tj-actions/changed-files/commit/8ead8a4214dd9c5a55cd8c8bee76d160924658d4)) - (renovate[bot])
+- **deps-dev:** Bump @typescript-eslint/parser from 7.14.1 to 7.15.0 ([#2181](https://github.com/tj-actions/changed-files/issues/2181)) ([0f83d09](https://github.com/tj-actions/changed-files/commit/0f83d0935656d43bd0b883e10837a93197efaaf0)) - (dependabot[bot])
+- **deps:** Update dependency @types/micromatch to v4.0.9 ([c3dcd3e](https://github.com/tj-actions/changed-files/commit/c3dcd3e758397022af9086c80ca350d4877c8c3b)) - (renovate[bot])
+- **deps:** Update actions/checkout action to v4 ([#2174](https://github.com/tj-actions/changed-files/issues/2174)) ([0e9a58e](https://github.com/tj-actions/changed-files/commit/0e9a58eebf6df74057d390987e9c2ac0f213183f)) - (renovate[bot])
+- **deps:** Update actions/checkout action to v3 ([2295558](https://github.com/tj-actions/changed-files/commit/2295558b65fbca90682dd481b6933055f2f50dbb)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.6 ([6844796](https://github.com/tj-actions/changed-files/commit/68447960fff679ad642c837ddfa08b9602eb3b1a)) - (renovate[bot])
+- **deps:** Update dependency @types/micromatch to v4.0.8 ([00518ab](https://github.com/tj-actions/changed-files/commit/00518ab39d971ba44ba6fe89e10452323fd2674b)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.14.9 ([2c2260e](https://github.com/tj-actions/changed-files/commit/2c2260e690d9c41c2c6045723778793e2552561d)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.14.1 ([d1d479f](https://github.com/tj-actions/changed-files/commit/d1d479f03cc2b2e212605632b30c91f85857eb16)) - (renovate[bot])
-- fix: bug providing files\_ignore without files input [\#431](https://github.com/tj-actions/changed-files/pull/431) ([jackton1](https://github.com/jackton1))
-- chore\(deps\): update tj-actions/glob action to v7.7 [\#430](https://github.com/tj-actions/changed-files/pull/430) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update tj-actions/glob action to v7.6 [\#428](https://github.com/tj-actions/changed-files/pull/428) ([renovate[bot]](https://github.com/apps/renovate))
-- chore\(deps\): update tj-actions/github-changelog-generator action to v1.13 [\#427](https://github.com/tj-actions/changed-files/pull/427) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v18 [\#426](https://github.com/tj-actions/changed-files/pull/426) ([jackton1](https://github.com/jackton1))
+## âŦī¸ Upgrades
-## [v18](https://github.com/tj-actions/changed-files/tree/v18) (2022-03-14)
+- Upgraded to v44.5.5 ([#2168](https://github.com/tj-actions/changed-files/issues/2168))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v17.3...v18)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([9adb915](https://github.com/tj-actions/changed-files/commit/9adb9156b8a8e8484b0c33cb2fdd63f3287b0e89)) - (tj-actions[bot])
-**Fixed bugs:**
+# [44.5.5](https://github.com/tj-actions/changed-files/compare/v44.5.4...v44.5.5) - (2024-06-24)
-- \[BUG\] Separator `\n` only outputs first changed file [\#417](https://github.com/tj-actions/changed-files/issues/417)
-- \[BUG\] Argument list too long with files input [\#367](https://github.com/tj-actions/changed-files/issues/367)
+## âī¸ Miscellaneous Tasks
-**Merged pull requests:**
+- Remove debug lines ([#2166](https://github.com/tj-actions/changed-files/issues/2166)) ([cc73385](https://github.com/tj-actions/changed-files/commit/cc733854b1f224978ef800d29e4709d5ee2883e4)) - (Tonye Jack)
-- feat: Add support for using file patterns on disk [\#425](https://github.com/tj-actions/changed-files/pull/425) ([jackton1](https://github.com/jackton1))
-- chore\(deps\): update tj-actions/glob action to v7.5 [\#424](https://github.com/tj-actions/changed-files/pull/424) ([renovate[bot]](https://github.com/apps/renovate))
-- Update tj-actions/verify-changed-files action to v9 [\#423](https://github.com/tj-actions/changed-files/pull/423) ([renovate[bot]](https://github.com/apps/renovate))
-- chore: Upgrade tj-actions/glob to v7.4 [\#422](https://github.com/tj-actions/changed-files/pull/422) ([jackton1](https://github.com/jackton1))
-- Update codacy/codacy-analysis-cli-action action to v4.0.2 [\#421](https://github.com/tj-actions/changed-files/pull/421) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v17.3 [\#420](https://github.com/tj-actions/changed-files/pull/420) ([jackton1](https://github.com/jackton1))
+## âŦī¸ Upgrades
-## [v17.3](https://github.com/tj-actions/changed-files/tree/v17.3) (2022-03-08)
+- Upgraded to v44.5.4 ([#2165](https://github.com/tj-actions/changed-files/issues/2165))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v17.2...v17.3)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([0b99ecf](https://github.com/tj-actions/changed-files/commit/0b99ecfd4efe684550ba7ef222cdf6b36964c890)) - (tj-actions[bot])
-**Fixed bugs:**
+# [44.5.4](https://github.com/tj-actions/changed-files/compare/v44.5.3...v44.5.4) - (2024-06-23)
-- \[BUG\] Argument too long [\#419](https://github.com/tj-actions/changed-files/issues/419)
-- failed to Get list of files on pull request merge [\#414](https://github.com/tj-actions/changed-files/issues/414)
-- \[BUG\] Get all modified/deleted/added files from a Pull Request [\#410](https://github.com/tj-actions/changed-files/issues/410)
+## đ Bug Fixes
-**Closed issues:**
+- Error using since_last_remote_commit with the first PR commit ([#2163](https://github.com/tj-actions/changed-files/issues/2163)) ([cc3bbb0](https://github.com/tj-actions/changed-files/commit/cc3bbb0c526f8ee1d282f8c5f9f4e50745a5b457)) - (Tonye Jack)
+- **deps:** Update dependency @octokit/rest to v21 ([#2158](https://github.com/tj-actions/changed-files/issues/2158)) ([7891350](https://github.com/tj-actions/changed-files/commit/7891350b8e5530e6284113b15f753f9673276d1c)) - (renovate[bot])
-- \[BUG\] Unexpected result [\#412](https://github.com/tj-actions/changed-files/issues/412)
+## âī¸ Miscellaneous Tasks
-**Merged pull requests:**
+- **deps:** Update dependency @types/node to v20.14.8 ([373db58](https://github.com/tj-actions/changed-files/commit/373db58d9d98a3002e86f6881421378d7be4de26)) - (renovate[bot])
+- **deps-dev:** Bump @types/uuid from 9.0.8 to 10.0.0 ([#2160](https://github.com/tj-actions/changed-files/issues/2160)) ([9161a8d](https://github.com/tj-actions/changed-files/commit/9161a8dcde05a2a3b845745c47574885a33fd5e5)) - (dependabot[bot])
+- **deps:** Update dependency @types/node to v20.14.7 ([457e041](https://github.com/tj-actions/changed-files/commit/457e041909e8e6db7872dbc85f43d3fea4a72f72)) - (renovate[bot])
-- fix: bug using newline separator [\#418](https://github.com/tj-actions/changed-files/pull/418) ([jackton1](https://github.com/jackton1))
-- Revert "chore: test pull\_requests events" [\#416](https://github.com/tj-actions/changed-files/pull/416) ([jackton1](https://github.com/jackton1))
-- chore: test pull\_requests events [\#415](https://github.com/tj-actions/changed-files/pull/415) ([jackton1](https://github.com/jackton1))
-- Update codacy/codacy-analysis-cli-action action to v4.0.1 [\#413](https://github.com/tj-actions/changed-files/pull/413) ([renovate[bot]](https://github.com/apps/renovate))
-- Update actions/checkout action [\#411](https://github.com/tj-actions/changed-files/pull/411) ([renovate[bot]](https://github.com/apps/renovate))
-- Update peter-evans/create-pull-request action to v3.14.0 [\#409](https://github.com/tj-actions/changed-files/pull/409) ([renovate[bot]](https://github.com/apps/renovate))
-- Update peter-evans/create-pull-request action to v3.13.0 [\#408](https://github.com/tj-actions/changed-files/pull/408) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v17.2 [\#407](https://github.com/tj-actions/changed-files/pull/407) ([jackton1](https://github.com/jackton1))
+## âŦī¸ Upgrades
-## [v17.2](https://github.com/tj-actions/changed-files/tree/v17.2) (2022-02-27)
+- Upgraded to v44.5.3 ([#2154](https://github.com/tj-actions/changed-files/issues/2154))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v17.1...v17.2)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([e13fb92](https://github.com/tj-actions/changed-files/commit/e13fb92d451df65cea1041a85dd4a3b24153d155)) - (tj-actions[bot])
-**Fixed bugs:**
+# [44.5.3](https://github.com/tj-actions/changed-files/compare/v44.5.2...v44.5.3) - (2024-06-19)
-- \[BUG\] Gracefully handle errors for repositories without any previous commits [\#365](https://github.com/tj-actions/changed-files/issues/365)
+## đ Bug Fixes
-**Merged pull requests:**
+- **deps:** Update dependency yaml to v2.4.5 ([57a81a3](https://github.com/tj-actions/changed-files/commit/57a81a39f3c336e860a2312a2487a8a2e6d495ce)) - (renovate[bot])
+- **deps:** Update dependency yaml to v2.4.4 ([3de0776](https://github.com/tj-actions/changed-files/commit/3de07763cf5f7eb991d59ca7894be8df0f36c80c)) - (renovate[bot])
+- **deps:** Update dependency yaml to v2.4.3 ([#2120](https://github.com/tj-actions/changed-files/issues/2120)) ([60268df](https://github.com/tj-actions/changed-files/commit/60268df189b72237cfcbe6ec2937367ef2b2b75d)) - (renovate[bot])
-- fix: bug detecting other deleted and modified [\#406](https://github.com/tj-actions/changed-files/pull/406) ([jackton1](https://github.com/jackton1))
-- Upgraded to v17.1 [\#405](https://github.com/tj-actions/changed-files/pull/405) ([jackton1](https://github.com/jackton1))
+## â Add
-## [v17.1](https://github.com/tj-actions/changed-files/tree/v17.1) (2022-02-26)
+- Added missing changes and modified dist assets. ([2972fe4](https://github.com/tj-actions/changed-files/commit/2972fe4d6b07bd6de22186555c2046a94a3aa302)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([1d8732f](https://github.com/tj-actions/changed-files/commit/1d8732f877032fb30b668e90ed6e4256ce87e263)) - (GitHub Action)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v17...v17.1)
+## âī¸ Miscellaneous Tasks
-**Closed issues:**
+- **deps:** Update dependency @types/node to v20.14.6 ([eaf854e](https://github.com/tj-actions/changed-files/commit/eaf854ef0c266753e1abec356dcf17d92695b251)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v6.1.0 ([681bf92](https://github.com/tj-actions/changed-files/commit/681bf9250661435d933b9a002c1e488cb0b36392)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.14.5 ([3ec883a](https://github.com/tj-actions/changed-files/commit/3ec883ad318c2acc1a7be8bd10b3df3fb3c1ade9)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.14.4 ([e5740c1](https://github.com/tj-actions/changed-files/commit/e5740c1ffc006780d1210810ce5067ebb34610e9)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.14.3 ([bbe7f7b](https://github.com/tj-actions/changed-files/commit/bbe7f7b54441cfd1728f63a9d9a32c751f006e81)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.13.1 ([205913d](https://github.com/tj-actions/changed-files/commit/205913dc0c3aa09da9277a1b4096d2bb6321db0b)) - (renovate[bot])
+- **deps:** Lock file maintenance ([dd73690](https://github.com/tj-actions/changed-files/commit/dd73690e2ecbbee49f1f7fc434cd33a761ba90f1)) - (renovate[bot])
+- **deps:** Update dependency ts-jest to v29.1.5 ([c226cd4](https://github.com/tj-actions/changed-files/commit/c226cd45e52ac9d935958965a9892ad7bf929089)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.3.2 ([facb278](https://github.com/tj-actions/changed-files/commit/facb2785cd0aab364e33f9ec80300c644bbdbec5)) - (renovate[bot])
+- Update README.md ([#2139](https://github.com/tj-actions/changed-files/issues/2139)) ([4b558a9](https://github.com/tj-actions/changed-files/commit/4b558a92dbdbf21c40539cba330831f2def9873d)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v7.13.0 ([5f68aa8](https://github.com/tj-actions/changed-files/commit/5f68aa8f2d1601edffee7c7433dc3d8239630fef)) - (renovate[bot])
+- **deps:** Lock file maintenance ([0da22a2](https://github.com/tj-actions/changed-files/commit/0da22a2fef3bf27dba3a5fbb800090b56d8796cd)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.5 ([b53f3b8](https://github.com/tj-actions/changed-files/commit/b53f3b80e1ef417088e4c3762113460e92f3cc19)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.6.0 ([4f8f7b3](https://github.com/tj-actions/changed-files/commit/4f8f7b39cef32b5fac73349e35683446ad08d7dd)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.3.1 ([ff86e79](https://github.com/tj-actions/changed-files/commit/ff86e799329a01358899f7155923017483c20c5c)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.14.2 ([14c7f45](https://github.com/tj-actions/changed-files/commit/14c7f454e7918a2d6c36b0eccf701ef458eb6d1c)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v5.0.1 ([cda0f1d](https://github.com/tj-actions/changed-files/commit/cda0f1d381749ddcab1f3089fb0b74885bf4672d)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.14.1 ([d44c8e3](https://github.com/tj-actions/changed-files/commit/d44c8e3205b92cc77b23cc18e27b93ac5a2ea565)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.12.0 ([6b3dabe](https://github.com/tj-actions/changed-files/commit/6b3dabec4c96fb1ffad2a9e4cf3aac3c201efe55)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v5 ([#2126](https://github.com/tj-actions/changed-files/issues/2126)) ([bce8e36](https://github.com/tj-actions/changed-files/commit/bce8e36722940cf1b7ea18d6cea3f65237b2da6d)) - (renovate[bot])
+- **deps:** Lock file maintenance ([b376795](https://github.com/tj-actions/changed-files/commit/b37679580189c7d45e130ff6493385da369f7469)) - (renovate[bot])
+- **deps:** Update tj-actions/eslint-changed-files action to v25 ([#2125](https://github.com/tj-actions/changed-files/issues/2125)) ([d41df78](https://github.com/tj-actions/changed-files/commit/d41df78c17301969b5b7113aecce4b6f8e427014)) - (renovate[bot])
+- Downgrade tj-actions/eslint-changed-files pending move to eslint 9 ([#2124](https://github.com/tj-actions/changed-files/issues/2124)) ([4ae1154](https://github.com/tj-actions/changed-files/commit/4ae1154663a757e030a3f13e21e26b297ababd2a)) - (Tonye Jack)
+- **deps:** Update dependency @types/node to v20.14.0 ([f52993b](https://github.com/tj-actions/changed-files/commit/f52993ba02d6db24aaa2985670d9a2719dc6cd7e)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.3.0 ([3b13fed](https://github.com/tj-actions/changed-files/commit/3b13fed1b01c7717dc87101f9050ed33f98450da)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.12.14 ([338ea07](https://github.com/tj-actions/changed-files/commit/338ea071b0692eff915629d53579bdc5088d1011)) - (renovate[bot])
-- How can I set the action to review all commits since the last workflow run? [\#400](https://github.com/tj-actions/changed-files/issues/400)
+## âŦī¸ Upgrades
-**Merged pull requests:**
+- Upgraded to v44.5.2 ([#2116](https://github.com/tj-actions/changed-files/issues/2116))
-- fix: handle errors for repositories without any previous commit history [\#404](https://github.com/tj-actions/changed-files/pull/404) ([jackton1](https://github.com/jackton1))
-- Updated submodule [\#403](https://github.com/tj-actions/changed-files/pull/403) ([jackton1](https://github.com/jackton1))
-- Update tj-actions/github-changelog-generator action to v1.12 [\#402](https://github.com/tj-actions/changed-files/pull/402) ([renovate[bot]](https://github.com/apps/renovate))
-- chore: switch sed for awk [\#401](https://github.com/tj-actions/changed-files/pull/401) ([jackton1](https://github.com/jackton1))
-- Upgraded to v17 [\#399](https://github.com/tj-actions/changed-files/pull/399) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([25cb662](https://github.com/tj-actions/changed-files/commit/25cb66210ff37283ad495177d68ccb8489ce1277)) - (tj-actions[bot])
-## [v17](https://github.com/tj-actions/changed-files/tree/v17) (2022-02-23)
+# [44.5.2](https://github.com/tj-actions/changed-files/compare/v44.5.1...v44.5.2) - (2024-05-30)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v16...v17)
+## đ Bug Fixes
-**Implemented enhancements:**
+- Warning with fetch_missing_history_max_retries using REST API ([#2114](https://github.com/tj-actions/changed-files/issues/2114)) ([d6babd6](https://github.com/tj-actions/changed-files/commit/d6babd6899969df1a11d14c368283ea4436bca78)) - (Tonye Jack)
-- \[Feature\] Add support for detecting changes in submodules [\#349](https://github.com/tj-actions/changed-files/issues/349)
+## âī¸ Miscellaneous Tasks
-**Fixed bugs:**
+- **deps:** Update dependency @types/node to v20.12.13 ([0a79e54](https://github.com/tj-actions/changed-files/commit/0a79e54e1f77956a7c39c12ebad4e8f62ce0e6fb)) - (renovate[bot])
+- **deps:** Update dependency ts-jest to v29.1.4 ([9d06a2a](https://github.com/tj-actions/changed-files/commit/9d06a2a6a9aaef4e329865c87541e4fb2c36c7b2)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.11.0 ([7e8e88b](https://github.com/tj-actions/changed-files/commit/7e8e88bd3537fcf190ad772c0a96f30febd0734a)) - (renovate[bot])
+- **deps:** Lock file maintenance ([b510737](https://github.com/tj-actions/changed-files/commit/b510737b966ce69c576f08abf8206fb222e4d4da)) - (renovate[bot])
+- **deps:** Lock file maintenance ([2e70979](https://github.com/tj-actions/changed-files/commit/2e7097935335571e0182fd95a8b7607d74248c2a)) - (renovate[bot])
-- \[BUG\] It looks like no value such as any\_changed has been written. [\#393](https://github.com/tj-actions/changed-files/issues/393)
+## âŦī¸ Upgrades
-**Merged pull requests:**
+- Upgraded to v44.5.1 ([#2108](https://github.com/tj-actions/changed-files/issues/2108))
-- Updated README.md [\#398](https://github.com/tj-actions/changed-files/pull/398) ([jackton1](https://github.com/jackton1))
-- docs: add pkit as a contributor for code [\#397](https://github.com/tj-actions/changed-files/pull/397) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- feat: Add support for detecting submodules changes [\#394](https://github.com/tj-actions/changed-files/pull/394) ([pkit](https://github.com/pkit))
-- Updated README.md [\#392](https://github.com/tj-actions/changed-files/pull/392) ([jackton1](https://github.com/jackton1))
-- docs: add fagai as a contributor for doc [\#391](https://github.com/tj-actions/changed-files/pull/391) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- fix README [\#390](https://github.com/tj-actions/changed-files/pull/390) ([fagai](https://github.com/fagai))
-- Upgraded to v16 [\#389](https://github.com/tj-actions/changed-files/pull/389) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([625929d](https://github.com/tj-actions/changed-files/commit/625929d27d5d9362ce949a0dc367bfbaf4689115)) - (tj-actions[bot])
-## [v16](https://github.com/tj-actions/changed-files/tree/v16) (2022-02-18)
+# [44.5.1](https://github.com/tj-actions/changed-files/compare/v44.5.0...v44.5.1) - (2024-05-24)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v15...v16)
+## đ Bug Fixes
-**Implemented enhancements:**
+- Bug detecting previous tag when workflow is rerun ([#2107](https://github.com/tj-actions/changed-files/issues/2107)) ([03334d0](https://github.com/tj-actions/changed-files/commit/03334d095e2739fa9ac4034ec16f66d5d01e9eba)) - (Tonye Jack)
+- **deps:** Update dependency micromatch to v4.0.7 ([98e187e](https://github.com/tj-actions/changed-files/commit/98e187efcdfa77f01efb485b093a97a21d8281cd)) - (renovate[bot])
+- **deps:** Update dependency micromatch to v4.0.6 ([bf548e4](https://github.com/tj-actions/changed-files/commit/bf548e4af2ea13d28cd8b89f84d3ec31f27f66dc)) - (renovate[bot])
-- \[Feature\] `since_last_remote_commit` incorrect `on: push` of new branch [\#387](https://github.com/tj-actions/changed-files/issues/387)
+## â Add
-**Merged pull requests:**
+- Added missing changes and modified dist assets. ([8a0655f](https://github.com/tj-actions/changed-files/commit/8a0655f075f752a7fcf8fedd1e6b976d8a3d4454)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([96f6572](https://github.com/tj-actions/changed-files/commit/96f65726eae8888afa41617580af5882e4e197f5)) - (GitHub Action)
-- feat: Use previous commit when since\_last\_remote\_commit is set to true [\#388](https://github.com/tj-actions/changed-files/pull/388) ([jackton1](https://github.com/jackton1))
-- Upgraded to v15.1 [\#386](https://github.com/tj-actions/changed-files/pull/386) ([jackton1](https://github.com/jackton1))
+## âī¸ Miscellaneous Tasks
-## [v15](https://github.com/tj-actions/changed-files/tree/v15) (2022-02-17)
+- **deps:** Update dependency ts-jest to v29.1.3 ([d195e6e](https://github.com/tj-actions/changed-files/commit/d195e6e7c2774fc8d3941acb2e6be1d38077eb47)) - (renovate[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v15.1...v15)
+## âŦī¸ Upgrades
-## [v15.1](https://github.com/tj-actions/changed-files/tree/v15.1) (2022-02-17)
+- Upgraded to v44.5.0 ([#2101](https://github.com/tj-actions/changed-files/issues/2101))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.0.1...v15.1)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com>
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([8b07fd3](https://github.com/tj-actions/changed-files/commit/8b07fd3b111677cb50907731b0af597475af6bec)) - (tj-actions[bot])
-**Merged pull requests:**
+# [44.5.0](https://github.com/tj-actions/changed-files/compare/v44.4.0...v44.5.0) - (2024-05-21)
-- Updated README.md [\#385](https://github.com/tj-actions/changed-files/pull/385) ([jackton1](https://github.com/jackton1))
-- feat: Added support for using fork point to detect file changes. [\#384](https://github.com/tj-actions/changed-files/pull/384) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#383](https://github.com/tj-actions/changed-files/pull/383) ([jackton1](https://github.com/jackton1))
-- Update README.md [\#381](https://github.com/tj-actions/changed-files/pull/381) ([jackton1](https://github.com/jackton1))
-- Update README.md [\#380](https://github.com/tj-actions/changed-files/pull/380) ([jackton1](https://github.com/jackton1))
-- Update diff-sha.sh [\#379](https://github.com/tj-actions/changed-files/pull/379) ([jackton1](https://github.com/jackton1))
-- Test pull request diff [\#378](https://github.com/tj-actions/changed-files/pull/378) ([jackton1](https://github.com/jackton1))
-- Upgraded to v15 [\#377](https://github.com/tj-actions/changed-files/pull/377) ([jackton1](https://github.com/jackton1))
-- Upgraded to v5.0.0 [\#375](https://github.com/tj-actions/changed-files/pull/375) ([jackton1](https://github.com/jackton1))
-- Update tj-actions/sync-release-version action to v11 [\#374](https://github.com/tj-actions/changed-files/pull/374) ([renovate[bot]](https://github.com/apps/renovate))
-- Updated README.md [\#373](https://github.com/tj-actions/changed-files/pull/373) ([jackton1](https://github.com/jackton1))
-- Upgraded to v14.7 [\#371](https://github.com/tj-actions/changed-files/pull/371) ([jackton1](https://github.com/jackton1))
-- chore: Cleanup duplicate action runs [\#370](https://github.com/tj-actions/changed-files/pull/370) ([jackton1](https://github.com/jackton1))
-- feat: Add support for excluding files via files-ignore input [\#369](https://github.com/tj-actions/changed-files/pull/369) ([jackton1](https://github.com/jackton1))
-- Upgraded to v4.0.7 [\#368](https://github.com/tj-actions/changed-files/pull/368) ([jackton1](https://github.com/jackton1))
-- fix: Bug detecting deleted files. [\#364](https://github.com/tj-actions/changed-files/pull/364) ([jackton1](https://github.com/jackton1))
-- chore: Update glob action inputs [\#363](https://github.com/tj-actions/changed-files/pull/363) ([jackton1](https://github.com/jackton1))
-- Upgraded to v14.6 [\#362](https://github.com/tj-actions/changed-files/pull/362) ([jackton1](https://github.com/jackton1))
-- Upgraded to v4.0.6 [\#361](https://github.com/tj-actions/changed-files/pull/361) ([jackton1](https://github.com/jackton1))
-- Update README.md [\#360](https://github.com/tj-actions/changed-files/pull/360) ([jackton1](https://github.com/jackton1))
-- Update README.md [\#359](https://github.com/tj-actions/changed-files/pull/359) ([jackton1](https://github.com/jackton1))
-- fix: Error with multiple changed files from merge commits [\#358](https://github.com/tj-actions/changed-files/pull/358) ([jackton1](https://github.com/jackton1))
-- Update tj-actions/glob action to v7 [\#357](https://github.com/tj-actions/changed-files/pull/357) ([renovate[bot]](https://github.com/apps/renovate))
-- Update reviewdog/action-shellcheck action to v1.14 [\#356](https://github.com/tj-actions/changed-files/pull/356) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v14.5 [\#352](https://github.com/tj-actions/changed-files/pull/352) ([jackton1](https://github.com/jackton1))
-- Upgraded to v4.0.5 [\#351](https://github.com/tj-actions/changed-files/pull/351) ([jackton1](https://github.com/jackton1))
-- feat: Add support for detecting submodules changes [\#350](https://github.com/tj-actions/changed-files/pull/350) ([jackton1](https://github.com/jackton1))
-- Upgraded to v14.4 [\#348](https://github.com/tj-actions/changed-files/pull/348) ([jackton1](https://github.com/jackton1))
-- Upgraded to v4.0.4 [\#347](https://github.com/tj-actions/changed-files/pull/347) ([jackton1](https://github.com/jackton1))
-- chore: expose internal files-separator input [\#346](https://github.com/tj-actions/changed-files/pull/346) ([jackton1](https://github.com/jackton1))
-- Upgraded to v14.3 [\#343](https://github.com/tj-actions/changed-files/pull/343) ([jackton1](https://github.com/jackton1))
-- Upgraded to v4.0.3 [\#342](https://github.com/tj-actions/changed-files/pull/342) ([jackton1](https://github.com/jackton1))
-- fix: resolve bug with pattern matching on windows [\#341](https://github.com/tj-actions/changed-files/pull/341) ([jackton1](https://github.com/jackton1))
-- Upgraded to v14.2 [\#339](https://github.com/tj-actions/changed-files/pull/339) ([jackton1](https://github.com/jackton1))
-- Upgraded to v4.0.2 [\#338](https://github.com/tj-actions/changed-files/pull/338) ([jackton1](https://github.com/jackton1))
-- bug: resolve issue with excluding files via glob pattern [\#337](https://github.com/tj-actions/changed-files/pull/337) ([jackton1](https://github.com/jackton1))
-- Bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 [\#334](https://github.com/tj-actions/changed-files/pull/334) ([dependabot[bot]](https://github.com/apps/dependabot))
-- Upgraded to v14.1 [\#332](https://github.com/tj-actions/changed-files/pull/332) ([jackton1](https://github.com/jackton1))
-- Upgraded to v4.0.1 [\#331](https://github.com/tj-actions/changed-files/pull/331) ([jackton1](https://github.com/jackton1))
-- bug: Fix command to narrow down target files [\#330](https://github.com/tj-actions/changed-files/pull/330) ([massongit](https://github.com/massongit))
-- Upgraded to v14 [\#329](https://github.com/tj-actions/changed-files/pull/329) ([jackton1](https://github.com/jackton1))
-- Upgraded to v4.0.0 [\#328](https://github.com/tj-actions/changed-files/pull/328) ([jackton1](https://github.com/jackton1))
-- Clean up variable name to reflect usage. [\#327](https://github.com/tj-actions/changed-files/pull/327) ([jackton1](https://github.com/jackton1))
-- Narrow down target files by exact match of INPUT\_FILES [\#326](https://github.com/tj-actions/changed-files/pull/326) ([massongit](https://github.com/massongit))
-- Upgraded to v13.2 [\#325](https://github.com/tj-actions/changed-files/pull/325) ([jackton1](https://github.com/jackton1))
-- Upgraded to v3.0.2 [\#324](https://github.com/tj-actions/changed-files/pull/324) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#323](https://github.com/tj-actions/changed-files/pull/323) ([jackton1](https://github.com/jackton1))
-- docs: add massongit as a contributor for code [\#322](https://github.com/tj-actions/changed-files/pull/322) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- Deduplicate from files parameter without sorting [\#321](https://github.com/tj-actions/changed-files/pull/321) ([massongit](https://github.com/massongit))
-- docs: add wushujames as a contributor for doc [\#320](https://github.com/tj-actions/changed-files/pull/320) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- String literals need to be inside single-quotes [\#319](https://github.com/tj-actions/changed-files/pull/319) ([wushujames](https://github.com/wushujames))
-- Remove redundant debug line [\#318](https://github.com/tj-actions/changed-files/pull/318) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#317](https://github.com/tj-actions/changed-files/pull/317) ([jackton1](https://github.com/jackton1))
-- Upgraded to v13.1 [\#316](https://github.com/tj-actions/changed-files/pull/316) ([jackton1](https://github.com/jackton1))
-- Upgraded to v3.0.1 [\#315](https://github.com/tj-actions/changed-files/pull/315) ([jackton1](https://github.com/jackton1))
-- Update tj-actions/glob action to v3.3 [\#313](https://github.com/tj-actions/changed-files/pull/313) ([renovate[bot]](https://github.com/apps/renovate))
-- Updated README.md [\#312](https://github.com/tj-actions/changed-files/pull/312) ([jackton1](https://github.com/jackton1))
-- Clean up unused code [\#311](https://github.com/tj-actions/changed-files/pull/311) ([jackton1](https://github.com/jackton1))
-- doc: add Zamiell as a contributor for doc [\#310](https://github.com/tj-actions/changed-files/pull/310) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- spelling/grammar [\#309](https://github.com/tj-actions/changed-files/pull/309) ([Zamiell](https://github.com/Zamiell))
-- Upgraded to v3.0.0 [\#308](https://github.com/tj-actions/changed-files/pull/308) ([jackton1](https://github.com/jackton1))
-- Upgraded to v13 [\#307](https://github.com/tj-actions/changed-files/pull/307) ([jackton1](https://github.com/jackton1))
-- Upgraded tj-actions/glob to v3.2 [\#306](https://github.com/tj-actions/changed-files/pull/306) ([jackton1](https://github.com/jackton1))
-- Update tj-actions/remark action to v2.3 [\#305](https://github.com/tj-actions/changed-files/pull/305) ([renovate[bot]](https://github.com/apps/renovate))
-- Add support for using github's glob pattern syntax [\#304](https://github.com/tj-actions/changed-files/pull/304) ([jackton1](https://github.com/jackton1))
-- Update tj-actions/remark action to v2 [\#302](https://github.com/tj-actions/changed-files/pull/302) ([renovate[bot]](https://github.com/apps/renovate))
-- Bump tj-actions/github-changelog-generator from 1.10 to 1.11 [\#300](https://github.com/tj-actions/changed-files/pull/300) ([dependabot[bot]](https://github.com/apps/dependabot))
-- Update tj-actions/github-changelog-generator action to v1.10 [\#299](https://github.com/tj-actions/changed-files/pull/299) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v2.0.1 [\#298](https://github.com/tj-actions/changed-files/pull/298) ([jackton1](https://github.com/jackton1))
-- Upgraded to v12.2 [\#297](https://github.com/tj-actions/changed-files/pull/297) ([jackton1](https://github.com/jackton1))
+## đ Features
-## [v1.0.1](https://github.com/tj-actions/changed-files/tree/v1.0.1) (2022-02-17)
+- Add support for providing patterns to match tags ([#2098](https://github.com/tj-actions/changed-files/issues/2098)) ([03c1842](https://github.com/tj-actions/changed-files/commit/03c184259aae3c160b1d7281389e51f97ea02e5e)) - (Tonye Jack)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.0.0...v1.0.1)
+## đ Update
-## [v1.0.0](https://github.com/tj-actions/changed-files/tree/v1.0.0) (2022-02-17)
+- Updated README.md ([#2099](https://github.com/tj-actions/changed-files/issues/2099))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5.0.0...v1.0.0)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([1754cd4](https://github.com/tj-actions/changed-files/commit/1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8)) - (tj-actions[bot])
-**Fixed bugs:**
+## âī¸ Miscellaneous Tasks
-- \[BUG\] Project versions are mutated without warning [\#382](https://github.com/tj-actions/changed-files/issues/382)
+- **deps:** Update typescript-eslint monorepo to v7.10.0 ([5f01393](https://github.com/tj-actions/changed-files/commit/5f0139347aeb65568e336f0250e84595c04c6c0a)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.4 ([58a9886](https://github.com/tj-actions/changed-files/commit/58a98867a77169ecf0438862d98cc9eb4bfb3511)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.3 ([9216b0c](https://github.com/tj-actions/changed-files/commit/9216b0cec231229441961c892fbdfcda247e6f59)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.12.12 ([0e3a6c3](https://github.com/tj-actions/changed-files/commit/0e3a6c3e99b91fdd487b056c372f55c0c28e7eaf)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.9.0 ([e86678f](https://github.com/tj-actions/changed-files/commit/e86678fe3aea7af0d378326a830158c186101136)) - (renovate[bot])
+- **deps:** Lock file maintenance ([35d5a4d](https://github.com/tj-actions/changed-files/commit/35d5a4d79f865a1a8db02b9f6fb4c5cd4b4809ef)) - (renovate[bot])
-## [v5.0.0](https://github.com/tj-actions/changed-files/tree/v5.0.0) (2022-02-17)
+## âŦī¸ Upgrades
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v14.7...v5.0.0)
+- Upgraded to v44.4.0 ([#2086](https://github.com/tj-actions/changed-files/issues/2086))
-## [v14.7](https://github.com/tj-actions/changed-files/tree/v14.7) (2022-02-17)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([887f936](https://github.com/tj-actions/changed-files/commit/887f93673c5c7e05864f59ff35db2cc632163ce3)) - (tj-actions[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v14.6...v14.7)
+# [44.4.0](https://github.com/tj-actions/changed-files/compare/v44.3.0...v44.4.0) - (2024-05-08)
-## [v14.6](https://github.com/tj-actions/changed-files/tree/v14.6) (2022-02-17)
+## đ Features
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v14.5...v14.6)
+- Reduce the default fetch_depth from 50 to 25 and increase fetch_missing_history_max_retries ([#2060](https://github.com/tj-actions/changed-files/issues/2060)) ([44ce9f4](https://github.com/tj-actions/changed-files/commit/44ce9f434167298fce8f9edf203176c014d51ed8)) - (Tonye Jack)
-## [v14.5](https://github.com/tj-actions/changed-files/tree/v14.5) (2022-02-17)
+## đ Bug Fixes
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v14.4...v14.5)
+- **deps:** Update dependency @octokit/rest to v20.1.1 ([396e5a5](https://github.com/tj-actions/changed-files/commit/396e5a51d5444a68abd0ca86795e40144b22875a)) - (renovate[bot])
+- **deps:** Update dependency yaml to v2.4.2 ([1c5b7dc](https://github.com/tj-actions/changed-files/commit/1c5b7dc5f490a91e3ffe2a80a32b6ec53fee8627)) - (renovate[bot])
-## [v14.4](https://github.com/tj-actions/changed-files/tree/v14.4) (2022-02-17)
+## â Add
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v14.3...v14.4)
+- Added missing changes and modified dist assets. ([c393672](https://github.com/tj-actions/changed-files/commit/c393672835f5e9934c60b73f14af88cbb3eb9d6d)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([15fa7fb](https://github.com/tj-actions/changed-files/commit/15fa7fb9550e318cd8c7889812750e3baf85741a)) - (GitHub Action)
-## [v14.3](https://github.com/tj-actions/changed-files/tree/v14.3) (2022-02-17)
+## đ Update
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v14.2...v14.3)
+- Updated README.md ([#2068](https://github.com/tj-actions/changed-files/issues/2068))
-## [v14.2](https://github.com/tj-actions/changed-files/tree/v14.2) (2022-02-17)
+Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([0c82494](https://github.com/tj-actions/changed-files/commit/0c82494d634648c00ea121dc17d3c790888d84b7)) - (tj-actions[bot])
+- Updated README.md ([#2061](https://github.com/tj-actions/changed-files/issues/2061))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v14.1...v14.2)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([cee950d](https://github.com/tj-actions/changed-files/commit/cee950d7423ea9b9e2f1398edb7c203aa8e3b6a8)) - (tj-actions[bot])
+- Updated README.md ([#2059](https://github.com/tj-actions/changed-files/issues/2059))
-## [v14.1](https://github.com/tj-actions/changed-files/tree/v14.1) (2022-02-17)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([7b65c37](https://github.com/tj-actions/changed-files/commit/7b65c377b1a5352050b3f1765e89e8c1498b7151)) - (tj-actions[bot])
+- Update action.yml ([532b66a](https://github.com/tj-actions/changed-files/commit/532b66aa5cdd78ac95381a5837593c4e2c1cc689)) - (Tonye Jack)
+- Updated README.md ([#2057](https://github.com/tj-actions/changed-files/issues/2057))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v14...v14.1)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([461ea4f](https://github.com/tj-actions/changed-files/commit/461ea4f9bf72cc903116a1f7832c259517033c4f)) - (tj-actions[bot])
-## [v14](https://github.com/tj-actions/changed-files/tree/v14) (2022-02-17)
+## âī¸ Miscellaneous Tasks
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.0.7...v14)
+- **deps:** Update dependency @types/node to v20.12.11 ([a29e8b5](https://github.com/tj-actions/changed-files/commit/a29e8b565651ce417abb5db7164b4a2ad8b6155c)) - (renovate[bot])
+- **deps:** Update codacy/codacy-analysis-cli-action action to v4.4.1 ([5a12705](https://github.com/tj-actions/changed-files/commit/5a127050b23a670857f37c398ad95d4258ad2cd9)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.12.10 ([5819343](https://github.com/tj-actions/changed-files/commit/581934340b529e43033415c4777d68fef0a77728)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.12.9 ([5587afb](https://github.com/tj-actions/changed-files/commit/5587afbef7d18ac15b8dcb6728b4cef8dd65a3ca)) - (renovate[bot])
+- **deps:** Lock file maintenance ([0f039f3](https://github.com/tj-actions/changed-files/commit/0f039f361bfe87006120af15e65aca81bbf83a85)) - (renovate[bot])
+- **deps:** Update tj-actions/verify-changed-files action to v20 ([#2079](https://github.com/tj-actions/changed-files/issues/2079)) ([6d4230d](https://github.com/tj-actions/changed-files/commit/6d4230d4f04050b0b2748f51b7e45411c80556fb)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.1 ([1711887](https://github.com/tj-actions/changed-files/commit/1711887607a8b90e5a2c940b679d755bfb77d002)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.5.0 ([47a2d62](https://github.com/tj-actions/changed-files/commit/47a2d62412bf64a49abd7b7679f33b424ceca288)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.4.0 ([c73b12c](https://github.com/tj-actions/changed-files/commit/c73b12cc6d5217a79bf78cf8a07ffc67de3ee4ad)) - (renovate[bot])
+- **deps-dev:** Bump @types/node from 20.12.7 to 20.12.8 ([#2074](https://github.com/tj-actions/changed-files/issues/2074)) ([41ce994](https://github.com/tj-actions/changed-files/commit/41ce994be96a740b53ae11ecbf86d1619a7bd640)) - (dependabot[bot])
+- **deps:** Lock file maintenance ([192e174](https://github.com/tj-actions/changed-files/commit/192e174507517360f2917c06114bc29c1b6f87cc)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.8.0 ([5e85e31](https://github.com/tj-actions/changed-files/commit/5e85e31a0187e8df23b438284aa04f21b55f1510)) - (renovate[bot])
+- **deps:** Lock file maintenance ([7871e84](https://github.com/tj-actions/changed-files/commit/7871e848ad730c5f0f07beb4b552d981666d0113)) - (renovate[bot])
+- **deps:** Update tj-actions/eslint-changed-files action to v25 ([#2069](https://github.com/tj-actions/changed-files/issues/2069)) ([4765b9f](https://github.com/tj-actions/changed-files/commit/4765b9f7755d935bfd5b817fd54c1644a3e353e6)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.3.0 ([7d02310](https://github.com/tj-actions/changed-files/commit/7d02310f6e619682280fc882083625c6fdea15a8)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v6.0.5 ([0df48f8](https://github.com/tj-actions/changed-files/commit/0df48f84094b1c181560c74c366be7aa482f69f9)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.7.1 ([b76e23c](https://github.com/tj-actions/changed-files/commit/b76e23c88a5fd49bbf61e0ed56e3bf863400619c)) - (renovate[bot])
+- **deps:** Lock file maintenance ([549c203](https://github.com/tj-actions/changed-files/commit/549c203ec243ad37c57a0aacc725543b643c2c9b)) - (renovate[bot])
-## [v4.0.7](https://github.com/tj-actions/changed-files/tree/v4.0.7) (2022-02-17)
+## âŦī¸ Upgrades
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.0.6...v4.0.7)
+- Upgraded to v44.3.0 ([#2058](https://github.com/tj-actions/changed-files/issues/2058))
-## [v4.0.6](https://github.com/tj-actions/changed-files/tree/v4.0.6) (2022-02-17)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([d9384bb](https://github.com/tj-actions/changed-files/commit/d9384bba72acecf39972b06ec7f323d370f357fb)) - (tj-actions[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.0.5...v4.0.6)
+# [44.3.0](https://github.com/tj-actions/changed-files/compare/v44.2.0...v44.3.0) - (2024-04-18)
-## [v4.0.5](https://github.com/tj-actions/changed-files/tree/v4.0.5) (2022-02-17)
+## đ Features
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.0.4...v4.0.5)
+- Add support for returning posix path separator on windows ([#2056](https://github.com/tj-actions/changed-files/issues/2056)) ([0874344](https://github.com/tj-actions/changed-files/commit/0874344d6ebbaa00a27da73276ae7162fadcaf69)) - (Tonye Jack)
-## [v4.0.4](https://github.com/tj-actions/changed-files/tree/v4.0.4) (2022-02-17)
+## đ Bug Fixes
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.0.3...v4.0.4)
+- Add a fallback value for the max number for retries to fetch missing history ([#2055](https://github.com/tj-actions/changed-files/issues/2055)) ([9f8300f](https://github.com/tj-actions/changed-files/commit/9f8300f8b45b8ddd3009f170957adfa5db4f3d5d)) - (Tonye Jack)
-## [v4.0.3](https://github.com/tj-actions/changed-files/tree/v4.0.3) (2022-02-17)
+## âŦī¸ Upgrades
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.0.2...v4.0.3)
+- Upgraded to v44.2.0 ([#2054](https://github.com/tj-actions/changed-files/issues/2054))
-## [v4.0.2](https://github.com/tj-actions/changed-files/tree/v4.0.2) (2022-02-17)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([a06b9e8](https://github.com/tj-actions/changed-files/commit/a06b9e80ae631cf6747b0ed4362a83f773ffaa40)) - (tj-actions[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.0.1...v4.0.2)
+# [44.2.0](https://github.com/tj-actions/changed-files/compare/v44.1.0...v44.2.0) - (2024-04-18)
-## [v4.0.1](https://github.com/tj-actions/changed-files/tree/v4.0.1) (2022-02-17)
+## đ Features
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.0.0...v4.0.1)
+- Add support for specifying the max number for retries to fetch missing history ([#2052](https://github.com/tj-actions/changed-files/issues/2052)) ([07c64e5](https://github.com/tj-actions/changed-files/commit/07c64e56185e44568aa942ce23164b22828747eb)) - (Tonye Jack)
-## [v4.0.0](https://github.com/tj-actions/changed-files/tree/v4.0.0) (2022-02-17)
+## đ Update
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3.0.2...v4.0.0)
+- Updated README.md ([#2053](https://github.com/tj-actions/changed-files/issues/2053))
-## [v3.0.2](https://github.com/tj-actions/changed-files/tree/v3.0.2) (2022-02-17)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([4c5f5d6](https://github.com/tj-actions/changed-files/commit/4c5f5d698fbf2d763d5f13815ac7c2ccbef1ff7f)) - (tj-actions[bot])
+- Updated README.md ([#2049](https://github.com/tj-actions/changed-files/issues/2049))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3.0.1...v3.0.2)
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([831e892](https://github.com/tj-actions/changed-files/commit/831e892562944fa1fa9356c6b6e231553148f7bc)) - (tj-actions[bot])
-## [v3.0.1](https://github.com/tj-actions/changed-files/tree/v3.0.1) (2022-02-17)
+## âŦī¸ Upgrades
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3.0.0...v3.0.1)
+- Upgraded to v44.1.0 ([#2050](https://github.com/tj-actions/changed-files/issues/2050))
-## [v3.0.0](https://github.com/tj-actions/changed-files/tree/v3.0.0) (2022-02-17)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([5bd3332](https://github.com/tj-actions/changed-files/commit/5bd333239b5f6fc69dcea71aafdd8c9da21aa0a2)) - (tj-actions[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v13.2...v3.0.0)
+# [44.1.0](https://github.com/tj-actions/changed-files/compare/v44.0.1...v44.1.0) - (2024-04-17)
-## [v13.2](https://github.com/tj-actions/changed-files/tree/v13.2) (2022-02-17)
+## đ Features
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v13.1...v13.2)
+- Add option to exclude submodules when detecting changes ([#2047](https://github.com/tj-actions/changed-files/issues/2047)) ([e052d30](https://github.com/tj-actions/changed-files/commit/e052d30e1c0bdf27cd806b01ca3b393f47b50c62)) - (Tonye Jack)
-## [v13.1](https://github.com/tj-actions/changed-files/tree/v13.1) (2022-02-17)
+## â Add
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v13...v13.1)
+- Added missing changes and modified dist assets. ([d477ae5](https://github.com/tj-actions/changed-files/commit/d477ae513d5b52384bbf032bcc395a548501f3fc)) - (GitHub Action)
-## [v13](https://github.com/tj-actions/changed-files/tree/v13) (2022-02-17)
+## âī¸ Miscellaneous Tasks
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v12.2...v13)
+- **deps:** Update peter-evans/create-pull-request action to v6.0.4 ([23a4490](https://github.com/tj-actions/changed-files/commit/23a449039c6fee9756073fb578b2659e524ea07a)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.7.0 ([60e2739](https://github.com/tj-actions/changed-files/commit/60e2739e15ad6e8a2d5a3b2c8c2d420894687405)) - (renovate[bot])
+- **deps:** Lock file maintenance ([0f319d7](https://github.com/tj-actions/changed-files/commit/0f319d742554833419bdc95d68ecb50ccebcd39d)) - (renovate[bot])
+- **deps:** Lock file maintenance ([5891cbd](https://github.com/tj-actions/changed-files/commit/5891cbdfd5eb99762cc467c50ed8b39f26cc9d74)) - (renovate[bot])
+- **deps:** Update dependency @types/micromatch to v4.0.7 ([c9eaa5c](https://github.com/tj-actions/changed-files/commit/c9eaa5c000b860baef243fabe5562a694dc58c0e)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v6.0.3 ([fd91508](https://github.com/tj-actions/changed-files/commit/fd91508dbb9a3cf89ed4b32684b6eeb925e0e157)) - (renovate[bot])
+- **deps:** Update dependency typescript to v5.4.5 ([e8a7e82](https://github.com/tj-actions/changed-files/commit/e8a7e822693e723321608f9be7209c66c3f74860)) - (renovate[bot])
-**Implemented enhancements:**
+## âŦī¸ Upgrades
-- \[Feature\] files-ignore [\#366](https://github.com/tj-actions/changed-files/issues/366)
-- \[Feature\] Make it easier to exclude files [\#265](https://github.com/tj-actions/changed-files/issues/265)
-- \[Feature\] Support the same filter syntax as GitHub Workflows [\#264](https://github.com/tj-actions/changed-files/issues/264)
+- Upgraded to v44.0.1 ([#2037](https://github.com/tj-actions/changed-files/issues/2037))
-**Fixed bugs:**
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([159b053](https://github.com/tj-actions/changed-files/commit/159b05372c2d806218e9370a3e877b6d9db80737)) - (tj-actions[bot])
-- \[BUG\] not patterns is not working in files [\#372](https://github.com/tj-actions/changed-files/issues/372)
-- \[BUG\] "delete" does not work [\#353](https://github.com/tj-actions/changed-files/issues/353)
-- \[BUG\] Files detected as changed that are not part of PR [\#345](https://github.com/tj-actions/changed-files/issues/345)
-- \[BUG\] Action flips forward slash into backslash resulting in match failure. [\#340](https://github.com/tj-actions/changed-files/issues/340)
-- \[BUG\] Negating filter doesn't work [\#335](https://github.com/tj-actions/changed-files/issues/335)
-- \[BUG\] Getting Error: `uses:` keyword is not currently supported when using above 12.2 version [\#333](https://github.com/tj-actions/changed-files/issues/333)
-- \[BUG\] wrong result of any\_change output [\#314](https://github.com/tj-actions/changed-files/issues/314)
-- \[BUG\] Investigate possible bug using since\_last\_remote\_commit when force pushing changes. [\#303](https://github.com/tj-actions/changed-files/issues/303)
+# [44.0.1](https://github.com/tj-actions/changed-files/compare/v44.0.0...v44.0.1) - (2024-04-09)
-## [v12.2](https://github.com/tj-actions/changed-files/tree/v12.2) (2021-12-30)
+## đ Bug Fixes
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v2.0.1...v12.2)
+- **deps:** Update dependency @octokit/rest to v20.1.0 ([57d40e6](https://github.com/tj-actions/changed-files/commit/57d40e662d530daae769897d18bded8d3cf4263b)) - (renovate[bot])
-## [v2.0.1](https://github.com/tj-actions/changed-files/tree/v2.0.1) (2021-12-30)
+## â Add
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v12.1...v2.0.1)
+- Added missing changes and modified dist assets. ([5f084a5](https://github.com/tj-actions/changed-files/commit/5f084a52a4aa792443ce2bbb4a91daa956a83c4f)) - (GitHub Action)
-**Merged pull requests:**
+## âī¸ Miscellaneous Tasks
-- Fixed unbound variable warnings [\#296](https://github.com/tj-actions/changed-files/pull/296) ([jackton1](https://github.com/jackton1))
-- Upgraded to v12.1 [\#295](https://github.com/tj-actions/changed-files/pull/295) ([jackton1](https://github.com/jackton1))
+- **deps:** Update dependency @types/node to v20.12.7 ([635f118](https://github.com/tj-actions/changed-files/commit/635f118699dd888d737c15018cd30aff2e0274f8)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.12.6 ([634b615](https://github.com/tj-actions/changed-files/commit/634b61511ee053fabd2cfaaf72201ee2aba54a71)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.6.0 ([77fcf43](https://github.com/tj-actions/changed-files/commit/77fcf43160285ab257bfa4b0ef824674404bb585)) - (renovate[bot])
+- **deps:** Lock file maintenance ([ff2cb1b](https://github.com/tj-actions/changed-files/commit/ff2cb1b4f2d5b477f5e0720e406ebb59af963a5b)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.2.0 ([5d5da31](https://github.com/tj-actions/changed-files/commit/5d5da31340cc6c5ce75e99ca8e5436aeda1c111f)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28.1.1 ([29bc0d3](https://github.com/tj-actions/changed-files/commit/29bc0d3fd93da8b4eae1bc7568d193b2092baf9c)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v28 ([#2030](https://github.com/tj-actions/changed-files/issues/2030)) ([c9f9d57](https://github.com/tj-actions/changed-files/commit/c9f9d5784e44a3f04e2995c42e6ca15f7c41374b)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.12.5 ([a4fba01](https://github.com/tj-actions/changed-files/commit/a4fba0109cdb1460d2d6a345cbe68883a3efec47)) - (renovate[bot])
+- **deps:** Bump undici from 5.28.3 to 5.28.4 ([#2026](https://github.com/tj-actions/changed-files/issues/2026)) ([8a65461](https://github.com/tj-actions/changed-files/commit/8a6546164ab50b552bf37a71eb624e115731c3ee)) - (dependabot[bot])
+- **deps:** Update dependency typescript to v5.4.4 ([bad2eb6](https://github.com/tj-actions/changed-files/commit/bad2eb6859141c0628b71ff4ae0fa1a39a8cfd1a)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.12.4 ([b2dbd42](https://github.com/tj-actions/changed-files/commit/b2dbd4264a1b1ffc90b7b807d01e572eaf935f06)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.12.3 ([185549c](https://github.com/tj-actions/changed-files/commit/185549c022e131c14c82c9ddfd42ca3fc4a503c2)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.5.0 ([f853fd0](https://github.com/tj-actions/changed-files/commit/f853fd059210921daf74c68d70c6f77b2dd21f8c)) - (renovate[bot])
+- **deps:** Lock file maintenance ([cd3c6e6](https://github.com/tj-actions/changed-files/commit/cd3c6e6bbdabefdea4c7311299eacf440eefabaf)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.12.2 ([e5ce44a](https://github.com/tj-actions/changed-files/commit/e5ce44a30190a3af4c81b960587845596e2300ca)) - (renovate[bot])
+- **deps:** Update tj-actions/eslint-changed-files action to v24 ([#2019](https://github.com/tj-actions/changed-files/issues/2019)) ([ccdcd17](https://github.com/tj-actions/changed-files/commit/ccdcd17ffd1350eb36c1ff43637d0dbd40b8cdfb)) - (renovate[bot])
-## [v12.1](https://github.com/tj-actions/changed-files/tree/v12.1) (2021-12-30)
+## âŦī¸ Upgrades
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v2.0.0...v12.1)
+- Upgraded to v44 ([#2017](https://github.com/tj-actions/changed-files/issues/2017))
-**Fixed bugs:**
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([e4b8daf](https://github.com/tj-actions/changed-files/commit/e4b8dafc5d0002cc57a632e6a376df5c8c368481)) - (tj-actions[bot])
-- \[BUG\] The `other_modified_files` contains all modified files even those that match the file `filter`. [\#293](https://github.com/tj-actions/changed-files/issues/293)
-- \[BUG\] The `only_modified` is evaluated to `true` even when `other_modified_files` is not empty. [\#292](https://github.com/tj-actions/changed-files/issues/292)
+# [44.0.0](https://github.com/tj-actions/changed-files/compare/v43.0.1...v44.0.0) - (2024-03-27)
-**Merged pull requests:**
+## đ Bug Fixes
-- Fixed regression bug with other\_modified and other\_changed outputs [\#294](https://github.com/tj-actions/changed-files/pull/294) ([jackton1](https://github.com/jackton1))
-- Update reviewdog/action-shellcheck action to v1.13 [\#291](https://github.com/tj-actions/changed-files/pull/291) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v2.0.0 [\#290](https://github.com/tj-actions/changed-files/pull/290) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#289](https://github.com/tj-actions/changed-files/pull/289) ([jackton1](https://github.com/jackton1))
+- Ensure the fork remote doesn't exists before creating it ([#2012](https://github.com/tj-actions/changed-files/issues/2012)) ([4bbd49b](https://github.com/tj-actions/changed-files/commit/4bbd49b9986b1300b75e8efb5778350b750ae6c8)) - (Tonye Jack)
+- Update previos sha for forks ([#2011](https://github.com/tj-actions/changed-files/issues/2011)) ([f0e7702](https://github.com/tj-actions/changed-files/commit/f0e7702ccc35952acb83edeb7400b05c0a67e2be)) - (Tonye Jack)
+- Update to add the fork remote ([#2010](https://github.com/tj-actions/changed-files/issues/2010)) ([6354e6c](https://github.com/tj-actions/changed-files/commit/6354e6c5426d1e7c7a2d8a5887e26b535837958e)) - (Tonye Jack)
+- Check for setting remote urls for forks ([#2009](https://github.com/tj-actions/changed-files/issues/2009)) ([1176164](https://github.com/tj-actions/changed-files/commit/117616472fb771d9e030aa0c3741057ad520d9cf)) - (Tonye Jack)
+- Bug with prs from forks returning incorrect set of changed files ([#2007](https://github.com/tj-actions/changed-files/issues/2007)) ([4ff7936](https://github.com/tj-actions/changed-files/commit/4ff79362e5015d6d0c6c0050b3082c97a5b7e84a)) - (Tonye Jack)
-## [v2.0.0](https://github.com/tj-actions/changed-files/tree/v2.0.0) (2021-12-17)
+## â Remove
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v12...v2.0.0)
+- Unused code ([#2014](https://github.com/tj-actions/changed-files/issues/2014)) ([90941b3](https://github.com/tj-actions/changed-files/commit/90941b398f6d8d3ade3e2b8f179d0c64f3679de6)) - (Tonye Jack)
-**Fixed bugs:**
+## đ Update
-- \[BUG\] Files input doesn't work when running with `act` [\#251](https://github.com/tj-actions/changed-files/issues/251)
+- Updated README.md ([#2016](https://github.com/tj-actions/changed-files/issues/2016))
-**Closed issues:**
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([2d756ea](https://github.com/tj-actions/changed-files/commit/2d756ea4c53f7f6b397767d8723b3a10a9f35bf2)) - (tj-actions[bot])
+- Update README.md ([2d21bbb](https://github.com/tj-actions/changed-files/commit/2d21bbb405b3e0e15479b93c4d9989b4b780a266)) - (Tonye Jack)
+- Updated README.md ([#2013](https://github.com/tj-actions/changed-files/issues/2013))
-- Breaking changes in patch updates? [\#288](https://github.com/tj-actions/changed-files/issues/288)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([2ca8dc4](https://github.com/tj-actions/changed-files/commit/2ca8dc42f60aab6d0f54beb4e1bd63f15aa53632)) - (tj-actions[bot])
+- Update README.md ([4621617](https://github.com/tj-actions/changed-files/commit/4621617d4b568fe72798b05a512482442405549c)) - (tonyejack1)
+- Update README.md ([c6557ed](https://github.com/tj-actions/changed-files/commit/c6557ed000b9d1dbc0abcb5c2a7efc1ef3baa379)) - (Tonye Jack)
+- Update README.md ([0713a11](https://github.com/tj-actions/changed-files/commit/0713a11242c796d0e601c9ac8f009c2beed0d646)) - (Tonye Jack)
-**Merged pull requests:**
+## âī¸ Miscellaneous Tasks
-- Upgraded to v12 [\#287](https://github.com/tj-actions/changed-files/pull/287) ([jackton1](https://github.com/jackton1))
+- Update description of outputs removing asterisks ([#2015](https://github.com/tj-actions/changed-files/issues/2015)) ([ce497c3](https://github.com/tj-actions/changed-files/commit/ce497c39e9043c5dec72f4506445f6b5dbd1f027)) - (tonyejack1)
+- Update description of other_deleted_files output ([#2008](https://github.com/tj-actions/changed-files/issues/2008)) ([ee096d6](https://github.com/tj-actions/changed-files/commit/ee096d679e877096b9d6e42066f654e0d9d65b1a)) - (tonyejack1)
+- **deps:** Update typescript-eslint monorepo to v7.4.0 ([0647424](https://github.com/tj-actions/changed-files/commit/064742427d8106b59345e3fabb40031068c82c41)) - (renovate[bot])
+- **deps:** Lock file maintenance ([efe5e6c](https://github.com/tj-actions/changed-files/commit/efe5e6c7a415f33e8936dea8c45a8fe80be66a92)) - (renovate[bot])
-## [v12](https://github.com/tj-actions/changed-files/tree/v12) (2021-12-14)
+## âŦī¸ Upgrades
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v11.9...v12)
+- Upgraded to v43.0.1 ([#2004](https://github.com/tj-actions/changed-files/issues/2004))
-**Implemented enhancements:**
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([01e9662](https://github.com/tj-actions/changed-files/commit/01e9662a12a71c5aea74e82ca1c58fa76a640c61)) - (tj-actions[bot])
-- \[Feature\] Add "any\_modified", "other\_modified\_files" and "all\_modified" outputs containing created, edit, renamed, or deleted files [\#282](https://github.com/tj-actions/changed-files/issues/282)
+# [43.0.1](https://github.com/tj-actions/changed-files/compare/v43.0.0...v43.0.1) - (2024-03-20)
-**Fixed bugs:**
+## đ Bug Fixes
-- \[BUG\] Failed to get change files on pull\_request merge event [\#281](https://github.com/tj-actions/changed-files/issues/281)
+- Remove warning with detecting the local git repository when using Github's REST API ([#2002](https://github.com/tj-actions/changed-files/issues/2002)) ([077b23f](https://github.com/tj-actions/changed-files/commit/077b23f6a68d9322b1b4ed4d0c88791b30b314d8)) - (Tonye Jack)
-**Merged pull requests:**
+## đĻ Bumps
-- Upgraded to v1.1.4 [\#286](https://github.com/tj-actions/changed-files/pull/286) ([jackton1](https://github.com/jackton1))
-- \[PR 2\]: Added support for listing all\_modified\_files. [\#285](https://github.com/tj-actions/changed-files/pull/285) ([jackton1](https://github.com/jackton1))
-- Update peter-evans/create-pull-request action to v3.12.0 [\#284](https://github.com/tj-actions/changed-files/pull/284) ([renovate[bot]](https://github.com/apps/renovate))
-- \[PR 1\]: Renamed all\_modified\_files to all\_changed\_files [\#283](https://github.com/tj-actions/changed-files/pull/283) ([jackton1](https://github.com/jackton1))
-- Upgraded to v11.9 [\#280](https://github.com/tj-actions/changed-files/pull/280) ([jackton1](https://github.com/jackton1))
+- Bump @typescript-eslint/eslint-plugin from 7.3.0 to 7.3.1 ([#1995](https://github.com/tj-actions/changed-files/issues/1995))
-## [v11.9](https://github.com/tj-actions/changed-files/tree/v11.9) (2021-12-04)
+Signed-off-by: dependabot[bot]
+Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([5c6aa49](https://github.com/tj-actions/changed-files/commit/5c6aa4947834d6dd7af1de76ed0e000a8cbc0964)) - (dependabot[bot])
+- Bump @typescript-eslint/parser from 7.3.0 to 7.3.1 ([#1996](https://github.com/tj-actions/changed-files/issues/1996))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.3.1...v11.9)
+Signed-off-by: dependabot[bot]
+Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([0320702](https://github.com/tj-actions/changed-files/commit/0320702dd5d94814f6c31f81f51dda71ff2d2afc)) - (dependabot[bot])
-**Implemented enhancements:**
+## đ Update
-- Can't get `since_last_remote_commit` to work properly on pull\_request event [\#276](https://github.com/tj-actions/changed-files/issues/276)
+- Update README.md ([2859a60](https://github.com/tj-actions/changed-files/commit/2859a60726ea6e36242029176333d2d37880bbc5)) - (Tonye Jack)
-**Merged pull requests:**
+## âī¸ Miscellaneous Tasks
-- Upgraded to v1.3.1 [\#279](https://github.com/tj-actions/changed-files/pull/279) ([jackton1](https://github.com/jackton1))
+- **deps:** Update dependency typescript to v5.4.3 ([20576b4](https://github.com/tj-actions/changed-files/commit/20576b4b9ed46d41e2d45a2256e5e2316dde6834)) - (renovate[bot])
+- Update inputs.ts adding comment about fetch_depth ([#2000](https://github.com/tj-actions/changed-files/issues/2000)) ([0276805](https://github.com/tj-actions/changed-files/commit/02768050b13fdd81ec63a329d99c63c70c0498d5)) - (Tonye Jack)
+- **deps:** Update dependency @types/node to v20.11.30 ([427adf4](https://github.com/tj-actions/changed-files/commit/427adf47f0f2cc0562d8ed340e6ada019719e4ed)) - (renovate[bot])
+- **deps:** Update dependency @typescript-eslint/eslint-plugin to v7.3.1 ([aa0b62a](https://github.com/tj-actions/changed-files/commit/aa0b62a2d0821235d320c725d8a3ac5eaa3d227a)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.29 ([3890368](https://github.com/tj-actions/changed-files/commit/38903688b4f76a85d37c033f85de20dc15cae06f)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.3.0 ([98a74d2](https://github.com/tj-actions/changed-files/commit/98a74d2cd69797eb746b5f87fc277dd48b6fecb7)) - (renovate[bot])
+- **deps:** Lock file maintenance ([068000d](https://github.com/tj-actions/changed-files/commit/068000d9c6712e4e03b15f450774548890556fc7)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.28 ([490ac39](https://github.com/tj-actions/changed-files/commit/490ac3999ea698495f8c32c2936450b9db118b2d)) - (renovate[bot])
-## [v1.3.1](https://github.com/tj-actions/changed-files/tree/v1.3.1) (2021-12-04)
+## âŦī¸ Upgrades
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v11.8...v1.3.1)
+- Upgraded to v43 ([#1990](https://github.com/tj-actions/changed-files/issues/1990))
-**Merged pull requests:**
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([d03038e](https://github.com/tj-actions/changed-files/commit/d03038e4e418521b091b356b50cff5d7be177c78)) - (tj-actions[bot])
-- Fixed regression bug with base\_sha for pull\_request [\#278](https://github.com/tj-actions/changed-files/pull/278) ([jackton1](https://github.com/jackton1))
-- Prevent outputting remote not found error message. [\#277](https://github.com/tj-actions/changed-files/pull/277) ([jackton1](https://github.com/jackton1))
-- Upgraded to v11.8 [\#275](https://github.com/tj-actions/changed-files/pull/275) ([jackton1](https://github.com/jackton1))
+# [43.0.0](https://github.com/tj-actions/changed-files/compare/v42.1.0...v43.0.0) - (2024-03-13)
-## [v11.8](https://github.com/tj-actions/changed-files/tree/v11.8) (2021-12-04)
+## đ Features
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.3.0...v11.8)
+- Add support for returning true for `any_{changed, modified, deleted}` outputs when no patterns are specified ([#1988](https://github.com/tj-actions/changed-files/issues/1988)) ([a5cf6aa](https://github.com/tj-actions/changed-files/commit/a5cf6aa30cfbe1e0764d2aa5e9f42edb847b6d55)) - (Tonye Jack)
-**Merged pull requests:**
+## đ Update
-- Upgraded to v1.3.0 [\#274](https://github.com/tj-actions/changed-files/pull/274) ([jackton1](https://github.com/jackton1))
+- Updated README.md ([#1989](https://github.com/tj-actions/changed-files/issues/1989))
-## [v1.3.0](https://github.com/tj-actions/changed-files/tree/v1.3.0) (2021-12-04)
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([77af4be](https://github.com/tj-actions/changed-files/commit/77af4bed286740ef1a6387dc4e4e4dec39f96054)) - (tj-actions[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v11.7...v1.3.0)
+## âī¸ Miscellaneous Tasks
-**Implemented enhancements:**
+- **deps:** Update dependency @types/node to v20.11.27 ([15807c9](https://github.com/tj-actions/changed-files/commit/15807c9c84ec7ff092c52f2f9fecc600e81420f1)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v6.0.2 ([dc458cf](https://github.com/tj-actions/changed-files/commit/dc458cf7531fd39dcf942beb39ef6bdcaddc9715)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.17.0 ([92ca3ee](https://github.com/tj-actions/changed-files/commit/92ca3eebd01cb3fc4d88a4cbd10f344ea4a116d3)) - (renovate[bot])
+- **deps:** Update dependency @typescript-eslint/eslint-plugin to v7.2.0 ([f591d0c](https://github.com/tj-actions/changed-files/commit/f591d0c7f0b790ca8c139ce92ff4e8c238cb8940)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.26 ([3502336](https://github.com/tj-actions/changed-files/commit/35023362e2b0ff1cd9b970167a1603614e1ad854)) - (renovate[bot])
+- **deps:** Update dependency @typescript-eslint/parser to v7.2.0 ([e436cb6](https://github.com/tj-actions/changed-files/commit/e436cb6d85bcd4aecab64c542f2268998a1cdd2f)) - (renovate[bot])
+- **deps:** Lock file maintenance ([257d47d](https://github.com/tj-actions/changed-files/commit/257d47dfba22be3e0a17f6bad47ff07f7e76747c)) - (renovate[bot])
-- \[Feature\] Improve error handling of non local commit reference [\#255](https://github.com/tj-actions/changed-files/issues/255)
+## âŦī¸ Upgrades
-**Fixed bugs:**
+- Upgraded to v42.1.0 ([#1977](https://github.com/tj-actions/changed-files/issues/1977))
-- \[BUG\] When running in a workflow generated by a dependabot BUMP PR, the action fails [\#268](https://github.com/tj-actions/changed-files/issues/268)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([4918e11](https://github.com/tj-actions/changed-files/commit/4918e1183080b35a085c91c8abc9e6adc4de61a1)) - (tj-actions[bot])
-**Closed issues:**
+# [42.1.0](https://github.com/tj-actions/changed-files/compare/v42.0.7...v42.1.0) - (2024-03-09)
-- Fix code scanning alert - Warn when duplicate definitions are found. [\#267](https://github.com/tj-actions/changed-files/issues/267)
+## đ Features
-**Merged pull requests:**
+- Add matrix alias to simplify using outputs for matrix jobs ([#1975](https://github.com/tj-actions/changed-files/issues/1975)) ([008ba8c](https://github.com/tj-actions/changed-files/commit/008ba8ceec9f1757264e0512542d5ecab6d87ae6)) - (Tonye Jack)
-- Resolve error setting the base sha [\#272](https://github.com/tj-actions/changed-files/pull/272) ([jackton1](https://github.com/jackton1))
-- Fixed error with test [\#270](https://github.com/tj-actions/changed-files/pull/270) ([jackton1](https://github.com/jackton1))
-- Resolve error adding remote [\#269](https://github.com/tj-actions/changed-files/pull/269) ([jackton1](https://github.com/jackton1))
-- Update base sha step [\#266](https://github.com/tj-actions/changed-files/pull/266) ([jackton1](https://github.com/jackton1))
-- Improve error handling [\#263](https://github.com/tj-actions/changed-files/pull/263) ([jackton1](https://github.com/jackton1))
-- Update README.md [\#262](https://github.com/tj-actions/changed-files/pull/262) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#260](https://github.com/tj-actions/changed-files/pull/260) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#258](https://github.com/tj-actions/changed-files/pull/258) ([jackton1](https://github.com/jackton1))
-- Upgraded to v11.7 [\#257](https://github.com/tj-actions/changed-files/pull/257) ([jackton1](https://github.com/jackton1))
+## đ Update
-## [v11.7](https://github.com/tj-actions/changed-files/tree/v11.7) (2021-11-19)
+- Updated README.md ([#1976](https://github.com/tj-actions/changed-files/issues/1976))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.2.2...v11.7)
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([aa08304](https://github.com/tj-actions/changed-files/commit/aa08304bd477b800d468db44fe10f6c61f7f7b11)) - (tj-actions[bot])
-**Merged pull requests:**
+## âŦī¸ Upgrades
-- Upgraded to v1.2.2 [\#256](https://github.com/tj-actions/changed-files/pull/256) ([jackton1](https://github.com/jackton1))
+- Upgraded to v42.0.7 ([#1974](https://github.com/tj-actions/changed-files/issues/1974))
-## [v1.2.2](https://github.com/tj-actions/changed-files/tree/v1.2.2) (2021-11-19)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([fe6c3ea](https://github.com/tj-actions/changed-files/commit/fe6c3ea0ca88f25e4ba51fa00c27bb5dd06cb08a)) - (tj-actions[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v11.6...v1.2.2)
+# [42.0.7](https://github.com/tj-actions/changed-files/compare/v42.0.6...v42.0.7) - (2024-03-07)
-**Fixed bugs:**
+## â Add
-- \[BUG\] pull request with `since_last_remote_commit = true` returns fatal: bad object [\#253](https://github.com/tj-actions/changed-files/issues/253)
+- Added missing changes and modified dist assets. ([7fc073d](https://github.com/tj-actions/changed-files/commit/7fc073d92265804a8d4e4982b637dee053daf6c5)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([ea042d8](https://github.com/tj-actions/changed-files/commit/ea042d8095a33fa94ad9d96bc929ea8810d43730)) - (GitHub Action)
-**Merged pull requests:**
+## đ Update
-- Updated git fetch to pull the last remote commit [\#254](https://github.com/tj-actions/changed-files/pull/254) ([jackton1](https://github.com/jackton1))
-- Update reviewdog/action-shellcheck action to v1.12 [\#252](https://github.com/tj-actions/changed-files/pull/252) ([renovate[bot]](https://github.com/apps/renovate))
-- Update reviewdog/action-shellcheck action to v1.11 [\#250](https://github.com/tj-actions/changed-files/pull/250) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v11.6 [\#249](https://github.com/tj-actions/changed-files/pull/249) ([jackton1](https://github.com/jackton1))
+- Update README.md ([a65c2f2](https://github.com/tj-actions/changed-files/commit/a65c2f2100bbf5456ab3003d2f2f8694a766ca15)) - (Tonye Jack)
-## [v11.6](https://github.com/tj-actions/changed-files/tree/v11.6) (2021-11-08)
+## âī¸ Miscellaneous Tasks
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.2.1...v11.6)
+- **deps:** Lock file maintenance ([7e4bfc2](https://github.com/tj-actions/changed-files/commit/7e4bfc2f1fa97a8c535ef93b2d1639d23f0ab0dc)) - (renovate[bot])
+- Add test for detecting changed-files in a nested directory ([#1972](https://github.com/tj-actions/changed-files/issues/1972)) ([ef3a7f5](https://github.com/tj-actions/changed-files/commit/ef3a7f51d62496589f0de8e46e5e60a39d45364b)) - (Tonye Jack)
+- **deps:** Update dependency typescript to v5.4.2 ([8293f8c](https://github.com/tj-actions/changed-files/commit/8293f8c984e14294df9f3eb755952f415c0a2f72)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.25 ([0ff732e](https://github.com/tj-actions/changed-files/commit/0ff732eeb3b7415f6f56c1dba85b003012e800a1)) - (renovate[bot])
-**Merged pull requests:**
+## âŦī¸ Upgrades
-- Upgraded to v1.2.1 [\#248](https://github.com/tj-actions/changed-files/pull/248) ([jackton1](https://github.com/jackton1))
+- Upgraded to v42.0.6 ([#1968](https://github.com/tj-actions/changed-files/issues/1968))
-## [v1.2.1](https://github.com/tj-actions/changed-files/tree/v1.2.1) (2021-11-08)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([8df6fc2](https://github.com/tj-actions/changed-files/commit/8df6fc260f394ebf7993aad987f0cae9147d94b8)) - (tj-actions[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v11.5...v1.2.1)
+# [42.0.6](https://github.com/tj-actions/changed-files/compare/v42.0.5...v42.0.6) - (2024-03-06)
-**Implemented enhancements:**
+## đ Bug Fixes
-- \[Feature\] Improve documentation [\#244](https://github.com/tj-actions/changed-files/issues/244)
+- **deps:** Update dependency yaml to v2.4.1 ([2c97e7e](https://github.com/tj-actions/changed-files/commit/2c97e7ea24c4a092b276d77917d5d7dbf4ea65b7)) - (renovate[bot])
-**Merged pull requests:**
+## â Add
-- Updated formatting of all modified debug message [\#247](https://github.com/tj-actions/changed-files/pull/247) ([jackton1](https://github.com/jackton1))
-- Update reviewdog/action-shellcheck action to v1.10 [\#246](https://github.com/tj-actions/changed-files/pull/246) ([renovate[bot]](https://github.com/apps/renovate))
-- Update peter-evans/create-pull-request action to v3.11.0 [\#245](https://github.com/tj-actions/changed-files/pull/245) ([renovate[bot]](https://github.com/apps/renovate))
-- Update actions/checkout action to v2.4.0 [\#243](https://github.com/tj-actions/changed-files/pull/243) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v11.5 [\#241](https://github.com/tj-actions/changed-files/pull/241) ([jackton1](https://github.com/jackton1))
+- Added missing changes and modified dist assets. ([d516645](https://github.com/tj-actions/changed-files/commit/d516645658aa4705b46600cdbf9e6d54f56b973f)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([74605cb](https://github.com/tj-actions/changed-files/commit/74605cb32610fb52b0ab3cd1bd3ab7451c614731)) - (GitHub Action)
-## [v11.5](https://github.com/tj-actions/changed-files/tree/v11.5) (2021-10-30)
+## âī¸ Miscellaneous Tasks
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.2.0...v11.5)
+- **deps:** Update typescript-eslint monorepo to v7.1.1 ([1c8e606](https://github.com/tj-actions/changed-files/commit/1c8e6069583811afb28f97afeaf8e7da80c6be5c)) - (renovate[bot])
+- **deps:** Lock file maintenance ([aa15b58](https://github.com/tj-actions/changed-files/commit/aa15b58e8ab56c0816a8e719cf5c654a79ae4492)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v4.10.2 ([0a392e7](https://github.com/tj-actions/changed-files/commit/0a392e7438f4e555202d05c463827135b3a3e289)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.24 ([85efc7d](https://github.com/tj-actions/changed-files/commit/85efc7df8eb456442f7e322633383902290cc1f8)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.23 ([2a095d2](https://github.com/tj-actions/changed-files/commit/2a095d24c23c7474c8fdde85919198de94889177)) - (renovate[bot])
+- **deps:** Update tj-actions/verify-changed-files action to v19 ([#1960](https://github.com/tj-actions/changed-files/issues/1960)) ([ac3dc5e](https://github.com/tj-actions/changed-files/commit/ac3dc5e39291033c74e26f599dbbfa9e61ff26af)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.22 ([dd7e9d3](https://github.com/tj-actions/changed-files/commit/dd7e9d3b1781a8ef379b79f15339a201912a94eb)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v6.0.1 ([0647a31](https://github.com/tj-actions/changed-files/commit/0647a31f545ce3643aea48ac4cd25f5329c6f7e2)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.21 ([9d67dd3](https://github.com/tj-actions/changed-files/commit/9d67dd3dbe2b7b04246ba58984cad0877d86d6c1)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.1.0 ([5acd7e3](https://github.com/tj-actions/changed-files/commit/5acd7e364617365a2b7f6dca77e14864196c1f1f)) - (renovate[bot])
-## [v1.2.0](https://github.com/tj-actions/changed-files/tree/v1.2.0) (2021-10-30)
+## âŦī¸ Upgrades
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v11.4...v1.2.0)
+- Upgraded to v42.0.5 ([#1955](https://github.com/tj-actions/changed-files/issues/1955))
-**Merged pull requests:**
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([9f4af73](https://github.com/tj-actions/changed-files/commit/9f4af73d05677de0c5f817fbdea9f348526bc5d7)) - (tj-actions[bot])
-- Upgraded to v11.4 [\#239](https://github.com/tj-actions/changed-files/pull/239) ([jackton1](https://github.com/jackton1))
+# [42.0.5](https://github.com/tj-actions/changed-files/compare/v42.0.4...v42.0.5) - (2024-02-26)
-## [v11.4](https://github.com/tj-actions/changed-files/tree/v11.4) (2021-10-30)
+## đ Bug Fixes
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v11.3...v11.4)
+- **deps:** Update dependency yaml to v2.4.0 ([2a2a5b6](https://github.com/tj-actions/changed-files/commit/2a2a5b6b9c6db0cfcd525935dad0f332588dbcdf)) - (renovate[bot])
-**Implemented enhancements:**
+## â Add
-- \[Feature\] Get changed files in all commits in push [\#234](https://github.com/tj-actions/changed-files/issues/234)
+- Added missing changes and modified dist assets. ([31c4d15](https://github.com/tj-actions/changed-files/commit/31c4d150e63ef47fc38cf81c39ceb5229d86e767)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([9d447b9](https://github.com/tj-actions/changed-files/commit/9d447b99599b62c3df2a8a45af769db7f81fd34f)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([c2039de](https://github.com/tj-actions/changed-files/commit/c2039de114db9c5a087669f8e5a08ccebf8ba7e5)) - (GitHub Action)
-**Merged pull requests:**
+## đ Update
-- Updated README.md [\#238](https://github.com/tj-actions/changed-files/pull/238) ([jackton1](https://github.com/jackton1))
-- Revert "Update base\_sha to use the last commit on the current branch for push event" [\#237](https://github.com/tj-actions/changed-files/pull/237) ([jackton1](https://github.com/jackton1))
-- Support retrieving changed files between the last remote commit and the current HEAD for push events [\#236](https://github.com/tj-actions/changed-files/pull/236) ([jackton1](https://github.com/jackton1))
-- Update base\_sha to use the last commit on the current branch for push event [\#235](https://github.com/tj-actions/changed-files/pull/235) ([jackton1](https://github.com/jackton1))
-- Upgraded to v11.3 [\#233](https://github.com/tj-actions/changed-files/pull/233) ([jackton1](https://github.com/jackton1))
+- Update README.md ([bb7502b](https://github.com/tj-actions/changed-files/commit/bb7502bd153c279403ec0adfe53e7d29572b8e6d)) - (Tonye Jack)
+- Updated README.md ([#1943](https://github.com/tj-actions/changed-files/issues/1943))
-## [v11.3](https://github.com/tj-actions/changed-files/tree/v11.3) (2021-10-27)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([9ef20a6](https://github.com/tj-actions/changed-files/commit/9ef20a69dd248e1c8052154fbc71e92eb22534f7)) - (tj-actions[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v11.2...v11.3)
+## âī¸ Miscellaneous Tasks
-**Fixed bugs:**
+- **deps:** Lock file maintenance ([800a282](https://github.com/tj-actions/changed-files/commit/800a2825992141ddde1a8bca8ad394cec34d3188)) - (renovate[bot])
+- Update README.md ([#1952](https://github.com/tj-actions/changed-files/issues/1952)) ([d8dcc13](https://github.com/tj-actions/changed-files/commit/d8dcc13244f746e6e87d0c8e1d9e1fece4d92b1b)) - (Tonye Jack)
+- **deps:** Update dependency eslint to v8.57.0 ([639ce0e](https://github.com/tj-actions/changed-files/commit/639ce0e105d24840145eb1f8376b3e76c9a3a8cb)) - (renovate[bot])
+- **deps:** Lock file maintenance ([83bfc72](https://github.com/tj-actions/changed-files/commit/83bfc72efa888541b87858084210b0da1a075ab0)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.20 ([879c838](https://github.com/tj-actions/changed-files/commit/879c8388c87e3dd4b82550f3ac3feb339b5be371)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v7.0.2 ([5c5539c](https://github.com/tj-actions/changed-files/commit/5c5539ced911e7611502cefecf9a4738733a6bfe)) - (renovate[bot])
+- **deps:** Lock file maintenance ([0cbc9bc](https://github.com/tj-actions/changed-files/commit/0cbc9bc448d680c63e6fa4a96b40194d963e4257)) - (renovate[bot])
+- Update action.yml ([#1942](https://github.com/tj-actions/changed-files/issues/1942)) ([a617853](https://github.com/tj-actions/changed-files/commit/a617853c0f8e2e999a506ad8f26424a2aac2175e)) - (Tonye Jack)
-- \[BUG\] Changed files not working on self hosted runners [\#227](https://github.com/tj-actions/changed-files/issues/227)
+## âŦī¸ Upgrades
-**Merged pull requests:**
+- Upgraded to v42.0.4 ([#1941](https://github.com/tj-actions/changed-files/issues/1941))
-- \[Security\]: Prevent persisting the remote when there are errors [\#232](https://github.com/tj-actions/changed-files/pull/232) ([jackton1](https://github.com/jackton1))
-- Upgraded to v11.2 [\#231](https://github.com/tj-actions/changed-files/pull/231) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([5c1bceb](https://github.com/tj-actions/changed-files/commit/5c1bceb76c87f3f3f9c362eb74228d3d9512ff5c)) - (tj-actions[bot])
-## [v11.2](https://github.com/tj-actions/changed-files/tree/v11.2) (2021-10-26)
+# [42.0.4](https://github.com/tj-actions/changed-files/compare/v42.0.3...v42.0.4) - (2024-02-18)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v11.1...v11.2)
+## âī¸ Miscellaneous Tasks
-**Implemented enhancements:**
+- Update formatting and add missing dist changes ([#1940](https://github.com/tj-actions/changed-files/issues/1940)) ([3f54ebb](https://github.com/tj-actions/changed-files/commit/3f54ebb830831fc121d3263c1857cfbdc310cdb9)) - (Tonye Jack)
-- \[Feature\] fetch HEAD without tags [\#220](https://github.com/tj-actions/changed-files/issues/220)
+## âŦī¸ Upgrades
-**Merged pull requests:**
+- Upgraded to v42.0.3 ([#1939](https://github.com/tj-actions/changed-files/issues/1939))
-- Resolved bug with already existing remote [\#230](https://github.com/tj-actions/changed-files/pull/230) ([jackton1](https://github.com/jackton1))
-- Revert "bug/fix error with already existing remote" [\#229](https://github.com/tj-actions/changed-files/pull/229) ([jackton1](https://github.com/jackton1))
-- bug/fix error with already existing remote [\#228](https://github.com/tj-actions/changed-files/pull/228) ([jackton1](https://github.com/jackton1))
-- Upgraded to v11.1 [\#226](https://github.com/tj-actions/changed-files/pull/226) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com>
+Co-authored-by: GitHub Action ([6f070cf](https://github.com/tj-actions/changed-files/commit/6f070cff38ff6dd3af1da87b6c8cdbcb8045e544)) - (tj-actions[bot])
-## [v11.1](https://github.com/tj-actions/changed-files/tree/v11.1) (2021-10-25)
+# [42.0.3](https://github.com/tj-actions/changed-files/compare/v42.0.2...v42.0.3) - (2024-02-17)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v11...v11.1)
+## đ Bug Fixes
-**Closed issues:**
+- **payload_api, git_diff:** Accessing correct property in payload and Replacing --quiet with --no-patch in git diff ([#1934](https://github.com/tj-actions/changed-files/issues/1934)) ([e3cac49](https://github.com/tj-actions/changed-files/commit/e3cac49049b6b59f85d64402e7477f0a211ceba0)) - (Aravind)
+- Broken link to matrix example workflow ([#1918](https://github.com/tj-actions/changed-files/issues/1918)) ([ea35f7e](https://github.com/tj-actions/changed-files/commit/ea35f7ea0028180dacddb2da5124befbdcd5287c)) - (KeisukeYamashita)
-- \[BUG\] not able to find only python files [\#224](https://github.com/tj-actions/changed-files/issues/224)
+## â Add
-**Merged pull requests:**
+- Added missing changes and modified dist assets. ([07ac0ac](https://github.com/tj-actions/changed-files/commit/07ac0ac1689ff4da699108e90989bed8946c655a)) - (GitHub Action)
-- Disable automatic tag following [\#225](https://github.com/tj-actions/changed-files/pull/225) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#223](https://github.com/tj-actions/changed-files/pull/223) ([jackton1](https://github.com/jackton1))
-- Upgraded to v11 [\#222](https://github.com/tj-actions/changed-files/pull/222) ([jackton1](https://github.com/jackton1))
+## đ Update
-## [v11](https://github.com/tj-actions/changed-files/tree/v11) (2021-10-23)
+- Updated README.md ([#1938](https://github.com/tj-actions/changed-files/issues/1938))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v10.1...v11)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([ec75ae5](https://github.com/tj-actions/changed-files/commit/ec75ae5ab7296b81fd4cddb77294d6718932ebab)) - (tj-actions[bot])
+- Update README.md ([8eced8a](https://github.com/tj-actions/changed-files/commit/8eced8a5dfe679a00fc7e6bcf4a149062d82cf71)) - (Tonye Jack)
+- Update README.md ([b2d4e1b](https://github.com/tj-actions/changed-files/commit/b2d4e1b488ced71a4b179146ee5a7b8b5b3df94e)) - (Tonye Jack)
+- Updated README.md ([#1920](https://github.com/tj-actions/changed-files/issues/1920))
-**Fixed bugs:**
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([3399f88](https://github.com/tj-actions/changed-files/commit/3399f8837f429519cf24ed4359003d14f3f41b0d)) - (tj-actions[bot])
+- Updated README.md ([#1917](https://github.com/tj-actions/changed-files/issues/1917))
-- \[BUG\] Spaces in file names are not handled correctly [\#216](https://github.com/tj-actions/changed-files/issues/216)
-- \[BUG\] Usage of quotes around array items [\#208](https://github.com/tj-actions/changed-files/issues/208)
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([8e56bc0](https://github.com/tj-actions/changed-files/commit/8e56bc097abe73a65e6d3c0888ea6f640c4b5480)) - (tj-actions[bot])
+- Update action.yml ([f6d3fe5](https://github.com/tj-actions/changed-files/commit/f6d3fe51790f667e42e9dc12cf25330b9fd74c3f)) - (Tonye Jack)
+- Update README.md ([efa99ea](https://github.com/tj-actions/changed-files/commit/efa99ea361dae4d03a985a185259587543eede5c)) - (Tonye Jack)
+- Update README.md ([6d8f9bd](https://github.com/tj-actions/changed-files/commit/6d8f9bd37957780639752a3b4b505f4069c40711)) - (Tonye Jack)
+- Updated README.md ([#1915](https://github.com/tj-actions/changed-files/issues/1915))
-**Merged pull requests:**
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([7daee9e](https://github.com/tj-actions/changed-files/commit/7daee9e7cfe9c6e0cb6a782ba9785239ce9ee710)) - (tj-actions[bot])
+- Update README.md ([99c80bd](https://github.com/tj-actions/changed-files/commit/99c80bdd472eb81ca8c582122685b14030d15bf4)) - (Tonye Jack)
+- Updated README.md ([#1911](https://github.com/tj-actions/changed-files/issues/1911))
-- Updated README.md [\#221](https://github.com/tj-actions/changed-files/pull/221) ([jackton1](https://github.com/jackton1))
-- Miscellaneous code cleanup [\#219](https://github.com/tj-actions/changed-files/pull/219) ([jackton1](https://github.com/jackton1))
-- Fixed bug with separator for filenames that contain spaces [\#218](https://github.com/tj-actions/changed-files/pull/218) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#215](https://github.com/tj-actions/changed-files/pull/215) ([jackton1](https://github.com/jackton1))
-- Bump tj-actions/sync-release-version from 8.7 to 9 [\#214](https://github.com/tj-actions/changed-files/pull/214) ([dependabot[bot]](https://github.com/apps/dependabot))
-- docs: add eltociear as a contributor for doc [\#213](https://github.com/tj-actions/changed-files/pull/213) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- Update README.md [\#212](https://github.com/tj-actions/changed-files/pull/212) ([eltociear](https://github.com/eltociear))
-- Fixed error with test [\#211](https://github.com/tj-actions/changed-files/pull/211) ([jackton1](https://github.com/jackton1))
-- Update actions/checkout action to v2.3.5 [\#210](https://github.com/tj-actions/changed-files/pull/210) ([renovate[bot]](https://github.com/apps/renovate))
-- Updated usage of quotes around array items. [\#209](https://github.com/tj-actions/changed-files/pull/209) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#207](https://github.com/tj-actions/changed-files/pull/207) ([jackton1](https://github.com/jackton1))
-- Upgraded to v10.1 [\#206](https://github.com/tj-actions/changed-files/pull/206) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 <17484350+jackton1@users.noreply.github.com> ([aa31060](https://github.com/tj-actions/changed-files/commit/aa3106085139b0f9138cf44fe701756ff9ee97b2)) - (tj-actions[bot])
+- Update README.md ([d3ac2a0](https://github.com/tj-actions/changed-files/commit/d3ac2a064b75442d15c932e0ade4949a9e701720)) - (Tonye Jack)
+- Updated README.md ([#1896](https://github.com/tj-actions/changed-files/issues/1896))
-## [v10.1](https://github.com/tj-actions/changed-files/tree/v10.1) (2021-10-12)
+Co-authored-by: jackton1 ([df12603](https://github.com/tj-actions/changed-files/commit/df12603b45b253b6bc04da5357a791da6d645f36)) - (tj-actions[bot])
+- Updated README.md ([#1894](https://github.com/tj-actions/changed-files/issues/1894))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v10...v10.1)
+Co-authored-by: renovate[bot] ([31b9c0a](https://github.com/tj-actions/changed-files/commit/31b9c0a5412203ed77a8c8073d72fbc01afc5d22)) - (tj-actions[bot])
-**Merged pull requests:**
+## đ Documentation
-- docs: add talva-tr as a contributor for code [\#205](https://github.com/tj-actions/changed-files/pull/205) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- Add support for updating the current HEAD [\#204](https://github.com/tj-actions/changed-files/pull/204) ([talva-tr](https://github.com/talva-tr))
-- Update tj-actions/verify-changed-files action to v8 [\#203](https://github.com/tj-actions/changed-files/pull/203) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v10 [\#202](https://github.com/tj-actions/changed-files/pull/202) ([jackton1](https://github.com/jackton1))
+- Add codesculpture as a contributor for code, and bug ([#1937](https://github.com/tj-actions/changed-files/issues/1937)) ([4333ab5](https://github.com/tj-actions/changed-files/commit/4333ab5b20c7b9aa411f4a07771329cfb0c76a8c)) - (allcontributors[bot])
+- Add KeisukeYamashita as a contributor for doc ([#1919](https://github.com/tj-actions/changed-files/issues/1919)) ([ac897da](https://github.com/tj-actions/changed-files/commit/ac897da4f16ed414adb6afa4be273b632dda0e0f)) - (allcontributors[bot])
+- Add dan-hill2802 as a contributor for doc ([#1910](https://github.com/tj-actions/changed-files/issues/1910)) ([e57fb1b](https://github.com/tj-actions/changed-files/commit/e57fb1b8ebd3184b29316b19d14d36e672dfa805)) - (allcontributors[bot])
+- Add levenleven as a contributor for doc ([#1893](https://github.com/tj-actions/changed-files/issues/1893)) ([bb9b5e8](https://github.com/tj-actions/changed-files/commit/bb9b5e8363dd295a835a4b7a10ff92ae4f021798)) - (allcontributors[bot])
-## [v10](https://github.com/tj-actions/changed-files/tree/v10) (2021-10-03)
+## đ Other
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.1.3...v10)
+- Correct bash loop in examples ([#1908](https://github.com/tj-actions/changed-files/issues/1908))
-**Fixed bugs:**
+Co-authored-by: Tonye Jack
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([54c5610](https://github.com/tj-actions/changed-files/commit/54c56103aa0c1a94083e91d0b68e8a5e48a330b5)) - (Daniel Hill)
-- \[BUG\] Glob vs regex in readme and execution when using \* in with: files: [\#200](https://github.com/tj-actions/changed-files/issues/200)
-- \[BUG\] in entrypoint is referring to gihub.com repository [\#196](https://github.com/tj-actions/changed-files/issues/196)
+## âī¸ Miscellaneous Tasks
-**Merged pull requests:**
+- **deps:** Update github artifact actions to v4 (major) ([#1936](https://github.com/tj-actions/changed-files/issues/1936)) ([68bd453](https://github.com/tj-actions/changed-files/commit/68bd4537bdc54c6655242c1abe305f4db218e355)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v27.9.0 ([f0ce41b](https://github.com/tj-actions/changed-files/commit/f0ce41b71c3bb642dfc7cb1ab61d14d3b56af681)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.19 ([ce451bf](https://github.com/tj-actions/changed-files/commit/ce451bf4305b235566956f53995646542519bb6d)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.18 ([7592e9e](https://github.com/tj-actions/changed-files/commit/7592e9e85578b94665efe3910aef29cc3c580acf)) - (renovate[bot])
+- **deps:** Lock file maintenance ([999653c](https://github.com/tj-actions/changed-files/commit/999653c6727cb4c932803b25be2a0f5e8b639428)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v27.8.0 ([6cf4c21](https://github.com/tj-actions/changed-files/commit/6cf4c21fdf9b364e92a686e7ef69bc6e9499a622)) - (renovate[bot])
+- Update codacy-analysis.yml ([#1929](https://github.com/tj-actions/changed-files/issues/1929)) ([09ee51b](https://github.com/tj-actions/changed-files/commit/09ee51bee3431c6c679313bdd0f8539ec345d71b)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v7 (major) ([#1927](https://github.com/tj-actions/changed-files/issues/1927)) ([13fa140](https://github.com/tj-actions/changed-files/commit/13fa1402a766abdaa44e85fe59bdd652f26fb1e3)) - (renovate[bot])
+- **deps:** Lock file maintenance ([049d7fd](https://github.com/tj-actions/changed-files/commit/049d7fd63935c64ac0615242d973a72f79fb7861)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.17 ([2e90fbb](https://github.com/tj-actions/changed-files/commit/2e90fbb74b68ff52de2335c534fd88dd4df333bb)) - (renovate[bot])
+- **deps:** Update codacy/codacy-analysis-cli-action action to v4.4.0 ([2a9db54](https://github.com/tj-actions/changed-files/commit/2a9db54a6d9228d6731a7a28757b6dda48ffb5e7)) - (renovate[bot])
+- **deps:** Update actions/setup-node action to v4.0.2 ([d0d5671](https://github.com/tj-actions/changed-files/commit/d0d5671ef76808f63c72ef7f5ac4ec7bb88aab3c)) - (renovate[bot])
+- Update README.md ([#1922](https://github.com/tj-actions/changed-files/issues/1922)) ([97120ff](https://github.com/tj-actions/changed-files/commit/97120ff1f582e850f1e543bd317c4430a90738dd)) - (Tonye Jack)
+- Update workflow-run-example.yml ([#1921](https://github.com/tj-actions/changed-files/issues/1921)) ([9299962](https://github.com/tj-actions/changed-files/commit/9299962a594f73b73738005ba86c46fac9aa9f8c)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v6.21.0 ([589fb70](https://github.com/tj-actions/changed-files/commit/589fb70c81f4092791f63c5b9d5afadaa010ce4a)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.2.5 ([5e7cbf5](https://github.com/tj-actions/changed-files/commit/5e7cbf5fdb0a73516874da582461d3b20594a4ee)) - (renovate[bot])
+- **deps:** Lock file maintenance ([b4d6d28](https://github.com/tj-actions/changed-files/commit/b4d6d28988c21e97bc68d80fe4f3869808fc2ccc)) - (renovate[bot])
+- **deps:** Update tj-actions/verify-changed-files action to v18 ([#1912](https://github.com/tj-actions/changed-files/issues/1912)) ([8370e6e](https://github.com/tj-actions/changed-files/commit/8370e6e6ef8b17619dcfd5df473376b6a29fd38d)) - (renovate[bot])
+- Create greetings workflow ([#1909](https://github.com/tj-actions/changed-files/issues/1909)) ([926735a](https://github.com/tj-actions/changed-files/commit/926735a61eb7d21e371d03839cc34234af5e3154)) - (Tonye Jack)
+- **deps:** Update dependency @types/node to v20.11.16 ([91df40b](https://github.com/tj-actions/changed-files/commit/91df40b8820291e54292e540e88890dc714cbea0)) - (renovate[bot])
+- **deps:** Update dependency @types/jest to v29.5.12 ([28396e9](https://github.com/tj-actions/changed-files/commit/28396e96588ea678169a84011413fca4caffd650)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.15 ([3a66e2a](https://github.com/tj-actions/changed-files/commit/3a66e2a7e4fe21d25ecb52b6fce34961fe145069)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.14 ([35f3202](https://github.com/tj-actions/changed-files/commit/35f3202fd5e18d84a08b1a801e27dae5937f8861)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v6 ([#1903](https://github.com/tj-actions/changed-files/issues/1903)) ([2b30af4](https://github.com/tj-actions/changed-files/commit/2b30af482a4d71219f529e7d7003fdd9daaf0ab8)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.13 ([a93bcf4](https://github.com/tj-actions/changed-files/commit/a93bcf46e0c0e0699fe7a4d16906f27be0dda5bc)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.12 ([6d4c555](https://github.com/tj-actions/changed-files/commit/6d4c555c7d6cf1c77671254c2c2a9d713f5c5476)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.11 ([507a8c7](https://github.com/tj-actions/changed-files/commit/507a8c703d2415e979369d17911bf6a5003eb8f3)) - (renovate[bot])
+- Update test ([#1899](https://github.com/tj-actions/changed-files/issues/1899)) ([3a7052c](https://github.com/tj-actions/changed-files/commit/3a7052c24aae082076d23f357177e111b201c4d4)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v6.20.0 ([782eb12](https://github.com/tj-actions/changed-files/commit/782eb123a95b8e0dbce4b402f24b2b3b8fc82791)) - (renovate[bot])
+- **deps:** Lock file maintenance ([9134dac](https://github.com/tj-actions/changed-files/commit/9134dac8f6b4c8a40e0518e486edff3560e20ead)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.10 ([ba0a561](https://github.com/tj-actions/changed-files/commit/ba0a561b1342d8019ab99e5fc6b9146fc669fe49)) - (renovate[bot])
+- Fix broken matrix example links ([#1891](https://github.com/tj-actions/changed-files/issues/1891)) ([8d35cbb](https://github.com/tj-actions/changed-files/commit/8d35cbb00f191ec43b7f5dddf3b2e7304677b75d)) - (Aleksey Levenstein)
+- **deps:** Update dependency @types/node to v20.11.9 ([82dd654](https://github.com/tj-actions/changed-files/commit/82dd6547dc05944a5d7e90892a9eca812ff864ed)) - (renovate[bot])
+- **deps:** Lock file maintenance ([6d42539](https://github.com/tj-actions/changed-files/commit/6d42539842805201a6c4eca7a86c1f5d1e6293fb)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.8 ([08dedfb](https://github.com/tj-actions/changed-files/commit/08dedfb681e840f67fb7804f1879452cb6e3be6c)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.7 ([f6d9fa1](https://github.com/tj-actions/changed-files/commit/f6d9fa10e0aa52b19c5d717b320f6ddc24858f19)) - (renovate[bot])
+- **deps:** Update dependency @types/uuid to v9.0.8 ([9eb0d76](https://github.com/tj-actions/changed-files/commit/9eb0d763aec34f920761d9f349680a549958fe6e)) - (renovate[bot])
-- Update README.md [\#201](https://github.com/tj-actions/changed-files/pull/201) ([jackton1](https://github.com/jackton1))
-- Upgraded to v1.1.3 [\#199](https://github.com/tj-actions/changed-files/pull/199) ([jackton1](https://github.com/jackton1))
+## âŦī¸ Upgrades
-## [v1.1.3](https://github.com/tj-actions/changed-files/tree/v1.1.3) (2021-09-26)
+- Upgraded to v42.0.2 ([#1886](https://github.com/tj-actions/changed-files/issues/1886))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.1.2...v1.1.3)
+Co-authored-by: jackton1 ([51d2f88](https://github.com/tj-actions/changed-files/commit/51d2f88f079c072d026257c3f20e2823e7e3577f)) - (tj-actions[bot])
-**Merged pull requests:**
+# [42.0.2](https://github.com/tj-actions/changed-files/compare/v42.0.1...v42.0.2) - (2024-01-25)
-- Fixed bug setting the server URL for github enterprise server [\#198](https://github.com/tj-actions/changed-files/pull/198) ([jackton1](https://github.com/jackton1))
-- Update reviewdog/action-shellcheck action to v1.9 [\#197](https://github.com/tj-actions/changed-files/pull/197) ([renovate[bot]](https://github.com/apps/renovate))
-- Updated test [\#195](https://github.com/tj-actions/changed-files/pull/195) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#194](https://github.com/tj-actions/changed-files/pull/194) ([jackton1](https://github.com/jackton1))
-- Bump tj-actions/branch-names from 4.9 to 5 [\#193](https://github.com/tj-actions/changed-files/pull/193) ([dependabot[bot]](https://github.com/apps/dependabot))
-- Updated README.md [\#192](https://github.com/tj-actions/changed-files/pull/192) ([jackton1](https://github.com/jackton1))
-- Upgraded to v1.1.2 [\#190](https://github.com/tj-actions/changed-files/pull/190) ([jackton1](https://github.com/jackton1))
+## đ Features
-## [v1.1.2](https://github.com/tj-actions/changed-files/tree/v1.1.2) (2021-09-05)
+- Enhance error handling for non-git directories ([#1885](https://github.com/tj-actions/changed-files/issues/1885)) ([90a06d6](https://github.com/tj-actions/changed-files/commit/90a06d6ba9543371ab4df8eeca0be07ca6054959)) - (Tonye Jack)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.1.1...v1.1.2)
+## âŦī¸ Upgrades
-**Merged pull requests:**
+- Upgraded to v42.0.1 ([#1884](https://github.com/tj-actions/changed-files/issues/1884))
-- Upgraded to v1.1.1 [\#189](https://github.com/tj-actions/changed-files/pull/189) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 ([2cb2c92](https://github.com/tj-actions/changed-files/commit/2cb2c9234e9dc3b8eaac2ababc3f355e80e47963)) - (tj-actions[bot])
-## [v1.1.1](https://github.com/tj-actions/changed-files/tree/v1.1.1) (2021-09-05)
+# [42.0.1](https://github.com/tj-actions/changed-files/compare/v42.0.0...v42.0.1) - (2024-01-24)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.1.0...v1.1.1)
+## â Add
-**Implemented enhancements:**
+- Added missing changes and modified dist assets. ([ea024b2](https://github.com/tj-actions/changed-files/commit/ea024b2d7f80389ba16e7084b20265cb7dfe230f)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([3af07c2](https://github.com/tj-actions/changed-files/commit/3af07c2040da68166f613248bd8e9cd28fb581e3)) - (GitHub Action)
-- \[Feature\] Rename `all_changed_files` to `all_changed_and_modified_files` [\#179](https://github.com/tj-actions/changed-files/issues/179)
-- \[Feature\] Add support for `any_deleted` and `only_deleted` boolean output. [\#166](https://github.com/tj-actions/changed-files/issues/166)
+## đ Update
-**Merged pull requests:**
+- Update env.ts ([3680129](https://github.com/tj-actions/changed-files/commit/3680129aa2971333ef3d148024520cdc5327a6b7)) - (Tonye Jack)
-- Added support for detecting deleted files. [\#188](https://github.com/tj-actions/changed-files/pull/188) ([jackton1](https://github.com/jackton1))
-- Rename all\_changed\_files to all\_changed\_and\_modified\_files. [\#187](https://github.com/tj-actions/changed-files/pull/187) ([jackton1](https://github.com/jackton1))
-- Update other\_changed\_files output to also use the separator [\#186](https://github.com/tj-actions/changed-files/pull/186) ([jackton1](https://github.com/jackton1))
-- Upgraded to v1.1.0 [\#185](https://github.com/tj-actions/changed-files/pull/185) ([jackton1](https://github.com/jackton1))
+## âī¸ Miscellaneous Tasks
-## [v1.1.0](https://github.com/tj-actions/changed-files/tree/v1.1.0) (2021-09-04)
+- **deps:** Update dependency @types/node to v20.11.6 ([ac21d93](https://github.com/tj-actions/changed-files/commit/ac21d93904fb48e7f76ce4bd2a4d197f67e34abe)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.19.1 ([a4637ea](https://github.com/tj-actions/changed-files/commit/a4637ea6e7d9a502f6edb845b6c65086c5bce55f)) - (renovate[bot])
+- **deps:** Update dependency ts-jest to v29.1.2 ([fd9998c](https://github.com/tj-actions/changed-files/commit/fd9998cf5fcac4b0fff205a58ec694bf596169c8)) - (renovate[bot])
+- **deps:** Lock file maintenance ([db4e584](https://github.com/tj-actions/changed-files/commit/db4e5848448e4b540e7e7dcbdc7aab3c88bfcf47)) - (renovate[bot])
+- Rename example worflows from test to example ([#1878](https://github.com/tj-actions/changed-files/issues/1878)) ([c6543c4](https://github.com/tj-actions/changed-files/commit/c6543c497aea61c2263b735dece03b23383441f0)) - (Tonye Jack)
+- Update README.md ([#1877](https://github.com/tj-actions/changed-files/issues/1877)) ([88f9f3e](https://github.com/tj-actions/changed-files/commit/88f9f3efbb5a8fe2acff4139babc1d6aeafa5e72)) - (Tonye Jack)
+- **deps:** Lock file maintenance ([5d866cb](https://github.com/tj-actions/changed-files/commit/5d866cbe77002ed91912202826ed253b808a9133)) - (renovate[bot])
+- **deps:** Update tj-actions/eslint-changed-files action to v23 ([#1875](https://github.com/tj-actions/changed-files/issues/1875)) ([346f237](https://github.com/tj-actions/changed-files/commit/346f237a1734287fa772ee254047beecabcdbdf2)) - (renovate[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.0.3...v1.1.0)
+## âŦī¸ Upgrades
-**Implemented enhancements:**
+- Upgraded to v42 ([#1874](https://github.com/tj-actions/changed-files/issues/1874))
-- \[Feature\] Specify sed delimiter or escaping forward slashes used in separator [\#180](https://github.com/tj-actions/changed-files/issues/180)
+Co-authored-by: jackton1 ([c037f1e](https://github.com/tj-actions/changed-files/commit/c037f1e7c56c7884b2d7d24c36cd8a0bc2c20687)) - (tj-actions[bot])
-**Merged pull requests:**
+# [42.0.0](https://github.com/tj-actions/changed-files/compare/v41.1.2...v42.0.0) - (2024-01-18)
-- Update pascalgn/automerge-action action to v0.14.3 [\#184](https://github.com/tj-actions/changed-files/pull/184) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v1.0.3 [\#183](https://github.com/tj-actions/changed-files/pull/183) ([jackton1](https://github.com/jackton1))
-- Update handling separator. [\#181](https://github.com/tj-actions/changed-files/pull/181) ([jackton1](https://github.com/jackton1))
+## đ Features
-## [v1.0.3](https://github.com/tj-actions/changed-files/tree/v1.0.3) (2021-09-03)
+- Add support for include/exclude all nested files when a directory is specified and ends with a slash ([#1873](https://github.com/tj-actions/changed-files/issues/1873)) ([ae82ed4](https://github.com/tj-actions/changed-files/commit/ae82ed4ae04587b665efad2f206578aa6f0e8539)) - (Tonye Jack)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1.0.2...v1.0.3)
+## đ Bug Fixes
-**Implemented enhancements:**
+- Update input warning ([#1870](https://github.com/tj-actions/changed-files/issues/1870)) ([6c9dcea](https://github.com/tj-actions/changed-files/commit/6c9dcea4432fd0eb2f3e07c9149eab2807ce44b2)) - (Tonye Jack)
-- \[Feature\] Documentation for difference between all\_changed\_files and all\_modified\_files [\#177](https://github.com/tj-actions/changed-files/issues/177)
+## đ Rename
-**Merged pull requests:**
+- Unsupported REST API inputs constant name ([#1872](https://github.com/tj-actions/changed-files/issues/1872)) ([cbd5907](https://github.com/tj-actions/changed-files/commit/cbd59070e8276b539ecdfa0f2316db7b1599ea0f)) - (Tonye Jack)
-- Update removing trailing separator [\#182](https://github.com/tj-actions/changed-files/pull/182) ([jackton1](https://github.com/jackton1))
-- Update README.md [\#178](https://github.com/tj-actions/changed-files/pull/178) ([jackton1](https://github.com/jackton1))
-- Upgraded to v1.0.2 [\#176](https://github.com/tj-actions/changed-files/pull/176) ([jackton1](https://github.com/jackton1))
+## âī¸ Miscellaneous Tasks
-## [v1.0.2](https://github.com/tj-actions/changed-files/tree/v1.0.2) (2021-08-28)
+- **deps:** Update dependency prettier to v3.2.4 ([79b060d](https://github.com/tj-actions/changed-files/commit/79b060d4450764e6b54a73696c2d99134757db95)) - (renovate[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v9.3...v1.0.2)
+## âŦī¸ Upgrades
-**Implemented enhancements:**
+- Upgraded to v41.1.2 ([#1869](https://github.com/tj-actions/changed-files/issues/1869))
-- \[Feature\] Add support for checkout path [\#167](https://github.com/tj-actions/changed-files/issues/167)
+Co-authored-by: jackton1 ([434b67e](https://github.com/tj-actions/changed-files/commit/434b67ebc3051662cf28de12b8a7adb77aea522a)) - (tj-actions[bot])
-**Fixed bugs:**
+# [41.1.2](https://github.com/tj-actions/changed-files/compare/v41.1.1...v41.1.2) - (2024-01-17)
-- \[BUG\] Error: xargs: unmatched single quote [\#169](https://github.com/tj-actions/changed-files/issues/169)
-- \[BUG\] Deleted files not detected [\#165](https://github.com/tj-actions/changed-files/issues/165)
-- \[BUG\] changed-files unable to initialize git repository on custom container image [\#164](https://github.com/tj-actions/changed-files/issues/164)
-- Setting remote URL breaks other steps that are using it [\#158](https://github.com/tj-actions/changed-files/issues/158)
+## đ Features
-**Merged pull requests:**
+- Enhance error handling and working directory resolution ([#1859](https://github.com/tj-actions/changed-files/issues/1859)) ([a60bf37](https://github.com/tj-actions/changed-files/commit/a60bf3759e069549b60c8da1284ec83e0398a1a4)) - (Tonye Jack)
-- Fixed bug with parsing filenames that contain quotes [\#174](https://github.com/tj-actions/changed-files/pull/174) ([jackton1](https://github.com/jackton1))
-- Upgraded to v1.0.1 [\#173](https://github.com/tj-actions/changed-files/pull/173) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#172](https://github.com/tj-actions/changed-files/pull/172) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#171](https://github.com/tj-actions/changed-files/pull/171) ([jackton1](https://github.com/jackton1))
-- docs: add IvanPizhenko as a contributor for code, doc [\#170](https://github.com/tj-actions/changed-files/pull/170) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- Implement path parameter [\#168](https://github.com/tj-actions/changed-files/pull/168) ([IvanPizhenko](https://github.com/IvanPizhenko))
-- Update peter-evans/create-pull-request action to v3.10.1 [\#163](https://github.com/tj-actions/changed-files/pull/163) ([renovate[bot]](https://github.com/apps/renovate))
-- Update tj-actions/branch-names action to v4.9 [\#162](https://github.com/tj-actions/changed-files/pull/162) ([renovate[bot]](https://github.com/apps/renovate))
-- Update tj-actions/remark action to v1.7 [\#161](https://github.com/tj-actions/changed-files/pull/161) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v1.0.0 [\#160](https://github.com/tj-actions/changed-files/pull/160) ([jackton1](https://github.com/jackton1))
-- Fix persisting origin URL [\#159](https://github.com/tj-actions/changed-files/pull/159) ([jackton1](https://github.com/jackton1))
-- Upgraded to v9.3 [\#157](https://github.com/tj-actions/changed-files/pull/157) ([jackton1](https://github.com/jackton1))
+## đ Bug Fixes
-## [v9.3](https://github.com/tj-actions/changed-files/tree/v9.3) (2021-08-09)
+- Bug with incorrect action path ([#1866](https://github.com/tj-actions/changed-files/issues/1866)) ([3f81899](https://github.com/tj-actions/changed-files/commit/3f8189989ba6fd9b3b9593ffe650236b3f1fcb55)) - (Tonye Jack)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v9.2...v9.3)
+## âī¸ Miscellaneous Tasks
-**Fixed bugs:**
+- **deps:** Update dependency @types/node to v20.11.5 ([cbda684](https://github.com/tj-actions/changed-files/commit/cbda684547adc8c052d50711417fa61b428a9f88)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.2.3 ([67a1f54](https://github.com/tj-actions/changed-files/commit/67a1f54f6f5ec7ee87c57eb7876a7d6dfdcc59a1)) - (renovate[bot])
+- **deps:** Update tj-actions/eslint-changed-files action to v22 ([#1864](https://github.com/tj-actions/changed-files/issues/1864)) ([99248a4](https://github.com/tj-actions/changed-files/commit/99248a443855d73284abf52520f897dba851b914)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.4 ([8787431](https://github.com/tj-actions/changed-files/commit/878743189ba0ba42d467a736923b07102f0e348c)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.3 ([98d1d84](https://github.com/tj-actions/changed-files/commit/98d1d84e2f7a404c425df4e44dceb74a03920ac8)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.19.0 ([bc46e4c](https://github.com/tj-actions/changed-files/commit/bc46e4c4222c3926a70378d183f0b387d3a9e9a8)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.2 ([fba4067](https://github.com/tj-actions/changed-files/commit/fba40673489d49e860c15a444c134d887ead1f3a)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.1 ([e4b8674](https://github.com/tj-actions/changed-files/commit/e4b86747326bc58eb230d62188ebdd66b73721a9)) - (renovate[bot])
+- **deps:** Lock file maintenance ([bc2b5ae](https://github.com/tj-actions/changed-files/commit/bc2b5aef20add66cbe21d1093f0f1d37a353d376)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.2.2 ([63c36a5](https://github.com/tj-actions/changed-files/commit/63c36a563a30544b4c03a8426277dca4b00e4fd1)) - (renovate[bot])
-- \[BUG\] `all_modified_files` show deleted files [\#155](https://github.com/tj-actions/changed-files/issues/155)
-- \[BUG\] Dedupe the output list of changed files [\#151](https://github.com/tj-actions/changed-files/issues/151)
+## âŦī¸ Upgrades
-**Merged pull requests:**
+- Upgraded to v41.1.1 ([#1854](https://github.com/tj-actions/changed-files/issues/1854))
-- Remove deleted files from the all\_modified\_files output [\#156](https://github.com/tj-actions/changed-files/pull/156) ([jackton1](https://github.com/jackton1))
-- Upgraded to v9.2 [\#154](https://github.com/tj-actions/changed-files/pull/154) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 ([44b7750](https://github.com/tj-actions/changed-files/commit/44b77505fe3f2c6d0a76f72a4ef512e7c2ba0b6a)) - (tj-actions[bot])
-## [v9.2](https://github.com/tj-actions/changed-files/tree/v9.2) (2021-08-06)
+# [41.1.1](https://github.com/tj-actions/changed-files/compare/v41.1.0...v41.1.1) - (2024-01-13)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v9.1...v9.2)
+## đ Bug Fixes
-**Merged pull requests:**
+- Bug with inaccurate warnings ([#1853](https://github.com/tj-actions/changed-files/issues/1853)) ([62f4729](https://github.com/tj-actions/changed-files/commit/62f4729b5df35e6e0e01265fa70a82ccaf196b4b)) - (Tonye Jack)
-- Dedupe output file names. [\#153](https://github.com/tj-actions/changed-files/pull/153) ([jackton1](https://github.com/jackton1))
-- Update tj-actions/branch-names action to v4.8 [\#152](https://github.com/tj-actions/changed-files/pull/152) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v9.1 [\#150](https://github.com/tj-actions/changed-files/pull/150) ([jackton1](https://github.com/jackton1))
+## âŦī¸ Upgrades
-## [v9.1](https://github.com/tj-actions/changed-files/tree/v9.1) (2021-07-30)
+- Upgraded to v41.1.0 ([#1852](https://github.com/tj-actions/changed-files/issues/1852))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v9...v9.1)
+Co-authored-by: jackton1 ([e0579ab](https://github.com/tj-actions/changed-files/commit/e0579abf95abec8042468976c7822e6867542199)) - (tj-actions[bot])
-**Implemented enhancements:**
+# [41.1.0](https://github.com/tj-actions/changed-files/compare/v41.0.1...v41.1.0) - (2024-01-13)
-- \[Feature\] any\_changed doesn't capture changes due to deleting files [\#148](https://github.com/tj-actions/changed-files/issues/148)
+## đ Features
-**Merged pull requests:**
+- Add support for forcing the use of GitHubâs REST API ([#1849](https://github.com/tj-actions/changed-files/issues/1849)) ([0ca1c07](https://github.com/tj-actions/changed-files/commit/0ca1c07b47b66abe421382a891da70a506e60e8a)) - (Tonye Jack)
-- Detect deleted files via any\_changed output [\#149](https://github.com/tj-actions/changed-files/pull/149) ([jackton1](https://github.com/jackton1))
-- Update reviewdog/action-shellcheck action to v1.7 [\#147](https://github.com/tj-actions/changed-files/pull/147) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v9 [\#146](https://github.com/tj-actions/changed-files/pull/146) ([jackton1](https://github.com/jackton1))
+## đ Bug Fixes
-## [v9](https://github.com/tj-actions/changed-files/tree/v9) (2021-07-24)
+- Permission with release workflow ([#1851](https://github.com/tj-actions/changed-files/issues/1851)) ([8e0194b](https://github.com/tj-actions/changed-files/commit/8e0194b29bc4bb6dd2338b6b7b915c56c2df6f58)) - (Tonye Jack)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.9...v9)
+## đ Update
-**Fixed bugs:**
+- Updated README.md ([#1850](https://github.com/tj-actions/changed-files/issues/1850))
-- \[BUG\] \ [\#144](https://github.com/tj-actions/changed-files/issues/144)
+Co-authored-by: jackton1 ([3649d28](https://github.com/tj-actions/changed-files/commit/3649d2842d46e7cc679c204d917887f7821cf08a)) - (tj-actions[bot])
+- Updated README.md ([#1830](https://github.com/tj-actions/changed-files/issues/1830))
-**Merged pull requests:**
+Co-authored-by: jackton1 ([3fbf5fb](https://github.com/tj-actions/changed-files/commit/3fbf5fb588c7e1fdbc140668150a2b725984c6ed)) - (tj-actions[bot])
+- Update README.md ([9523067](https://github.com/tj-actions/changed-files/commit/95230678db8c15d57cd678fbcd2a7e87e83ac1e1)) - (Tonye Jack)
+- Update README.md ([032add1](https://github.com/tj-actions/changed-files/commit/032add13e8e88878dc3238258baee58dcb4a528a)) - (Tonye Jack)
-- Update `any_changed` to include renamed files. [\#145](https://github.com/tj-actions/changed-files/pull/145) ([jackton1](https://github.com/jackton1))
-- Update codacy/codacy-analysis-cli-action action to v4 [\#143](https://github.com/tj-actions/changed-files/pull/143) ([renovate[bot]](https://github.com/apps/renovate))
-- Update codacy/codacy-analysis-cli-action action to v3 [\#142](https://github.com/tj-actions/changed-files/pull/142) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v8.9 [\#140](https://github.com/tj-actions/changed-files/pull/140) ([jackton1](https://github.com/jackton1))
+## âī¸ Miscellaneous Tasks
-## [v8.9](https://github.com/tj-actions/changed-files/tree/v8.9) (2021-07-18)
+- Update top level workflow permissions ([#1848](https://github.com/tj-actions/changed-files/issues/1848)) ([a57f4dc](https://github.com/tj-actions/changed-files/commit/a57f4dcc814fa55691c9ee5fc6e07c7487cb69f1)) - (Tonye Jack)
+- **deps:** Update dependency prettier to v3.2.1 ([9c39b0b](https://github.com/tj-actions/changed-files/commit/9c39b0b6e9d3a1e534a35da2e6142c8b1d0204b3)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v27.6.3 ([8b141f3](https://github.com/tj-actions/changed-files/commit/8b141f390680a108c54963421dbc9ed587516859)) - (renovate[bot])
+- Create multi-job-test.yml ([#1843](https://github.com/tj-actions/changed-files/issues/1843)) ([17e07d8](https://github.com/tj-actions/changed-files/commit/17e07d8bc032c41929a28e4ac0180f5fd41e62e8)) - (Tonye Jack)
+- Update warning message ([#1845](https://github.com/tj-actions/changed-files/issues/1845)) ([13fa1c0](https://github.com/tj-actions/changed-files/commit/13fa1c06fc72cd769f43877df4deb2fcef0070bf)) - (Tonye Jack)
+- **deps:** Update dependency prettier to v3.2.0 ([0deb29d](https://github.com/tj-actions/changed-files/commit/0deb29d192a79307172c8ca2af53b9163e1f2dce)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.11.0 ([28267ee](https://github.com/tj-actions/changed-files/commit/28267ee8b7e9d0a1510577b3da5c95991e566f8d)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v27.6.2 ([094d344](https://github.com/tj-actions/changed-files/commit/094d3441f851cdd60b3184c559065cff58998103)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-prettier to v5.1.3 ([aeec36b](https://github.com/tj-actions/changed-files/commit/aeec36b0354dca21f43136a2a5be79815ad013b9)) - (renovate[bot])
+- **deps-dev:** Bump @types/node from 20.10.7 to 20.10.8 ([#1836](https://github.com/tj-actions/changed-files/issues/1836)) ([2d0270c](https://github.com/tj-actions/changed-files/commit/2d0270c489bf57145dd4a63d0a5fcf35a7147bc3)) - (dependabot[bot])
+- **deps:** Update typescript-eslint monorepo to v6.18.1 ([0e0adfa](https://github.com/tj-actions/changed-files/commit/0e0adfa0d3cc3663f8db2d833bbec96034e98250)) - (renovate[bot])
+- Update jest.config.js ([#1834](https://github.com/tj-actions/changed-files/issues/1834)) ([5313e6b](https://github.com/tj-actions/changed-files/commit/5313e6bbe36db02444adb6db8803c3fb020fbeef)) - (Tonye Jack)
+- **deps:** Lock file maintenance ([54789be](https://github.com/tj-actions/changed-files/commit/54789be3a182749c98b3750327225ef16ae72b85)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.10.7 ([1675238](https://github.com/tj-actions/changed-files/commit/1675238cfd53ec058721786adb67a77f56f46987)) - (renovate[bot])
+- Create workflow-run-test.yml ([#1828](https://github.com/tj-actions/changed-files/issues/1828)) ([fdccafb](https://github.com/tj-actions/changed-files/commit/fdccafbb6e5c278dc3360f8a44f7c2878206751f)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v6.18.0 ([0e8d796](https://github.com/tj-actions/changed-files/commit/0e8d796ee02804f613950c68e90685e43f22c9d5)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v27.6.1 ([0c6f2ac](https://github.com/tj-actions/changed-files/commit/0c6f2ac4885216b1830ecbcc3573209980c97716)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.17.0 ([1db97ad](https://github.com/tj-actions/changed-files/commit/1db97adba438afdc3741c78fd02aa2ac621332b0)) - (renovate[bot])
+- **deps:** Lock file maintenance ([fb8f6db](https://github.com/tj-actions/changed-files/commit/fb8f6db383582a9d4ee2fadc1601db53b2fe1c2b)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.10.6 ([efd7ece](https://github.com/tj-actions/changed-files/commit/efd7ecef11e1ce94fc5121243c09ad2be618d175)) - (renovate[bot])
+- **deps:** Update tj-actions/verify-changed-files action to v17 ([#1820](https://github.com/tj-actions/changed-files/issues/1820)) ([4f8e12c](https://github.com/tj-actions/changed-files/commit/4f8e12c0984394b03e7c4015292f8f644e2e5426)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.16.0 ([0f0747e](https://github.com/tj-actions/changed-files/commit/0f0747e79dd8b1e79730cb9aeb9adbc1d45b79da)) - (renovate[bot])
+- Update matrix-test.yml ([#1814](https://github.com/tj-actions/changed-files/issues/1814)) ([0c2a758](https://github.com/tj-actions/changed-files/commit/0c2a758b81c9fe6c9dc0b17f46d87e68707e8054)) - (Tonye Jack)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.8...v8.9)
+## âŦī¸ Upgrades
-**Merged pull requests:**
+- Upgraded to v41.0.1 ([#1816](https://github.com/tj-actions/changed-files/issues/1816))
-- Updated README.md [\#139](https://github.com/tj-actions/changed-files/pull/139) ([jackton1](https://github.com/jackton1))
-- Upgraded to v8.8 [\#138](https://github.com/tj-actions/changed-files/pull/138) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 ([1b6d7b6](https://github.com/tj-actions/changed-files/commit/1b6d7b6fb62c81ae85b9114bbb15ebeb21c2833d)) - (tj-actions[bot])
-## [v8.8](https://github.com/tj-actions/changed-files/tree/v8.8) (2021-07-17)
+# [41.0.1](https://github.com/tj-actions/changed-files/compare/v41.0.0...v41.0.1) - (2023-12-24)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.7...v8.8)
+## đ Bug Fixes
-**Implemented enhancements:**
+- Update characters escaped by safe output ([#1815](https://github.com/tj-actions/changed-files/issues/1815)) ([716b1e1](https://github.com/tj-actions/changed-files/commit/716b1e13042866565e00e85fd4ec490e186c4a2f)) - (Tonye Jack)
-- \[Feature\] Ability to run a workflow if and only if certain file/directory changes [\#124](https://github.com/tj-actions/changed-files/issues/124)
+## âī¸ Miscellaneous Tasks
-**Merged pull requests:**
+- **deps:** Update dependency eslint-plugin-prettier to v5.1.2 ([7aaf10d](https://github.com/tj-actions/changed-files/commit/7aaf10d9eef19e8a2432a967b88124171152caaf)) - (renovate[bot])
-- Added support for detecting non specific file changes. [\#137](https://github.com/tj-actions/changed-files/pull/137) ([jackton1](https://github.com/jackton1))
-- Upgraded to v8.7 [\#136](https://github.com/tj-actions/changed-files/pull/136) ([jackton1](https://github.com/jackton1))
+## âŦī¸ Upgrades
-## [v8.7](https://github.com/tj-actions/changed-files/tree/v8.7) (2021-07-17)
+- Upgraded to v41 ([#1811](https://github.com/tj-actions/changed-files/issues/1811))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.6...v8.7)
+Co-authored-by: jackton1 ([cc08e17](https://github.com/tj-actions/changed-files/commit/cc08e170f4447237bcaf8acaacfa615b9cb86612)) - (tj-actions[bot])
-**Implemented enhancements:**
+# [41.0.0](https://github.com/tj-actions/changed-files/compare/v40.2.3...v41.0.0) - (2023-12-23)
-- \[Feature\] Get Changed files since last successful Action run [\#131](https://github.com/tj-actions/changed-files/issues/131)
+## đ Bug Fixes
-**Merged pull requests:**
+- Update safe output regex and the docs ([#1805](https://github.com/tj-actions/changed-files/issues/1805)) ([ff2f6e6](https://github.com/tj-actions/changed-files/commit/ff2f6e6b91913a7be42be1b5917330fe442f2ede)) - (tj-actions[bot])
-- Added support for a custom base sha. [\#135](https://github.com/tj-actions/changed-files/pull/135) ([jackton1](https://github.com/jackton1))
-- Upgraded to v8.6 [\#134](https://github.com/tj-actions/changed-files/pull/134) ([jackton1](https://github.com/jackton1))
+## âĒ Reverts
-## [v8.6](https://github.com/tj-actions/changed-files/tree/v8.6) (2021-07-17)
+- Revert "chore(deps): update actions/download-artifact action to v4" ([#1806](https://github.com/tj-actions/changed-files/issues/1806)) ([4f573fe](https://github.com/tj-actions/changed-files/commit/4f573fed06c9abb5da4c72f75c1c320718114ff7)) - (Tonye Jack)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.5...v8.6)
+## đ Update
-**Implemented enhancements:**
+- Update README.md ([6e79d6e](https://github.com/tj-actions/changed-files/commit/6e79d6e3dbe48946636c2939c80ff5c84ff7f9fe)) - (Tonye Jack)
+- Update README.md ([d13ac19](https://github.com/tj-actions/changed-files/commit/d13ac1942fb3c1d7d32017915bb082cebe8a272a)) - (Tonye Jack)
+- Update README.md ([bb89f97](https://github.com/tj-actions/changed-files/commit/bb89f97963be96b39e1a303e64d5b91a1af4c340)) - (Tonye Jack)
+- Updated README.md ([#1810](https://github.com/tj-actions/changed-files/issues/1810))
-- \[Feature\] Get specific changed files reading a file [\#130](https://github.com/tj-actions/changed-files/issues/130)
+Co-authored-by: renovate[bot] ([1864078](https://github.com/tj-actions/changed-files/commit/1864078d0afadf68ba489e671ecc09fefe8b70ab)) - (tj-actions[bot])
+- Update README.md ([#1808](https://github.com/tj-actions/changed-files/issues/1808)) ([47371c5](https://github.com/tj-actions/changed-files/commit/47371c50e97c089212d9eb92ca26c8453224e78e)) - (Tonye Jack)
-**Merged pull requests:**
+## đ Other
-- Updated README.md [\#133](https://github.com/tj-actions/changed-files/pull/133) ([jackton1](https://github.com/jackton1))
-- Added support for retrieving the files input using a source file. [\#132](https://github.com/tj-actions/changed-files/pull/132) ([jackton1](https://github.com/jackton1))
-- Upgraded to v8.5 [\#129](https://github.com/tj-actions/changed-files/pull/129) ([jackton1](https://github.com/jackton1))
+- Merge pull request from GHSA-mcph-m25j-8j63
-## [v8.5](https://github.com/tj-actions/changed-files/tree/v8.5) (2021-07-14)
+* feat: add `safe_output` input enabled by default
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.4...v8.5)
+* fix: migrate README to safe uses of interpolation
-**Merged pull requests:**
+* fix: README `uses` typo
-- Updated README.md [\#128](https://github.com/tj-actions/changed-files/pull/128) ([jackton1](https://github.com/jackton1))
-- docs: add Kras4ooo as a contributor for code, doc [\#127](https://github.com/tj-actions/changed-files/pull/127) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- Add custom source sha [\#126](https://github.com/tj-actions/changed-files/pull/126) ([Kras4ooo](https://github.com/Kras4ooo))
-- Updated README.md [\#123](https://github.com/tj-actions/changed-files/pull/123) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#122](https://github.com/tj-actions/changed-files/pull/122) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#120](https://github.com/tj-actions/changed-files/pull/120) ([jackton1](https://github.com/jackton1))
-- Upgraded to v8.4 [\#119](https://github.com/tj-actions/changed-files/pull/119) ([jackton1](https://github.com/jackton1))
+* fix: README examples to account for newlines
-## [v8.4](https://github.com/tj-actions/changed-files/tree/v8.4) (2021-06-26)
+* fix: README examples missing `safe_output`
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.3...v8.4)
+* fix: remove sanitization of `'`
-**Merged pull requests:**
+* fix: also sanitize `|&;` ([0102c07](https://github.com/tj-actions/changed-files/commit/0102c07446a3cad972f4afcbd0ee4dbc4b6d2d1b)) - (Jorge)
-- Update reviewdog/action-shellcheck action to v1.6 [\#118](https://github.com/tj-actions/changed-files/pull/118) ([renovate[bot]](https://github.com/apps/renovate))
-- Add message grouping [\#117](https://github.com/tj-actions/changed-files/pull/117) ([jackton1](https://github.com/jackton1))
-- Upgraded to v8.3 [\#116](https://github.com/tj-actions/changed-files/pull/116) ([jackton1](https://github.com/jackton1))
+## âī¸ Miscellaneous Tasks
-## [v8.3](https://github.com/tj-actions/changed-files/tree/v8.3) (2021-06-25)
+- **deps:** Lock file maintenance ([f495a03](https://github.com/tj-actions/changed-files/commit/f495a0321d3fffa62da2573adf70b77d5eb2f57a)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-prettier to v5.1.1 ([089842a](https://github.com/tj-actions/changed-files/commit/089842a7a899531f61a45ef6ea69c485e1d62dbe)) - (renovate[bot])
+- **deps:** Lock file maintenance ([787db06](https://github.com/tj-actions/changed-files/commit/787db0612e783421667a00319cf394b649682c4c)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-prettier to v5.1.0 ([4ef6b56](https://github.com/tj-actions/changed-files/commit/4ef6b56482141a958bd3efb05520e4df9ecf4147)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.15.0 ([c9ae347](https://github.com/tj-actions/changed-files/commit/c9ae347dbba64d95d83f36a0568e0e25a688dd1f)) - (renovate[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.2...v8.3)
+## âŦī¸ Upgrades
-**Merged pull requests:**
+- Upgraded to v40.2.3 ([#1800](https://github.com/tj-actions/changed-files/issues/1800))
-- Fixed empty branch name in debug message [\#115](https://github.com/tj-actions/changed-files/pull/115) ([jackton1](https://github.com/jackton1))
-- Upgraded to v8.2 [\#114](https://github.com/tj-actions/changed-files/pull/114) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([f9480db](https://github.com/tj-actions/changed-files/commit/f9480db177263c95588c5d9dae7c78f97d39242a)) - (tj-actions[bot])
-## [v8.2](https://github.com/tj-actions/changed-files/tree/v8.2) (2021-06-24)
+# [40.2.3](https://github.com/tj-actions/changed-files/compare/v40.2.2...v40.2.3) - (2023-12-18)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.1...v8.2)
+## â Add
-**Merged pull requests:**
+- Added missing changes and modified dist assets. ([af2816c](https://github.com/tj-actions/changed-files/commit/af2816c65436325c50621100d67f6e853cd1b0f1)) - (GitHub Action)
-- Update arrow direction and added branch information [\#113](https://github.com/tj-actions/changed-files/pull/113) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#112](https://github.com/tj-actions/changed-files/pull/112) ([jackton1](https://github.com/jackton1))
-- Update tj-actions/verify-changed-files action to v7 [\#111](https://github.com/tj-actions/changed-files/pull/111) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v8.1 [\#110](https://github.com/tj-actions/changed-files/pull/110) ([jackton1](https://github.com/jackton1))
+## đ Update
-## [v8.1](https://github.com/tj-actions/changed-files/tree/v8.1) (2021-06-18)
+- Update README.md ([35da2a2](https://github.com/tj-actions/changed-files/commit/35da2a2e0191eb945214321cc664869c14bb417d)) - (Tonye Jack)
+- Update README.md ([e7023fa](https://github.com/tj-actions/changed-files/commit/e7023fa1da70371f80732e85962d42429dbb753f)) - (Tonye Jack)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8...v8.1)
+## âī¸ Miscellaneous Tasks
-**Closed issues:**
+- **deps:** Update actions/setup-node action to v4.0.1 ([56284d8](https://github.com/tj-actions/changed-files/commit/56284d80811fb5963a972b438f2870f175e5b7c8)) - (renovate[bot])
+- **deps:** Lock file maintenance ([35ad678](https://github.com/tj-actions/changed-files/commit/35ad6787f51ccf58acdbbb0fa3a218043189e04a)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.10.5 ([ca0db0e](https://github.com/tj-actions/changed-files/commit/ca0db0ea03dfadeb55abbfe75f0f2a409c2b63a2)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.56.0 ([03fcd0b](https://github.com/tj-actions/changed-files/commit/03fcd0b3bbebef7d94f2dd168773ff4cfe07e4a8)) - (renovate[bot])
+- **deps:** Lock file maintenance ([2329d9f](https://github.com/tj-actions/changed-files/commit/2329d9fb48d2d2dec879a4880f6a786dabc3b600)) - (renovate[bot])
+- **deps:** Update actions/download-artifact action to v4 ([#1793](https://github.com/tj-actions/changed-files/issues/1793)) ([154ca89](https://github.com/tj-actions/changed-files/commit/154ca89d2ee4f46393b1d62a52384c81606c56c1)) - (renovate[bot])
+- **deps:** Update github/codeql-action action to v3 ([#1792](https://github.com/tj-actions/changed-files/issues/1792)) ([449352f](https://github.com/tj-actions/changed-files/commit/449352f10e90ac442b572b634237087e2deb2650)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.14.0 ([7c18263](https://github.com/tj-actions/changed-files/commit/7c1826332f68b8fda7e96b7897dda706c8c7ade8)) - (renovate[bot])
+- **deps:** Lock file maintenance ([88be287](https://github.com/tj-actions/changed-files/commit/88be287f562aea237fd7361d4c2af5c75bc4d9aa)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.1.1 ([5513a5e](https://github.com/tj-actions/changed-files/commit/5513a5e205776f7ce167db86c93107b21826247e)) - (renovate[bot])
-- Rename changed\_files -\> type\_changed\_files [\#105](https://github.com/tj-actions/changed-files/issues/105)
+## âŦī¸ Upgrades
-**Merged pull requests:**
+- Upgraded to v40.2.2 ([#1787](https://github.com/tj-actions/changed-files/issues/1787))
-- Rename changed\_files to type\_changed\_files [\#109](https://github.com/tj-actions/changed-files/pull/109) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 ([46550b6](https://github.com/tj-actions/changed-files/commit/46550b6fd9d874e06d58f846c7f42cc7b84e4aba)) - (tj-actions[bot])
-## [v8](https://github.com/tj-actions/changed-files/tree/v8) (2021-06-18)
+# [40.2.2](https://github.com/tj-actions/changed-files/compare/v40.2.1...v40.2.2) - (2023-12-10)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v7...v8)
+## đ Bug Fixes
-**Closed issues:**
+- Bug recovering deleted files for submodules ([#1784](https://github.com/tj-actions/changed-files/issues/1784)) ([9454999](https://github.com/tj-actions/changed-files/commit/94549999469dbfa032becf298d95c87a14c34394)) - (Tonye Jack)
-- support windows-latest [\#101](https://github.com/tj-actions/changed-files/issues/101)
-- issues with failed getting changed files [\#100](https://github.com/tj-actions/changed-files/issues/100)
+## â Remove
-**Merged pull requests:**
+- Deleted .github/workflows/auto-approve.yml ([a661767](https://github.com/tj-actions/changed-files/commit/a66176714d5d018bc975bf0246c427135def756c)) - (Tonye Jack)
-- Fixed missing env variables [\#108](https://github.com/tj-actions/changed-files/pull/108) ([jackton1](https://github.com/jackton1))
-- Add macos to test. [\#107](https://github.com/tj-actions/changed-files/pull/107) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#106](https://github.com/tj-actions/changed-files/pull/106) ([jackton1](https://github.com/jackton1))
-- Upgraded to v8 [\#104](https://github.com/tj-actions/changed-files/pull/104) ([jackton1](https://github.com/jackton1))
-- Updated README.md [\#103](https://github.com/tj-actions/changed-files/pull/103) ([jackton1](https://github.com/jackton1))
-- Add support for multiple platforms [\#102](https://github.com/tj-actions/changed-files/pull/102) ([jackton1](https://github.com/jackton1))
-- Update alpine Docker tag to v3.14.0 [\#99](https://github.com/tj-actions/changed-files/pull/99) ([renovate[bot]](https://github.com/apps/renovate))
-- Updated README.md [\#98](https://github.com/tj-actions/changed-files/pull/98) ([jackton1](https://github.com/jackton1))
-- docs: add monoxgas as a contributor for code [\#97](https://github.com/tj-actions/changed-files/pull/97) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- docs: add jsoref as a contributor for doc [\#96](https://github.com/tj-actions/changed-files/pull/96) ([allcontributors[bot]](https://github.com/apps/allcontributors))
-- Upgraded to v7 [\#94](https://github.com/tj-actions/changed-files/pull/94) ([jackton1](https://github.com/jackton1))
+## đ Update
-## [v7](https://github.com/tj-actions/changed-files/tree/v7) (2021-06-09)
+- Updated README.md ([#1786](https://github.com/tj-actions/changed-files/issues/1786))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v6.3...v7)
+Co-authored-by: jackton1 ([7611ff3](https://github.com/tj-actions/changed-files/commit/7611ff348df4d0d46887198cda7203e6fc5ffa80)) - (tj-actions[bot])
+- Update README.md ([c116f52](https://github.com/tj-actions/changed-files/commit/c116f52a1566bda08e9782a74c333a21270cf952)) - (Tonye Jack)
+- Updated README.md ([#1779](https://github.com/tj-actions/changed-files/issues/1779))
-**Closed issues:**
+Co-authored-by: jackton1 ([0b0b642](https://github.com/tj-actions/changed-files/commit/0b0b6429e1c5a0bc3f85230a0e1f6df2cba44600)) - (tj-actions[bot])
+- Update README.md ([f732c37](https://github.com/tj-actions/changed-files/commit/f732c371a41ace2af86e5cb2e4f7b0254e4a63e5)) - (Tonye Jack)
+- Updated README.md ([#1778](https://github.com/tj-actions/changed-files/issues/1778))
-- Request: Option to Output Whole File Path [\#88](https://github.com/tj-actions/changed-files/issues/88)
+Co-authored-by: jackton1 ([04c0045](https://github.com/tj-actions/changed-files/commit/04c00459a27a4e6651f4b0fa3d3a4bc500480109)) - (tj-actions[bot])
+- Update README.md ([5cee511](https://github.com/tj-actions/changed-files/commit/5cee511ba525ad1e92208283322b32120a033b48)) - (Tonye Jack)
+- Update README.md ([399525a](https://github.com/tj-actions/changed-files/commit/399525a994a54fef4ac0ef55192e3d2e30dc0587)) - (Tonye Jack)
+- Update README.md ([c075bd2](https://github.com/tj-actions/changed-files/commit/c075bd27195652f012b60452cd3026891de29306)) - (Tonye Jack)
+- Update README.md ([2918913](https://github.com/tj-actions/changed-files/commit/29189133419ced6b335e576b1e1f7a9e8061fdd8)) - (Tonye Jack)
-**Merged pull requests:**
+## đ Documentation
-- Clean up debug message [\#93](https://github.com/tj-actions/changed-files/pull/93) ([jackton1](https://github.com/jackton1))
-- Make the changes between two commits more explicit [\#92](https://github.com/tj-actions/changed-files/pull/92) ([monoxgas](https://github.com/monoxgas))
-- Updated README.md [\#91](https://github.com/tj-actions/changed-files/pull/91) ([jackton1](https://github.com/jackton1))
-- Punctuation [\#90](https://github.com/tj-actions/changed-files/pull/90) ([jsoref](https://github.com/jsoref))
-- Update README.md [\#89](https://github.com/tj-actions/changed-files/pull/89) ([jackton1](https://github.com/jackton1))
-- Update tj-actions/sync-release-version action to v8.7 [\#86](https://github.com/tj-actions/changed-files/pull/86) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v6.3 [\#85](https://github.com/tj-actions/changed-files/pull/85) ([jackton1](https://github.com/jackton1))
+- Add rodrigorfk as a contributor for code, test, and bug ([#1785](https://github.com/tj-actions/changed-files/issues/1785)) ([187cf1e](https://github.com/tj-actions/changed-files/commit/187cf1e88cc94e5b5243c6eefcc550510b7894a8)) - (allcontributors[bot])
-## [v6.3](https://github.com/tj-actions/changed-files/tree/v6.3) (2021-05-26)
+## âī¸ Miscellaneous Tasks
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v6...v6.3)
+- **deps:** Bump tj-actions/branch-names from 7 to 8 ([#1782](https://github.com/tj-actions/changed-files/issues/1782)) ([e1e532c](https://github.com/tj-actions/changed-files/commit/e1e532cff0353cb6a98b0bce6ff00b7e7d2cc320)) - (dependabot[bot])
+- **deps:** Update dependency @types/node to v20.10.4 ([dfecec4](https://github.com/tj-actions/changed-files/commit/dfecec4fb70c945750762cdad7026ee55d8a205f)) - (renovate[bot])
+- **deps:** Update dependency typescript to v5.3.3 ([208b83f](https://github.com/tj-actions/changed-files/commit/208b83f29576c33f31be8846aadbf644242f2b2f)) - (renovate[bot])
+- **deps-dev:** Bump @types/jest from 29.5.10 to 29.5.11 ([#1775](https://github.com/tj-actions/changed-files/issues/1775)) ([ccb109a](https://github.com/tj-actions/changed-files/commit/ccb109a58449e62280c2ecefb65010f90fbd0e4f)) - (dependabot[bot])
+- Update package.json ([#1774](https://github.com/tj-actions/changed-files/issues/1774)) ([95642a1](https://github.com/tj-actions/changed-files/commit/95642a1ebb79474d514126dd282092c68a08b01b)) - (Tonye Jack)
+- Create SECURITY.md ([#1773](https://github.com/tj-actions/changed-files/issues/1773)) ([726e06f](https://github.com/tj-actions/changed-files/commit/726e06f8efc4737fd4c48080f40a21b4305cafab)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v6.13.2 ([d96fe5d](https://github.com/tj-actions/changed-files/commit/d96fe5d9975371a6b58e65d0a309ad49d70e378e)) - (renovate[bot])
-## [v6](https://github.com/tj-actions/changed-files/tree/v6) (2021-05-26)
+## âŦī¸ Upgrades
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v6.2...v6)
+- Upgraded to v40.2.1 ([#1771](https://github.com/tj-actions/changed-files/issues/1771))
-**Merged pull requests:**
+Co-authored-by: jackton1 ([4ae611e](https://github.com/tj-actions/changed-files/commit/4ae611e5c56a1c7f3c356adf173f9f11fcca0376)) - (tj-actions[bot])
-- Added usage link to warning message [\#84](https://github.com/tj-actions/changed-files/pull/84) ([jackton1](https://github.com/jackton1))
-- Update pascalgn/automerge-action action to v0.14.2 [\#83](https://github.com/tj-actions/changed-files/pull/83) ([renovate[bot]](https://github.com/apps/renovate))
-- Update README.md [\#82](https://github.com/tj-actions/changed-files/pull/82) ([jackton1](https://github.com/jackton1))
+# [40.2.1](https://github.com/tj-actions/changed-files/compare/v40.2.0...v40.2.1) - (2023-12-04)
-## [v6.2](https://github.com/tj-actions/changed-files/tree/v6.2) (2021-05-25)
+## â Add
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v6.1...v6.2)
+- Added missing changes and modified dist assets. ([1c93849](https://github.com/tj-actions/changed-files/commit/1c938490c880156b746568a518594309cfb3f66b)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([ee5ef75](https://github.com/tj-actions/changed-files/commit/ee5ef758aa548d365981b0889bab497dd108a785)) - (GitHub Action)
-**Fixed bugs:**
+## â Remove
-- Fixed bug with trailing separator [\#74](https://github.com/tj-actions/changed-files/pull/74) ([jackton1](https://github.com/jackton1))
+- Deleted .github/workflows/greetings.yml ([f91c9fe](https://github.com/tj-actions/changed-files/commit/f91c9fe8b1f4719a8e3901b4878b31105efcb66e)) - (Tonye Jack)
-**Closed issues:**
+## đ Update
-- Should the Major Issue Version Point to the Latest Minor? [\#79](https://github.com/tj-actions/changed-files/issues/79)
+- Updated README.md ([#1769](https://github.com/tj-actions/changed-files/issues/1769))
-**Merged pull requests:**
+Co-authored-by: jackton1 ([66b77cb](https://github.com/tj-actions/changed-files/commit/66b77cbd0c866511f45c4f624e61034699bc70c2)) - (tj-actions[bot])
+- Update README.md ([10bfa98](https://github.com/tj-actions/changed-files/commit/10bfa980b7876a94d460f54bd1b46d5c54b025d3)) - (Tonye Jack)
+- Updated README.md ([#1767](https://github.com/tj-actions/changed-files/issues/1767))
-- Update test.yml [\#81](https://github.com/tj-actions/changed-files/pull/81) ([jackton1](https://github.com/jackton1))
-- Bump peter-evans/create-pull-request from 3.9.2 to 3.10.0 [\#80](https://github.com/tj-actions/changed-files/pull/80) ([dependabot[bot]](https://github.com/apps/dependabot))
-- Switch to a docker based action [\#78](https://github.com/tj-actions/changed-files/pull/78) ([jackton1](https://github.com/jackton1))
-- Exit with error when HEAD sha is empty [\#77](https://github.com/tj-actions/changed-files/pull/77) ([jackton1](https://github.com/jackton1))
-- Upgraded to v6.2 [\#76](https://github.com/tj-actions/changed-files/pull/76) ([jackton1](https://github.com/jackton1))
-- Remove unused line [\#75](https://github.com/tj-actions/changed-files/pull/75) ([jackton1](https://github.com/jackton1))
-- Update action.yml [\#73](https://github.com/tj-actions/changed-files/pull/73) ([jackton1](https://github.com/jackton1))
-- Update README.md [\#72](https://github.com/tj-actions/changed-files/pull/72) ([jackton1](https://github.com/jackton1))
-- Improve test coverage [\#71](https://github.com/tj-actions/changed-files/pull/71) ([jackton1](https://github.com/jackton1))
-- Update action.yml [\#70](https://github.com/tj-actions/changed-files/pull/70) ([jackton1](https://github.com/jackton1))
-- Upgraded to v6.1 [\#69](https://github.com/tj-actions/changed-files/pull/69) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1
+Co-authored-by: Tonye Jack ([9e46b4f](https://github.com/tj-actions/changed-files/commit/9e46b4f7f7dce12301b893ec0484694ae579108d)) - (tj-actions[bot])
+- Update README.md ([3bf6172](https://github.com/tj-actions/changed-files/commit/3bf61725348c8cd85dcf9ce468c35a8e15a5c77e)) - (Tonye Jack)
+- Updated README.md ([#1755](https://github.com/tj-actions/changed-files/issues/1755))
-## [v6.1](https://github.com/tj-actions/changed-files/tree/v6.1) (2021-05-16)
+Co-authored-by: jackton1 ([48427af](https://github.com/tj-actions/changed-files/commit/48427afe26457522a3f0f4a5afae46a8bb6261b1)) - (tj-actions[bot])
+- Update README.md ([742ed36](https://github.com/tj-actions/changed-files/commit/742ed362b6c6415493f2dd3a2e86ccbb60e1035a)) - (Tonye Jack)
+- Updated README.md ([#1750](https://github.com/tj-actions/changed-files/issues/1750))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5.3...v6.1)
+Co-authored-by: repo-ranger[bot] ([86cabf5](https://github.com/tj-actions/changed-files/commit/86cabf5ea23ece4cc5468211fbab9fb76f2b1d91)) - (tj-actions[bot])
-**Fixed bugs:**
+## đ Other
-- \[BUG\] any\_changed reports true without matching changed files [\#67](https://github.com/tj-actions/changed-files/issues/67)
+- Update test.yml removing pull_request_review event ([#1763](https://github.com/tj-actions/changed-files/issues/1763)) ([af6bdde](https://github.com/tj-actions/changed-files/commit/af6bdde59acc56af0e0a6c6a8acff0d3562162ba)) - (Tonye Jack)
+- Remove usage of pull_request_target event from test.yml ([#1758](https://github.com/tj-actions/changed-files/issues/1758)) ([3ca6b80](https://github.com/tj-actions/changed-files/commit/3ca6b800138b4c660c4b99b76bb064cdf3f31e59)) - (Tonye Jack)
-**Closed issues:**
+## đ§Ē Testing
-- Improve test coverage [\#54](https://github.com/tj-actions/changed-files/issues/54)
+- Verify bug writing outputs when files_yaml is used ([#1762](https://github.com/tj-actions/changed-files/issues/1762)) ([fc1fb2b](https://github.com/tj-actions/changed-files/commit/fc1fb2b582f5e701390f9f6200dddd7425a3cc70)) - (Tonye Jack)
-**Merged pull requests:**
+## âī¸ Miscellaneous Tasks
-- Fixed bug with any\_changed boolean [\#68](https://github.com/tj-actions/changed-files/pull/68) ([jackton1](https://github.com/jackton1))
-- Update cirrus-actions/rebase action to v1.5 [\#66](https://github.com/tj-actions/changed-files/pull/66) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v6 [\#64](https://github.com/tj-actions/changed-files/pull/64) ([jackton1](https://github.com/jackton1))
-- Bump peter-evans/create-pull-request from 3.9.1 to 3.9.2 [\#63](https://github.com/tj-actions/changed-files/pull/63) ([dependabot[bot]](https://github.com/apps/dependabot))
-- Deprecate all\_changed output. [\#62](https://github.com/tj-actions/changed-files/pull/62) ([jackton1](https://github.com/jackton1))
-- Bump peter-evans/create-pull-request from 3 to 3.9.1 [\#61](https://github.com/tj-actions/changed-files/pull/61) ([dependabot[bot]](https://github.com/apps/dependabot))
-- Bump actions/checkout from 2 to 2.3.4 [\#60](https://github.com/tj-actions/changed-files/pull/60) ([dependabot[bot]](https://github.com/apps/dependabot))
-- Fixed typo [\#58](https://github.com/tj-actions/changed-files/pull/58) ([jackton1](https://github.com/jackton1))
-- Upgraded to v5.3 [\#57](https://github.com/tj-actions/changed-files/pull/57) ([jackton1](https://github.com/jackton1))
+- **deps:** Lock file maintenance ([ba558db](https://github.com/tj-actions/changed-files/commit/ba558db9775398895ee078c784a5ddef602bb754)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.10.3 ([bf19fa2](https://github.com/tj-actions/changed-files/commit/bf19fa23a6b30fb87fe85abdb237154c4573c08c)) - (renovate[bot])
+- **deps:** Update dependency eslint-config-prettier to v9.1.0 ([45581f0](https://github.com/tj-actions/changed-files/commit/45581f0044c213a3f45e5036d921892484eb7a0d)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.55.0 ([9ebb48b](https://github.com/tj-actions/changed-files/commit/9ebb48b57af1c93015957959d7d9ffe546df3ccd)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.10.2 ([4e2dca3](https://github.com/tj-actions/changed-files/commit/4e2dca3ba527858faa57966af9baff3c9bbbb5d6)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.10.1 ([883b4cc](https://github.com/tj-actions/changed-files/commit/883b4ccbdb2f56448769f275a0d599bb9eb942c6)) - (renovate[bot])
+- **deps:** Lock file maintenance ([42fe158](https://github.com/tj-actions/changed-files/commit/42fe158594392b80e30260bbb489eae0ed872e23)) - (renovate[bot])
+- Remove unused job ([#1754](https://github.com/tj-actions/changed-files/issues/1754)) ([5c74583](https://github.com/tj-actions/changed-files/commit/5c74583cb3f4bb017cad62c02cf599b60d088a3d)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v6.13.1 ([44d340e](https://github.com/tj-actions/changed-files/commit/44d340e48cef9bee9d0bd468f0f9a8ccf3219200)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.13.0 ([2561448](https://github.com/tj-actions/changed-files/commit/2561448da0579d80e1916a83b9c0d3622add8fc5)) - (renovate[bot])
+- Update README.md ([#1749](https://github.com/tj-actions/changed-files/issues/1749)) ([b5fc67a](https://github.com/tj-actions/changed-files/commit/b5fc67a4f5e5dafd4d564eefde1958a4ae7974ac)) - (Tonye Jack)
-## [v5.3](https://github.com/tj-actions/changed-files/tree/v5.3) (2021-05-08)
+## âŦī¸ Upgrades
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5.2...v5.3)
+- Upgraded to v40.2.0 ([#1746](https://github.com/tj-actions/changed-files/issues/1746))
-**Merged pull requests:**
+Co-authored-by: jackton1 ([0b22a52](https://github.com/tj-actions/changed-files/commit/0b22a52bff23bee090e1e07f70f9e7fab8384387)) - (tj-actions[bot])
-- Add warning message when the head sha is empty [\#56](https://github.com/tj-actions/changed-files/pull/56) ([jackton1](https://github.com/jackton1))
-- Update tj-actions/sync-release-version action to v8.6 [\#55](https://github.com/tj-actions/changed-files/pull/55) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v5.2 [\#53](https://github.com/tj-actions/changed-files/pull/53) ([jackton1](https://github.com/jackton1))
+# [40.2.0](https://github.com/tj-actions/changed-files/compare/v40.1.1...v40.2.0) - (2023-11-27)
-## [v5.2](https://github.com/tj-actions/changed-files/tree/v5.2) (2021-05-06)
+## đ Features
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5.1...v5.2)
+- Add support for passing branch name to the base_sha and sha inputs ([#1742](https://github.com/tj-actions/changed-files/issues/1742)) ([2139fa1](https://github.com/tj-actions/changed-files/commit/2139fa1b6f71f22bf7d9f21e4aebc3aba987e05e)) - (Tonye Jack)
-**Implemented enhancements:**
+## đ Bug Fixes
-- \[shellcheck\]: Resolve SC2001 [\#42](https://github.com/tj-actions/changed-files/issues/42)
-- \[shellcheck\]: Resolve SC2128 [\#41](https://github.com/tj-actions/changed-files/issues/41)
+- Prevent similar commit hashes error when using the branch name ([#1745](https://github.com/tj-actions/changed-files/issues/1745)) ([da093c1](https://github.com/tj-actions/changed-files/commit/da093c1609db0edd0a037ce9664e135f74bf30d9)) - (Tonye Jack)
+- Prevent similar commit hashes error when using the branch name ([#1744](https://github.com/tj-actions/changed-files/issues/1744)) ([c634be9](https://github.com/tj-actions/changed-files/commit/c634be959b924afb7d2f4809d6e309859e191975)) - (Tonye Jack)
-**Merged pull requests:**
+## đĻ Bumps
-- Update tj-actions/github-changelog-generator action to v1.8 [\#52](https://github.com/tj-actions/changed-files/pull/52) ([renovate[bot]](https://github.com/apps/renovate))
-- Upgraded to v5.1 [\#51](https://github.com/tj-actions/changed-files/pull/51) ([jackton1](https://github.com/jackton1))
+- Bump @types/node from 20.9.3 to 20.9.4 ([#1732](https://github.com/tj-actions/changed-files/issues/1732))
-## [v5.1](https://github.com/tj-actions/changed-files/tree/v5.1) (2021-05-01)
+Signed-off-by: dependabot[bot]
+Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([066e72a](https://github.com/tj-actions/changed-files/commit/066e72a5fb4e82931d493f931f84b5df8cab22d0)) - (dependabot[bot])
+- Bump @types/jest from 29.5.8 to 29.5.9 ([#1726](https://github.com/tj-actions/changed-files/issues/1726))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5...v5.1)
+Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([c23e564](https://github.com/tj-actions/changed-files/commit/c23e564e671f2f3230a34a588eb3b55f7d60faed)) - (dependabot[bot])
+- Bump @types/micromatch from 4.0.5 to 4.0.6 ([#1727](https://github.com/tj-actions/changed-files/issues/1727))
-**Merged pull requests:**
+Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([c008025](https://github.com/tj-actions/changed-files/commit/c0080255e3e88e03415d2753b4d4c1f341183f79)) - (dependabot[bot])
+- Bump @types/lodash from 4.14.201 to 4.14.202 ([#1728](https://github.com/tj-actions/changed-files/issues/1728))
-- Strip leading whitespaces [\#50](https://github.com/tj-actions/changed-files/pull/50) ([jackton1](https://github.com/jackton1))
-- Upgraded to v5 [\#49](https://github.com/tj-actions/changed-files/pull/49) ([jackton1](https://github.com/jackton1))
-- Update README.md [\#48](https://github.com/tj-actions/changed-files/pull/48) ([jackton1](https://github.com/jackton1))
-- Upgraded to v5.3 [\#47](https://github.com/tj-actions/changed-files/pull/47) ([jackton1](https://github.com/jackton1))
+Signed-off-by: dependabot[bot]
+Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([3a3d3a2](https://github.com/tj-actions/changed-files/commit/3a3d3a2b86e4d416e80a80f115c07915be7d3460)) - (dependabot[bot])
+- Bump @types/node from 20.9.2 to 20.9.3 ([#1725](https://github.com/tj-actions/changed-files/issues/1725))
-## [v5](https://github.com/tj-actions/changed-files/tree/v5) (2021-05-01)
+Signed-off-by: dependabot[bot]
+Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([4da6e32](https://github.com/tj-actions/changed-files/commit/4da6e32cfea3c23f1a8d70337b3cb1307fe74702)) - (dependabot[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.4...v5)
+## â Add
-**Merged pull requests:**
+- Added missing changes and modified dist assets. ([607d5dd](https://github.com/tj-actions/changed-files/commit/607d5ddbbfd4921680b18a439387657412549259)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([7f1c4cb](https://github.com/tj-actions/changed-files/commit/7f1c4cb6db07d6473fae667073c46ef6e2abc5e7)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([1cf54bb](https://github.com/tj-actions/changed-files/commit/1cf54bb5d30a33a40efca5e00884096dd1f49cf9)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([d8d3669](https://github.com/tj-actions/changed-files/commit/d8d3669cb396f0081313a19b34a25ad989ba5abb)) - (GitHub Action)
-- Fixed bug with all\_changed when array is empty [\#46](https://github.com/tj-actions/changed-files/pull/46) ([jackton1](https://github.com/jackton1))
-- Upgraded to v5.2 [\#45](https://github.com/tj-actions/changed-files/pull/45) ([jackton1](https://github.com/jackton1))
-- Upgraded to v5.1 [\#44](https://github.com/tj-actions/changed-files/pull/44) ([jackton1](https://github.com/jackton1))
-- Upgraded to v5 [\#43](https://github.com/tj-actions/changed-files/pull/43) ([jackton1](https://github.com/jackton1))
-- Upgraded to v5 [\#40](https://github.com/tj-actions/changed-files/pull/40) ([jackton1](https://github.com/jackton1))
-- Switch to using a bash script. [\#39](https://github.com/tj-actions/changed-files/pull/39) ([jackton1](https://github.com/jackton1))
-- Upgraded to v4.4 [\#38](https://github.com/tj-actions/changed-files/pull/38) ([jackton1](https://github.com/jackton1))
+## đ Update
-## [v4.4](https://github.com/tj-actions/changed-files/tree/v4.4) (2021-05-01)
+- Update README.md ([6784c9e](https://github.com/tj-actions/changed-files/commit/6784c9e1eeb301520aa26a6f786c3a8a1e742786)) - (Tonye Jack)
+- Update greetings.yml ([90f2c0c](https://github.com/tj-actions/changed-files/commit/90f2c0c1b1177f4c5813bf893c3c5e2ce4baca93)) - (Tonye Jack)
+- Updated README.md ([#1722](https://github.com/tj-actions/changed-files/issues/1722))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.3...v4.4)
+Co-authored-by: repo-ranger[bot] ([f7779a6](https://github.com/tj-actions/changed-files/commit/f7779a6302b8b7cf930b2b7e34213c4b68e3ed2d)) - (tj-actions[bot])
+- Updated README.md ([#1721](https://github.com/tj-actions/changed-files/issues/1721))
-**Merged pull requests:**
+Co-authored-by: renovate[bot] ([6d07b6e](https://github.com/tj-actions/changed-files/commit/6d07b6ee5902a442f4fee4603a23ba9f735b1ca0)) - (tj-actions[bot])
+- Updated README.md ([#1714](https://github.com/tj-actions/changed-files/issues/1714))
-- Update .gitignore [\#36](https://github.com/tj-actions/changed-files/pull/36) ([jackton1](https://github.com/jackton1))
-- Add support for any changed file. [\#35](https://github.com/tj-actions/changed-files/pull/35) ([jackton1](https://github.com/jackton1))
-- Update .gitignore [\#34](https://github.com/tj-actions/changed-files/pull/34) ([jackton1](https://github.com/jackton1))
-- Renamed has\_changed to all\_changed [\#33](https://github.com/tj-actions/changed-files/pull/33) ([jackton1](https://github.com/jackton1))
-- Upgraded to v4.3 [\#32](https://github.com/tj-actions/changed-files/pull/32) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 ([97825a1](https://github.com/tj-actions/changed-files/commit/97825a1994aabf99e2c01837273ba1716a2fac73)) - (tj-actions[bot])
+- Updated README.md ([#1713](https://github.com/tj-actions/changed-files/issues/1713))
-## [v4.3](https://github.com/tj-actions/changed-files/tree/v4.3) (2021-05-01)
+Co-authored-by: jackton1 ([2a9f067](https://github.com/tj-actions/changed-files/commit/2a9f067522563ebf5445c15c1480753821f99354)) - (tj-actions[bot])
+- Updated README.md ([#1712](https://github.com/tj-actions/changed-files/issues/1712))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.2...v4.3)
+Co-authored-by: jackton1 ([b082611](https://github.com/tj-actions/changed-files/commit/b082611680535c989a8f91fb644fb1984d01415d)) - (tj-actions[bot])
+- Updated README.md ([#1711](https://github.com/tj-actions/changed-files/issues/1711))
-**Fixed bugs:**
+Co-authored-by: jackton1 ([90a4f2a](https://github.com/tj-actions/changed-files/commit/90a4f2a3269003cd5351020e24ad59586c97e2af)) - (tj-actions[bot])
+- Updated README.md ([#1710](https://github.com/tj-actions/changed-files/issues/1710))
-- fatal error when using @v4.2 [\#28](https://github.com/tj-actions/changed-files/issues/28)
+Co-authored-by: repo-ranger[bot] ([b20ce84](https://github.com/tj-actions/changed-files/commit/b20ce84763512903636c6bc5e95092a7f35bac61)) - (tj-actions[bot])
-**Closed issues:**
+## âī¸ Miscellaneous Tasks
-- Add support for watching a subset of files. [\#20](https://github.com/tj-actions/changed-files/issues/20)
+- **deps:** Lock file maintenance ([d588360](https://github.com/tj-actions/changed-files/commit/d588360bfe7e5ce0b2ad1ca0f56443a105eb1cc3)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.10.0 ([0d6e9b7](https://github.com/tj-actions/changed-files/commit/0d6e9b71966503cd14182330532c722316e450bc)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.9.5 ([8f90cc1](https://github.com/tj-actions/changed-files/commit/8f90cc165ad22c68ab50623b2e5d8397eeb90ec7)) - (renovate[bot])
+- **deps:** Update dependency @types/jest to v29.5.10 ([75758bc](https://github.com/tj-actions/changed-files/commit/75758bc65f2f009213bf6f74451bff1200005d00)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.14.202 ([79ef9d3](https://github.com/tj-actions/changed-files/commit/79ef9d3feebded8f767c62aa3ee76368dc028195)) - (renovate[bot])
+- **deps:** Update dependency @types/micromatch to v4.0.6 ([da4597e](https://github.com/tj-actions/changed-files/commit/da4597ee22010cde29dcbf422eb2a9480136c3ae)) - (renovate[bot])
+- **deps:** Update dependency @types/jest to v29.5.9 ([9f4ec1c](https://github.com/tj-actions/changed-files/commit/9f4ec1c14f0dc5c2f3053c27efba3a63781efb0b)) - (renovate[bot])
+- **deps:** Update dependency typescript to v5.3.2 ([939fbca](https://github.com/tj-actions/changed-files/commit/939fbca781a0004fbe7aa648fb6656046a8df71b)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.12.0 ([9ba175a](https://github.com/tj-actions/changed-files/commit/9ba175ae245f8a261d7f4acf3ccfaf0a60d32302)) - (renovate[bot])
+- Simplify matrix example workflow ([#1719](https://github.com/tj-actions/changed-files/issues/1719)) ([05bdc91](https://github.com/tj-actions/changed-files/commit/05bdc91228c589841621aee130aa6033579687de)) - (Tonye Jack)
+- **deps:** Lock file maintenance ([21b4a4b](https://github.com/tj-actions/changed-files/commit/21b4a4bc7b1834f22f8fe7f17a425e984017ea5f)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.9.2 ([658f397](https://github.com/tj-actions/changed-files/commit/658f39729762255a3e3166fd20c16573fb1738ee)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.54.0 ([38a0c32](https://github.com/tj-actions/changed-files/commit/38a0c329bb00b10f18e61d5f23349fbd1576c08e)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.9.1 ([b0be21b](https://github.com/tj-actions/changed-files/commit/b0be21b8dfdb45d0b2b92528ce89d727f4bdb89d)) - (renovate[bot])
+- Update action.yml ([13189f9](https://github.com/tj-actions/changed-files/commit/13189f9e5209c0bd05c1c253e226dbf548695424)) - (Tonye Jack)
+- Update action inputs description ([ad01f6f](https://github.com/tj-actions/changed-files/commit/ad01f6fdbaf0f959888aeeb6684856397af589d1)) - (Tonye Jack)
+- Update input description ([a36c479](https://github.com/tj-actions/changed-files/commit/a36c479373da160c2cee10435cf68a4e93e6e68d)) - (Tonye Jack)
+- Update input description ([41ff1f2](https://github.com/tj-actions/changed-files/commit/41ff1f224927a20a43124b4d729c696c18771677)) - (Tonye Jack)
+- Update update-readme.yml ([#1709](https://github.com/tj-actions/changed-files/issues/1709)) ([875213d](https://github.com/tj-actions/changed-files/commit/875213d4a94e0703cea7109c43ef111b94f1062d)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v6.11.0 ([71b5765](https://github.com/tj-actions/changed-files/commit/71b57652f02612b6f858d71ddf7115487ad51882)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.1.0 ([834b862](https://github.com/tj-actions/changed-files/commit/834b86247ec0d15224902d58f5531c78be2e3fc5)) - (renovate[bot])
+- **deps:** Lock file maintenance ([940b170](https://github.com/tj-actions/changed-files/commit/940b170a31d813bc7b88d3816a643b25b66c1342)) - (renovate[bot])
-**Merged pull requests:**
+## âŦī¸ Upgrades
-- Add support to filter only specific files [\#31](https://github.com/tj-actions/changed-files/pull/31) ([jackton1](https://github.com/jackton1))
-- Bump tj-actions/sync-release-version from v8 to v8.5 [\#30](https://github.com/tj-actions/changed-files/pull/30) ([dependabot[bot]](https://github.com/apps/dependabot))
-- Upgrade to GitHub-native Dependabot [\#29](https://github.com/tj-actions/changed-files/pull/29) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
-- Update tj-actions/github-changelog-generator action to v1.6 [\#26](https://github.com/tj-actions/changed-files/pull/26) ([renovate[bot]](https://github.com/apps/renovate))
-- Update README.md [\#25](https://github.com/tj-actions/changed-files/pull/25) ([jackton1](https://github.com/jackton1))
-- Upgraded to v4.2 [\#24](https://github.com/tj-actions/changed-files/pull/24) ([jackton1](https://github.com/jackton1))
+- Upgraded to v40.1.1 ([#1704](https://github.com/tj-actions/changed-files/issues/1704))
-## [v4.2](https://github.com/tj-actions/changed-files/tree/v4.2) (2021-04-23)
+Co-authored-by: jackton1 ([55b93d0](https://github.com/tj-actions/changed-files/commit/55b93d07342c1bd89af9693bfb44faff42ebcd9e)) - (tj-actions[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.1...v4.2)
+# [40.1.1](https://github.com/tj-actions/changed-files/compare/v40.1.0...v40.1.1) - (2023-11-08)
-**Merged pull requests:**
+## â Add
-- Upgraded to v4.1 [\#23](https://github.com/tj-actions/changed-files/pull/23) ([jackton1](https://github.com/jackton1))
+- Added missing changes and modified dist assets. ([e981e53](https://github.com/tj-actions/changed-files/commit/e981e53b7faf4d2fbf8e077b7eec07ef0f7fa221)) - (GitHub Action)
-## [v4.1](https://github.com/tj-actions/changed-files/tree/v4.1) (2021-04-23)
+## âī¸ Miscellaneous Tasks
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4...v4.1)
+- **deps:** Update dependency @types/node to v20.9.0 ([25ef392](https://github.com/tj-actions/changed-files/commit/25ef3926d147cd02fc7e931c1ef50772bbb0d25d)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.14.201 ([4d33bd5](https://github.com/tj-actions/changed-files/commit/4d33bd5f9cd03b7df1e544c3426cb9e63c52791e)) - (renovate[bot])
+- **deps:** Update dependency @types/micromatch to v4.0.5 ([f25e472](https://github.com/tj-actions/changed-files/commit/f25e47258b32eef5d87030d4f6eb9e20cd7349b0)) - (renovate[bot])
+- **deps:** Update dependency @types/uuid to v9.0.7 ([a3c4ccb](https://github.com/tj-actions/changed-files/commit/a3c4ccbde013ddc2eb4c788b5a7162fa72a1ad9b)) - (renovate[bot])
+- **deps:** Update dependency @types/jest to v29.5.8 ([b114534](https://github.com/tj-actions/changed-files/commit/b11453410196db60f4c2f6b84ae222a41ed17300)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.10.0 ([303f064](https://github.com/tj-actions/changed-files/commit/303f064ba95d994742bfb189d37d5d0632a80222)) - (renovate[bot])
+- **deps:** Lock file maintenance ([d850ef9](https://github.com/tj-actions/changed-files/commit/d850ef91f77568044a20bbf67b57d1b74934f716)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.53.0 ([8701b58](https://github.com/tj-actions/changed-files/commit/8701b586f31d75024fe0fcb5eaddd30a7f4c0605)) - (renovate[bot])
-**Merged pull requests:**
+## âŦī¸ Upgrades
-- Upgraded to v4 [\#22](https://github.com/tj-actions/changed-files/pull/22) ([jackton1](https://github.com/jackton1))
+- Upgraded to v40.1.0 ([#1695](https://github.com/tj-actions/changed-files/issues/1695))
-## [v4](https://github.com/tj-actions/changed-files/tree/v4) (2021-04-23)
+Co-authored-by: jackton1 ([9b1ba9a](https://github.com/tj-actions/changed-files/commit/9b1ba9a603ec6c53c7a4610ddf3e14bde70ab0ea)) - (tj-actions[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3.3...v4)
+# [40.1.0](https://github.com/tj-actions/changed-files/compare/v40.0.2...v40.1.0) - (2023-11-03)
-**Implemented enhancements:**
+## đ Features
-- Feature request [\#15](https://github.com/tj-actions/changed-files/issues/15)
-- Added support for push events [\#21](https://github.com/tj-actions/changed-files/pull/21) ([jackton1](https://github.com/jackton1))
+- Add support for controlling the pattern order ([#1693](https://github.com/tj-actions/changed-files/issues/1693)) ([892553a](https://github.com/tj-actions/changed-files/commit/892553a4576166fd647dbd90ffa4b589f563572b)) - (Tonye Jack)
-**Merged pull requests:**
+## đ Bug Fixes
-- Upgraded to v3.3 [\#19](https://github.com/tj-actions/changed-files/pull/19) ([jackton1](https://github.com/jackton1))
+- **deps:** Update dependency yaml to v2.3.4 ([c300d15](https://github.com/tj-actions/changed-files/commit/c300d15daea754419fb9f133c53d821f0f6c17ea)) - (renovate[bot])
-## [v3.3](https://github.com/tj-actions/changed-files/tree/v3.3) (2021-04-20)
+## â Add
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3.2...v3.3)
+- Added missing changes and modified dist assets. ([50a9cc9](https://github.com/tj-actions/changed-files/commit/50a9cc9b7b170bd6aaf4fb94db5da1c223606572)) - (GitHub Action)
-**Merged pull requests:**
+## đ Update
-- Update action.yml [\#18](https://github.com/tj-actions/changed-files/pull/18) ([jackton1](https://github.com/jackton1))
-- Upgraded to v3.2 [\#17](https://github.com/tj-actions/changed-files/pull/17) ([jackton1](https://github.com/jackton1))
+- Updated README.md ([#1694](https://github.com/tj-actions/changed-files/issues/1694))
-## [v3.2](https://github.com/tj-actions/changed-files/tree/v3.2) (2021-04-11)
+Co-authored-by: repo-ranger[bot] ([18c8a4e](https://github.com/tj-actions/changed-files/commit/18c8a4ecebe93d32ed8a88e1d0c098f5f68c221b)) - (tj-actions[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3.1...v3.2)
+## âŦī¸ Upgrades
-**Merged pull requests:**
+- Upgraded to v40.0.2 ([#1689](https://github.com/tj-actions/changed-files/issues/1689))
-- Add support for all modified files [\#16](https://github.com/tj-actions/changed-files/pull/16) ([jackton1](https://github.com/jackton1))
-- Update test.yml [\#14](https://github.com/tj-actions/changed-files/pull/14) ([jackton1](https://github.com/jackton1))
-- Upgraded to v3.1 [\#13](https://github.com/tj-actions/changed-files/pull/13) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 ([c076064](https://github.com/tj-actions/changed-files/commit/c07606463672e7c623bc2801b4002bd645aed1f2)) - (tj-actions[bot])
-## [v3.1](https://github.com/tj-actions/changed-files/tree/v3.1) (2021-04-04)
+# [40.0.2](https://github.com/tj-actions/changed-files/compare/v40.0.1...v40.0.2) - (2023-10-31)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3...v3.1)
+## đ Bug Fixes
-**Merged pull requests:**
+- Order of file patterns ([#1688](https://github.com/tj-actions/changed-files/issues/1688)) ([4052680](https://github.com/tj-actions/changed-files/commit/40526807ee1e208a1a8c1bbe6bd2d1b044ef6368)) - (Tonye Jack)
-- Upgraded to v3 [\#12](https://github.com/tj-actions/changed-files/pull/12) ([jackton1](https://github.com/jackton1))
+## âī¸ Miscellaneous Tasks
-## [v3](https://github.com/tj-actions/changed-files/tree/v3) (2021-04-02)
+- **deps:** Update dependency @types/node to v20.8.10 ([a59bf8f](https://github.com/tj-actions/changed-files/commit/a59bf8ffcfcfdd831463eff511b55a7123a04aca)) - (renovate[bot])
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v2.1...v3)
+## âŦī¸ Upgrades
-**Merged pull requests:**
+- Upgraded to v40.0.1 ([#1686](https://github.com/tj-actions/changed-files/issues/1686))
-- Update action.yml [\#11](https://github.com/tj-actions/changed-files/pull/11) ([jackton1](https://github.com/jackton1))
-- Update README.md [\#10](https://github.com/tj-actions/changed-files/pull/10) ([jackton1](https://github.com/jackton1))
-- Configure Renovate [\#9](https://github.com/tj-actions/changed-files/pull/9) ([renovate[bot]](https://github.com/apps/renovate))
-- Update test.yml [\#8](https://github.com/tj-actions/changed-files/pull/8) ([jackton1](https://github.com/jackton1))
-- Upgraded to v2.1 [\#6](https://github.com/tj-actions/changed-files/pull/6) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 ([6821899](https://github.com/tj-actions/changed-files/commit/68218997649ac879f47639455e9669b94750b50f)) - (tj-actions[bot])
-## [v2.1](https://github.com/tj-actions/changed-files/tree/v2.1) (2021-03-18)
+# [40.0.1](https://github.com/tj-actions/changed-files/compare/v40.0.0...v40.0.1) - (2023-10-30)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v2...v2.1)
+## đ Bug Fixes
-**Merged pull requests:**
+- Bug with order in which the files and files ignore patterns are combined ([#1684](https://github.com/tj-actions/changed-files/issues/1684)) ([7549e1e](https://github.com/tj-actions/changed-files/commit/7549e1e4b967bf5f827b32249ec181ba542de0f9)) - (Tonye Jack)
-- Upgraded to v2 [\#5](https://github.com/tj-actions/changed-files/pull/5) ([jackton1](https://github.com/jackton1))
+## â Add
-## [v2](https://github.com/tj-actions/changed-files/tree/v2) (2021-03-14)
+- Added missing changes and modified dist assets. ([905fcf7](https://github.com/tj-actions/changed-files/commit/905fcf74f4150b8b22f004a92bec5b19fb317419)) - (GitHub Action)
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1...v2)
+## đ Update
-**Merged pull requests:**
+- Update README.md ([85073ea](https://github.com/tj-actions/changed-files/commit/85073ea010ba5b57f37c14644d27dfb8a3d0de0a)) - (Tonye Jack)
+- Update README.md ([e622bd9](https://github.com/tj-actions/changed-files/commit/e622bd9227b3f21e2558a1ce4a648c4fb004fded)) - (Tonye Jack)
+- Update README.md ([003b42e](https://github.com/tj-actions/changed-files/commit/003b42ec7f4e3777746f3e170bfc1ec0cdd4c7a2)) - (Tonye Jack)
+- Update README.md ([0a5a862](https://github.com/tj-actions/changed-files/commit/0a5a86287477b9fcb4280d5141902816c2b86e46)) - (Tonye Jack)
+- Updated README.md ([#1678](https://github.com/tj-actions/changed-files/issues/1678))
-- Fixed end of string with separator [\#4](https://github.com/tj-actions/changed-files/pull/4) ([jackton1](https://github.com/jackton1))
+Co-authored-by: jackton1 ([1864dc5](https://github.com/tj-actions/changed-files/commit/1864dc5311069c2319e40ddda20ebf24336dcba9)) - (tj-actions[bot])
+- Update action.yml ([1be6574](https://github.com/tj-actions/changed-files/commit/1be6574035556e1f982a4378491409b8daecec9a)) - (Tonye Jack)
+- Updated README.md ([#1677](https://github.com/tj-actions/changed-files/issues/1677))
-## [v1](https://github.com/tj-actions/changed-files/tree/v1) (2021-03-05)
+Co-authored-by: jackton1 ([51bc7ab](https://github.com/tj-actions/changed-files/commit/51bc7ab1452b8422fc78f6bdda196b87881d0b1c)) - (tj-actions[bot])
+- Update README.md ([b49b468](https://github.com/tj-actions/changed-files/commit/b49b468c28d456fb7e7a75328e46efa820c4ff68)) - (Tonye Jack)
+- Update README.md ([8055b31](https://github.com/tj-actions/changed-files/commit/8055b31e957360a13988a323449bde618630f601)) - (Tonye Jack)
+- Updated README.md ([#1675](https://github.com/tj-actions/changed-files/issues/1675))
-[Full Changelog](https://github.com/tj-actions/changed-files/compare/7eba13b12c69e63845b6d8bf1d3453edb0549ff9...v1)
+Co-authored-by: jackton1 ([d1f3041](https://github.com/tj-actions/changed-files/commit/d1f3041043a609731d86adbad78ca7a3b61dad33)) - (tj-actions[bot])
+- Update README.md ([d0064d8](https://github.com/tj-actions/changed-files/commit/d0064d854901a65f6b91787bd76dbadda53ebf83)) - (Tonye Jack)
+- Update README.md ([4270b9f](https://github.com/tj-actions/changed-files/commit/4270b9fd4b274ad12e0952979e8f32178abfaa06)) - (Tonye Jack)
+- Updated README.md ([#1673](https://github.com/tj-actions/changed-files/issues/1673))
-**Merged pull requests:**
+Co-authored-by: jackton1 ([cd07d32](https://github.com/tj-actions/changed-files/commit/cd07d32e580fc8203249c9a435df3395a5edfd1b)) - (tj-actions[bot])
+- Update action.yml ([33ddc07](https://github.com/tj-actions/changed-files/commit/33ddc07d8b23cf31a8f614111160c5cc320f8f3d)) - (Tonye Jack)
-- Update action.yml [\#2](https://github.com/tj-actions/changed-files/pull/2) ([jackton1](https://github.com/jackton1))
+## âī¸ Miscellaneous Tasks
+- **deps:** Update dependency @types/jest to v29.5.7 ([bfc49f4](https://github.com/tj-actions/changed-files/commit/bfc49f4cff6934aa236c171f9bcbf1dd6b1ef438)) - (renovate[bot])
+- **deps:** Update dependency @typescript-eslint/eslint-plugin to v6.9.1 ([2fc653d](https://github.com/tj-actions/changed-files/commit/2fc653d87dc9507b87b24805ab59d23f7d3be7e5)) - (renovate[bot])
+- **deps:** Update dependency @typescript-eslint/parser to v6.9.1 ([273a7c1](https://github.com/tj-actions/changed-files/commit/273a7c1641fcdbffd00e804734185c2d99950485)) - (renovate[bot])
+- **deps:** Lock file maintenance ([229fe31](https://github.com/tj-actions/changed-files/commit/229fe310d2b3917af799b70b7b77fbed41df4961)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v27.6.0 ([c371c6f](https://github.com/tj-actions/changed-files/commit/c371c6f055f523227ed33447a1a6fbd9d4d47aeb)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v27.5.0 ([7448ec4](https://github.com/tj-actions/changed-files/commit/7448ec4f69ea819a3e647c5f057ba092aafb91f8)) - (renovate[bot])
+## âŦī¸ Upgrades
-\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
+- Upgraded to v40 ([#1672](https://github.com/tj-actions/changed-files/issues/1672))
+
+Co-authored-by: jackton1 ([1c7fbab](https://github.com/tj-actions/changed-files/commit/1c7fbaba144b87b134cd6c2c351477722fef4396)) - (tj-actions[bot])
+
+# [40.0.0](https://github.com/tj-actions/changed-files/compare/v39.2.4...v40.0.0) - (2023-10-26)
+
+## đĻ Bumps
+
+- Bump @types/node from 20.8.7 to 20.8.8 ([#1666](https://github.com/tj-actions/changed-files/issues/1666))
+
+Signed-off-by: dependabot[bot]
+Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([955cdc8](https://github.com/tj-actions/changed-files/commit/955cdc8d81246052a366a9a1c4e570774fe2b1c6)) - (dependabot[bot])
+
+## â Add
+
+- Added missing changes and modified dist assets. ([af292f1](https://github.com/tj-actions/changed-files/commit/af292f1e845a0377b596972698a8598734eb2796)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([e48cacb](https://github.com/tj-actions/changed-files/commit/e48cacbca52c259aaa62f428dd90bc4e374a8cda)) - (GitHub Action)
+
+## â Remove
+
+- Appending globstar pattern for directories to prevent bugs with path matching ([#1670](https://github.com/tj-actions/changed-files/issues/1670)) ([3ce5a29](https://github.com/tj-actions/changed-files/commit/3ce5a2970f30e3278949b12f08ed68f90cc8e482)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Lock file maintenance ([2ddcb04](https://github.com/tj-actions/changed-files/commit/2ddcb04986856a468e97e777e87741f528cbad2b)) - (renovate[bot])
+- Update test.yml ([d898dd0](https://github.com/tj-actions/changed-files/commit/d898dd09e4531bdc144c5149b2d4de056819d8a4)) - (Tonye Jack)
+- **deps:** Update dependency @types/node to v20.8.9 ([0e08afd](https://github.com/tj-actions/changed-files/commit/0e08afd95d354d7dfa67484142cc153c96b816df)) - (renovate[bot])
+- **deps:** Lock file maintenance ([5aee572](https://github.com/tj-actions/changed-files/commit/5aee57257118b7f1a34194ed31f5faf4d56a1b04)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v39.2.4 ([#1664](https://github.com/tj-actions/changed-files/issues/1664))
+
+Co-authored-by: jackton1 ([c83cb31](https://github.com/tj-actions/changed-files/commit/c83cb31f5b2aea1959056c29027ee2b838d88747)) - (tj-actions[bot])
+
+# [39.2.4](https://github.com/tj-actions/changed-files/compare/v39.2.3...v39.2.4) - (2023-10-23)
+
+## â Add
+
+- Added missing changes and modified dist assets. ([28cf220](https://github.com/tj-actions/changed-files/commit/28cf22057fdc9b7c9328d0b5884e8c45b9316b22)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([40e81cc](https://github.com/tj-actions/changed-files/commit/40e81cc72b38d108b2ba0fb7c01296a426dc775a)) - (GitHub Action)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update typescript-eslint monorepo to v6.9.0 ([fea790c](https://github.com/tj-actions/changed-files/commit/fea790cb660e33aef4bdf07304e28fedd77dfa13)) - (renovate[bot])
+- **deps:** Update actions/setup-node action to v4 ([#1662](https://github.com/tj-actions/changed-files/issues/1662)) ([794c26f](https://github.com/tj-actions/changed-files/commit/794c26fb9f1f00d846ee83388f7b31ce2f6512da)) - (renovate[bot])
+- **deps:** Update actions/setup-node action to v3.8.2 ([0f6525c](https://github.com/tj-actions/changed-files/commit/0f6525cd7da1375f0db035f17af23c36e1fb7782)) - (renovate[bot])
+- **deps:** Lock file maintenance ([faedee1](https://github.com/tj-actions/changed-files/commit/faedee1163969ecb7501e1ecc85c15a3bc64108a)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v27.4.3 ([4a7ca97](https://github.com/tj-actions/changed-files/commit/4a7ca97de0b5d33f2e5300bf1dc53444286c3275)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.52.0 ([cef68ee](https://github.com/tj-actions/changed-files/commit/cef68eee2ecab71f0d41f1da5ca539689caba074)) - (renovate[bot])
+- **deps:** Update dependency @vercel/ncc to v0.38.1 ([4d1f5be](https://github.com/tj-actions/changed-files/commit/4d1f5becef0a3eeedf05179e1d76c3ed49210249)) - (renovate[bot])
+- **deps:** Update dependency @types/uuid to v9.0.6 ([c82b7e2](https://github.com/tj-actions/changed-files/commit/c82b7e29920127a41f9a25b2dab101e63e14627c)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.8.7 ([02eb5a7](https://github.com/tj-actions/changed-files/commit/02eb5a78aa173b07efe5bce41f9ecf0029cecde2)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.14.200 ([2cee40e](https://github.com/tj-actions/changed-files/commit/2cee40ea9342da5bc5bb29c6af09d2ea35e216fe)) - (renovate[bot])
+- **deps:** Update dependency @types/micromatch to v4.0.4 ([5b02f7c](https://github.com/tj-actions/changed-files/commit/5b02f7c186bcb4d1f31582f2c3be28d5cc794ff2)) - (renovate[bot])
+- **deps:** Update dependency @types/jest to v29.5.6 ([2e7f228](https://github.com/tj-actions/changed-files/commit/2e7f228016e92a06ac5a941a38f2ddb297ba9c99)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v39.2.3 ([#1649](https://github.com/tj-actions/changed-files/issues/1649))
+
+Co-authored-by: jackton1 ([8a78ebb](https://github.com/tj-actions/changed-files/commit/8a78ebb29fc795a2f216667dd5597a98e45e9085)) - (tj-actions[bot])
+
+# [39.2.3](https://github.com/tj-actions/changed-files/compare/v39.2.2...v39.2.3) - (2023-10-17)
+
+## đ Bug Fixes
+
+- Bug returning files with matched patterns ([#1648](https://github.com/tj-actions/changed-files/issues/1648)) ([95690f9](https://github.com/tj-actions/changed-files/commit/95690f9ece77c1740f4a55b7f1de9023ed6b1f87)) - (Tonye Jack)
+- **deps:** Update dependency yaml to v2.3.3 ([4422568](https://github.com/tj-actions/changed-files/commit/44225688bb4d3bee3a2c2b89b075da711f6439ca)) - (renovate[bot])
+
+## â Add
+
+- Added missing changes and modified dist assets. ([2a10bef](https://github.com/tj-actions/changed-files/commit/2a10bef1b42044172f2e64d40beeb8fbad792438)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([a82ffc6](https://github.com/tj-actions/changed-files/commit/a82ffc67b399a2313a161e829a13cfe4136efd12)) - (GitHub Action)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update typescript-eslint monorepo to v6.8.0 ([9726642](https://github.com/tj-actions/changed-files/commit/97266423dbbb3fef38257a9049a722278bf9103c)) - (renovate[bot])
+- **deps:** Lock file maintenance ([af4b210](https://github.com/tj-actions/changed-files/commit/af4b21011169361c41b203dfabf25f57ff17bc59)) - (renovate[bot])
+- **deps:** Lock file maintenance ([5c45808](https://github.com/tj-actions/changed-files/commit/5c45808ea0d7a3f029ef6465447cd0f23cae87ed)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.8.6 ([f144a9e](https://github.com/tj-actions/changed-files/commit/f144a9e6da20c676d410b6485f4dbb6b2390f3dd)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.8.5 ([d08f64a](https://github.com/tj-actions/changed-files/commit/d08f64adf6f0e48966fc28a25a79e772b7d3804e)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v39.2.2 ([#1639](https://github.com/tj-actions/changed-files/issues/1639))
+
+Co-authored-by: jackton1 ([2d0db8b](https://github.com/tj-actions/changed-files/commit/2d0db8be9ec241024f06a541c605733d4b325794)) - (tj-actions[bot])
+
+# [39.2.2](https://github.com/tj-actions/changed-files/compare/v39.2.1...v39.2.2) - (2023-10-11)
+
+## đ Bug Fixes
+
+- **deps:** Update dependency @actions/github to v6 ([#1636](https://github.com/tj-actions/changed-files/issues/1636)) ([1d9d8f4](https://github.com/tj-actions/changed-files/commit/1d9d8f4a769e0e15ef6d9657ceb4c64b4f79444a)) - (renovate[bot])
+
+## â Add
+
+- Added missing changes and modified dist assets. ([408093d](https://github.com/tj-actions/changed-files/commit/408093d9ff9c134c33b974e0722ce06b9d6e8263)) - (GitHub Action)
+
+## đ Update
+
+- Update README.md ([49e754c](https://github.com/tj-actions/changed-files/commit/49e754c81d45331f68e6691ca91590e12f0bf105)) - (Tonye Jack)
+- Updated README.md ([#1632](https://github.com/tj-actions/changed-files/issues/1632))
+
+Co-authored-by: jackton1 ([5742169](https://github.com/tj-actions/changed-files/commit/57421690e0ad0aaa68f8a7de7cdcec0ac85f4471)) - (tj-actions[bot])
+- Update README.md ([1c14cc7](https://github.com/tj-actions/changed-files/commit/1c14cc7ff31c36290d78b6beedcbfdd8eb6c1ad6)) - (Tonye Jack)
+- Update README.md ([6cd5b66](https://github.com/tj-actions/changed-files/commit/6cd5b661017dec80808b3d6fe58017f11898979c)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Lock file maintenance ([a8fcc78](https://github.com/tj-actions/changed-files/commit/a8fcc78511f2e612fe60b52f342af99c9bfc53e8)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-prettier to v5.0.1 ([3b9406e](https://github.com/tj-actions/changed-files/commit/3b9406ef8235796a97765ef91c44294ef70175a1)) - (renovate[bot])
+- **deps:** Update nrwl/nx-set-shas action to v4 ([#1635](https://github.com/tj-actions/changed-files/issues/1635)) ([6777efe](https://github.com/tj-actions/changed-files/commit/6777efe3caaf110650443295dcfe44b6001c2803)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.7.5 ([2b4a057](https://github.com/tj-actions/changed-files/commit/2b4a057e157f0c14d0bc6ee271924108cbe99aaf)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.8.4 ([1e88b75](https://github.com/tj-actions/changed-files/commit/1e88b750d46079ab0916821bfba40c1890fc9064)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.8.3 ([54864d4](https://github.com/tj-actions/changed-files/commit/54864d4c3b647ac620a1bcbc02d2e82dea105902)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.51.0 ([8f6e85f](https://github.com/tj-actions/changed-files/commit/8f6e85fcdfa6c88613a3c33e6d6b1f9ef44c68e9)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v39.2.1 ([#1628](https://github.com/tj-actions/changed-files/issues/1628))
+
+Co-authored-by: jackton1 ([3729bf2](https://github.com/tj-actions/changed-files/commit/3729bf289f532adbcb2e7b4d887b770c9fa2add8)) - (tj-actions[bot])
+
+# [39.2.1](https://github.com/tj-actions/changed-files/compare/v39.2.0...v39.2.1) - (2023-10-03)
+
+## đ Bug Fixes
+
+- Incorrect branch name for issue_comment event ([#1625](https://github.com/tj-actions/changed-files/issues/1625)) ([3415b43](https://github.com/tj-actions/changed-files/commit/3415b437807016c147990325ffd1c445deaa7a1d)) - (Tonye Jack)
+- **deps:** Update dependency @octokit/rest to v20.0.2 ([2ba385a](https://github.com/tj-actions/changed-files/commit/2ba385a5e1d21dc4d37a2baf55e780a7fd57139c)) - (renovate[bot])
+
+## đ Update
+
+- Update issue-comment-test.yml ([344b35f](https://github.com/tj-actions/changed-files/commit/344b35fc53a62a8550dc9715607c49a8777f16a1)) - (Tonye Jack)
+- Update README.md ([e061de5](https://github.com/tj-actions/changed-files/commit/e061de58dad56050b79935b5cf2dcad74159fb83)) - (Tonye Jack)
+- Update README.md ([2d7c109](https://github.com/tj-actions/changed-files/commit/2d7c10954b8d1cbd6384cb940c06c4478c53837d)) - (Tonye Jack)
+- Update README.md ([6e74c9d](https://github.com/tj-actions/changed-files/commit/6e74c9dbbb6ba09bce97da82f2262807d6abbfa5)) - (Tonye Jack)
+- Updated README.md ([#1612](https://github.com/tj-actions/changed-files/issues/1612))
+
+Co-authored-by: jackton1 ([cf03855](https://github.com/tj-actions/changed-files/commit/cf03855076201be8cde507cce3b8bd4e9f7abe95)) - (tj-actions[bot])
+- Update README.md ([877b5ce](https://github.com/tj-actions/changed-files/commit/877b5ce98c3a0133d7ac80b7e2cae6cc8f961841)) - (Tonye Jack)
+- Updated README.md ([#1606](https://github.com/tj-actions/changed-files/issues/1606))
+
+Co-authored-by: jackton1 ([dac82b0](https://github.com/tj-actions/changed-files/commit/dac82b0e155183344880244ed092cd3b06663426)) - (tj-actions[bot])
+- Update README.md ([4595c4c](https://github.com/tj-actions/changed-files/commit/4595c4c56bb7ca1edba1f155a344153539b2b2f8)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Clean up test ([#1627](https://github.com/tj-actions/changed-files/issues/1627)) ([db153ba](https://github.com/tj-actions/changed-files/commit/db153baf731265ad02cd490b07f470e2d55e3345)) - (Tonye Jack)
+- Update issue-comment-test.yml ([f318653](https://github.com/tj-actions/changed-files/commit/f318653745f7ab6557649e6f96c71a5faccacb6b)) - (Tonye Jack)
+- **deps:** Update dependency @types/node to v20.8.2 ([15f38d6](https://github.com/tj-actions/changed-files/commit/15f38d6693283446115e78f7b3076608c1c67d02)) - (renovate[bot])
+- Create issue-comment-test.yml ([#1624](https://github.com/tj-actions/changed-files/issues/1624)) ([2160c8e](https://github.com/tj-actions/changed-files/commit/2160c8e998e23cb0a2cee38e4f030a743d61af29)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v6.7.4 ([39084f9](https://github.com/tj-actions/changed-files/commit/39084f937ae8cc423a895ef8507e6620b1b7983b)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.8.0 ([22a6a7d](https://github.com/tj-actions/changed-files/commit/22a6a7dedc674501315625e1db94ce3fdbfdf386)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v27.4.2 ([8f93691](https://github.com/tj-actions/changed-files/commit/8f93691a81d6c978bc304711c46597e7dbbc25d4)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.7.2 ([c5c7d81](https://github.com/tj-actions/changed-files/commit/c5c7d8163f10b0dde64364d83cafb8de357b75eb)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.7.1 ([6f90eec](https://github.com/tj-actions/changed-files/commit/6f90eecfe82139f386adf4623cc24103cde40c3f)) - (renovate[bot])
+- **deps:** Update dependency @types/micromatch to v4.0.3 ([4daaa81](https://github.com/tj-actions/changed-files/commit/4daaa8171de72e3250f45fc86d12a60d1dd47158)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v4.10.1 ([cbff914](https://github.com/tj-actions/changed-files/commit/cbff9146e3997d34c4e754583c25435257541e58)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.7.0 ([44827f3](https://github.com/tj-actions/changed-files/commit/44827f39da2d74aeb9462a58b09a6be660878d4e)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.7.3 ([7d9358a](https://github.com/tj-actions/changed-files/commit/7d9358afc150cebfe3b5bd5741b21885ef30bf86)) - (renovate[bot])
+- Updated list of unsupported inputs when using REST API ([#1611](https://github.com/tj-actions/changed-files/issues/1611)) ([428220b](https://github.com/tj-actions/changed-files/commit/428220b7f403d741a0c919da5b37293e1fc2b492)) - (Tonye Jack)
+- **deps:** Update dependency @types/node to v20.6.5 ([914e022](https://github.com/tj-actions/changed-files/commit/914e0223cf25b0dcee06b9dddf0e5e8c2f13ea63)) - (renovate[bot])
+- **deps:** Lock file maintenance ([b79cd45](https://github.com/tj-actions/changed-files/commit/b79cd45602e1ab93c5766c4055e658d83bd4f7a3)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.6.4 ([19107de](https://github.com/tj-actions/changed-files/commit/19107de46c6b36f05bae9188237357904b070361)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.14.199 ([29dd1b9](https://github.com/tj-actions/changed-files/commit/29dd1b9c76732acc349df06e11ac2cf359137642)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.50.0 ([39000e5](https://github.com/tj-actions/changed-files/commit/39000e536b5446b6d4d0558ba3467384265331a0)) - (renovate[bot])
+- **deps:** Lock file maintenance ([9053f9e](https://github.com/tj-actions/changed-files/commit/9053f9ea110082a134adc566dc32ece555fc4125)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v39.2.0 ([#1604](https://github.com/tj-actions/changed-files/issues/1604))
+
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([181ee9b](https://github.com/tj-actions/changed-files/commit/181ee9b66b9d14bd0c5ae6b99fefb64b91800887)) - (tj-actions[bot])
+
+# [39.2.0](https://github.com/tj-actions/changed-files/compare/v39.1.2...v39.2.0) - (2023-09-22)
+
+## đ Features
+
+- Add support for restricting the deleted files output to only deleted directories ([e6ce728](https://github.com/tj-actions/changed-files/commit/e6ce728d79e6c15a69a0eea43b1968c2f9da2e8b)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Fixed test for windows ([e94da5a](https://github.com/tj-actions/changed-files/commit/e94da5a065ad8dc8e519802967e6e6ccea3f5e87)) - (Tonye Jack)
+- Fixed the test ([a721d00](https://github.com/tj-actions/changed-files/commit/a721d001dd7be793f80500eb3f60ea9db0743864)) - (Tonye Jack)
+
+## â Add
+
+- Added missing changes and modified dist assets. ([8af3110](https://github.com/tj-actions/changed-files/commit/8af3110d4dfd8c1cc180fee0f14bcf402b598fb0)) - (GitHub Action)
+- Added a test files ([920856c](https://github.com/tj-actions/changed-files/commit/920856cfdd4b4be17810e34b197596397473adf6)) - (Tonye Jack)
+- Added missing changes and modified dist assets. ([8296c33](https://github.com/tj-actions/changed-files/commit/8296c33fd0180e60f8f7231f51d246bed82abf1f)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([2398551](https://github.com/tj-actions/changed-files/commit/23985514152c809eeea6e96f26c98b66dc77befa)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([ff65504](https://github.com/tj-actions/changed-files/commit/ff65504325c3dc10f03100fd228c04eeca7cca3a)) - (GitHub Action)
+- Added missing changes and modified dist assets. ([2325baa](https://github.com/tj-actions/changed-files/commit/2325baada3477c4ca5bd25dce29d88b1efdf9f01)) - (GitHub Action)
+
+## â Remove
+
+- Deleted the test3 directory ([cd1e384](https://github.com/tj-actions/changed-files/commit/cd1e384723e4d1a184568182ac2b27c53ebf017f)) - (Tonye Jack)
+- Deleted a single test file ([a52f862](https://github.com/tj-actions/changed-files/commit/a52f8621d26d5d9f54b80f74bda2d9eedff94693)) - (Tonye Jack)
+- Removed unused code ([c98e6d2](https://github.com/tj-actions/changed-files/commit/c98e6d20fc234e1f4b0047cd43af2a37f8f38f44)) - (Tonye Jack)
+- Removed unused code ([060b3b9](https://github.com/tj-actions/changed-files/commit/060b3b9b039f423591f1c790691e6d4ddabb1f5e)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1602](https://github.com/tj-actions/changed-files/issues/1602))
+
+Co-authored-by: jackton1 ([8238a41](https://github.com/tj-actions/changed-files/commit/8238a4103220c636f2dad328ead8a7c8dbe316a3)) - (tj-actions[bot])
+- Update test ([d2486b4](https://github.com/tj-actions/changed-files/commit/d2486b470f2ea6ffb0bc55a779968d797a2e3009)) - (Tonye Jack)
+- Updated test ([e7fd9e5](https://github.com/tj-actions/changed-files/commit/e7fd9e59a4c7d9b50cd73b32576bf580517e7f60)) - (Tonye Jack)
+- Updated debug message ([62a23f8](https://github.com/tj-actions/changed-files/commit/62a23f82b163be6455968457151fa0094ec92a63)) - (Tonye Jack)
+- Update test ([ef42e5a](https://github.com/tj-actions/changed-files/commit/ef42e5ad18862ebf72e51cda14a38bf220407805)) - (Tonye Jack)
+- Updated the test ([08906b3](https://github.com/tj-actions/changed-files/commit/08906b32548b7ccb4431cbf73cce16bf70b8746c)) - (Tonye Jack)
+- Updated description ([cd35eac](https://github.com/tj-actions/changed-files/commit/cd35eace2271604e450d83d35cf4a157796a89a9)) - (Tonye Jack)
+- Updated use of deletedFilesPaths ([543c1a2](https://github.com/tj-actions/changed-files/commit/543c1a25c6c1b4906734af8e1a90d01291c87a55)) - (Tonye Jack)
+- Updated action.yml ([1be4200](https://github.com/tj-actions/changed-files/commit/1be42003d742f660cf76cb29b6a1f0d85706f646)) - (Tonye Jack)
+- Update README.md ([0b947ed](https://github.com/tj-actions/changed-files/commit/0b947ed818f8a396b19a263544998ab92a863b98)) - (Tonye Jack)
+- Update README.md ([e8dbf6d](https://github.com/tj-actions/changed-files/commit/e8dbf6d67071d288495f592937fe3bdbea3570f4)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#1601](https://github.com/tj-actions/changed-files/pull/1601): ([aaf4339](https://github.com/tj-actions/changed-files/commit/aaf4339aa1cd7bd2fbe6d869601e3c52baac24ca)) - (Tonye Jack)
+- Merge branch 'main' into feat/add-support-for-restricting-the-deleted-files-output-to-only-deleted-directories ([e3cc088](https://github.com/tj-actions/changed-files/commit/e3cc088a9606acc8b7a64528de485e4ae1f868ec)) - (repo-ranger[bot])
+- Merge 62a23f82b163be6455968457151fa0094ec92a63 into 0b947ed818f8a396b19a263544998ab92a863b98 ([a351a30](https://github.com/tj-actions/changed-files/commit/a351a301d2a539ab0e3949e7d8ba1aa8fe7fc145)) - (Tonye Jack)
+- Merge c98e6d20fc234e1f4b0047cd43af2a37f8f38f44 into 0b947ed818f8a396b19a263544998ab92a863b98 ([0ad71b9](https://github.com/tj-actions/changed-files/commit/0ad71b9855cfe37f7e68ded4ce5fd215ed87e96e)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update actions/checkout digest to 8ade135 ([72d7089](https://github.com/tj-actions/changed-files/commit/72d7089b7241aaa6c60dc39e8336f9aef5ebd1da)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v39.1.2 ([#1594](https://github.com/tj-actions/changed-files/issues/1594))
+
+Co-authored-by: jackton1 ([41c232a](https://github.com/tj-actions/changed-files/commit/41c232aad8c4c6c99852ca5363e8cb2dc76e7c8e)) - (tj-actions[bot])
+
+# [39.1.2](https://github.com/tj-actions/changed-files/compare/v39.1.1...v39.1.2) - (2023-09-20)
+
+## âī¸ Miscellaneous Tasks
+
+- Add warrning message to diff error ([#1593](https://github.com/tj-actions/changed-files/issues/1593)) ([4196030](https://github.com/tj-actions/changed-files/commit/41960309398d165631f08c5df47a11147e14712b)) - (Tonye Jack)
+- **deps:** Update dependency @types/node to v20.6.3 ([bbe7960](https://github.com/tj-actions/changed-files/commit/bbe796033ec7cd22e0e20315c172c13048fc437c)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v39.1.1 ([#1591](https://github.com/tj-actions/changed-files/issues/1591))
+
+Co-authored-by: jackton1 ([159562d](https://github.com/tj-actions/changed-files/commit/159562dc02e645a8a858fca8e12f289e65d30fa5)) - (tj-actions[bot])
+
+# [39.1.1](https://github.com/tj-actions/changed-files/compare/v39.1.0...v39.1.1) - (2023-09-19)
+
+## đ Bug Fixes
+
+- Changed_keys and modified_keys output to handle json and escape_json inputs ([#1585](https://github.com/tj-actions/changed-files/issues/1585)) ([951140b](https://github.com/tj-actions/changed-files/commit/951140b94a6a58dd2c62d7fb0b4d73898c79b196)) - (Arthur)
+- Error with test ([#1589](https://github.com/tj-actions/changed-files/issues/1589)) ([dbf0700](https://github.com/tj-actions/changed-files/commit/dbf0700c7ac336b1ceed2ac8fe1b02d4cd3ac84f)) - (Tonye Jack)
+
+## đ Update
+
+- Update test.yml ([a21a533](https://github.com/tj-actions/changed-files/commit/a21a533a0c244a27daac02f9dc6fcf8aeb996154)) - (Tonye Jack)
+- Updated README.md ([#1588](https://github.com/tj-actions/changed-files/issues/1588))
+
+Co-authored-by: jackton1 ([dacbaeb](https://github.com/tj-actions/changed-files/commit/dacbaebcaf9428d083702ffa9b449bac799dd2c3)) - (tj-actions[bot])
+
+## đ Documentation
+
+- Add V0lantis as a contributor for bug ([#1587](https://github.com/tj-actions/changed-files/issues/1587)) ([36ab2fe](https://github.com/tj-actions/changed-files/commit/36ab2fe9c2c58212caac6853d9b8e205a4d5c84b)) - (allcontributors[bot])
+
+## âī¸ Miscellaneous Tasks
+
+- Add codacy config ([#1590](https://github.com/tj-actions/changed-files/issues/1590)) ([eeb169a](https://github.com/tj-actions/changed-files/commit/eeb169a9f925d0d92ff3dea3ac356ff0d5f288a8)) - (Tonye Jack)
+- Update test.yml ([#1586](https://github.com/tj-actions/changed-files/issues/1586)) ([7e3a4ba](https://github.com/tj-actions/changed-files/commit/7e3a4bac80a0d6fdd60b44fea0dc5fa781ca8177)) - (Tonye Jack)
+- Move variable declaration ([#1584](https://github.com/tj-actions/changed-files/issues/1584)) ([dcbe980](https://github.com/tj-actions/changed-files/commit/dcbe9805f4bb9e5128d8c802e2517943b4c09aa0)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v39.1.0 ([#1583](https://github.com/tj-actions/changed-files/issues/1583))
+
+Co-authored-by: jackton1 ([fd73c12](https://github.com/tj-actions/changed-files/commit/fd73c1248c8bebea8b243083223002698432c2a0)) - (tj-actions[bot])
+
+# [39.1.0](https://github.com/tj-actions/changed-files/compare/v39.0.3...v39.1.0) - (2023-09-18)
+
+## đ Features
+
+- Add support for returning YAML keys for paths that have changed ([#1581](https://github.com/tj-actions/changed-files/issues/1581)) ([5db7b57](https://github.com/tj-actions/changed-files/commit/5db7b578d50867ab5781bf9d867e7650b5b39fc4)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1582](https://github.com/tj-actions/changed-files/issues/1582))
+
+Co-authored-by: repo-ranger[bot] ([8e79ba7](https://github.com/tj-actions/changed-files/commit/8e79ba7ab9fee9984275219aeb2c8db47bcb8a2d)) - (tj-actions[bot])
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update typescript-eslint monorepo to v6.7.2 ([a17e8c5](https://github.com/tj-actions/changed-files/commit/a17e8c5252f6c9982b161714c528708a7f445479)) - (renovate[bot])
+- **deps:** Lock file maintenance ([d1e9506](https://github.com/tj-actions/changed-files/commit/d1e9506b19d9c3a4053191d616b1ac09de1dfa55)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v39.0.3 ([#1577](https://github.com/tj-actions/changed-files/issues/1577))
+
+Co-authored-by: jackton1 ([1fdfe09](https://github.com/tj-actions/changed-files/commit/1fdfe0928a9a55323f0d333ecf6ccfca8c6d73c9)) - (tj-actions[bot])
+
+# [39.0.3](https://github.com/tj-actions/changed-files/compare/v39.0.2...v39.0.3) - (2023-09-17)
+
+## đ Update
+
+- Updated README.md ([#1570](https://github.com/tj-actions/changed-files/issues/1570))
+
+Co-authored-by: jackton1 ([e8e6614](https://github.com/tj-actions/changed-files/commit/e8e66147790920052eb3032cb5a62c70572bae22)) - (tj-actions[bot])
+- Update README.md ([ad4b06d](https://github.com/tj-actions/changed-files/commit/ad4b06d99998aabe50aa36b86f0867357026a7e2)) - (Tonye Jack)
+- Update README.md ([b1a34eb](https://github.com/tj-actions/changed-files/commit/b1a34eb336292345947ec693f02ef5fb59954683)) - (Tonye Jack)
+- Updated README.md ([#1566](https://github.com/tj-actions/changed-files/issues/1566))
+
+Co-authored-by: repo-ranger[bot] ([690bef6](https://github.com/tj-actions/changed-files/commit/690bef673ae8df0db1deff98f4c33c8f651ce3b9)) - (tj-actions[bot])
+- Update README.md ([bb3b39c](https://github.com/tj-actions/changed-files/commit/bb3b39cd33dab0e736e0f00b67222c3edaaea664)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Cleanup imports ([#1576](https://github.com/tj-actions/changed-files/issues/1576)) ([76c4d81](https://github.com/tj-actions/changed-files/commit/76c4d81a6acd339b55bd7407a016981c853eb702)) - (Tonye Jack)
+- Refactor function ([#1572](https://github.com/tj-actions/changed-files/issues/1572)) ([d8904df](https://github.com/tj-actions/changed-files/commit/d8904df6c55e24ee0b072a93387f64ab19b03302)) - (Tonye Jack)
+- **deps:** Update dependency @types/node to v20.6.2 ([662c03e](https://github.com/tj-actions/changed-files/commit/662c03ea61a144e0bb71991d27928fe08897109f)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v27.4.0 ([c8b7da7](https://github.com/tj-actions/changed-files/commit/c8b7da7226d05c69f882473d9bc05af8475f28fc)) - (renovate[bot])
+- **deps:** Update dependency @types/jest to v29.5.5 ([249c169](https://github.com/tj-actions/changed-files/commit/249c1698c5b04bfa024f0af7fa876952cc638660)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.6.1 ([17352b2](https://github.com/tj-actions/changed-files/commit/17352b21768e018a02c594a8c7b151d0002e5d73)) - (renovate[bot])
+- Update README.md ([#1569](https://github.com/tj-actions/changed-files/issues/1569)) ([d9a6ccb](https://github.com/tj-actions/changed-files/commit/d9a6ccb099927ca383d6bf06d0d44e3a4cc03dd9)) - (Tonye Jack)
+- **deps:** Update dependency @types/uuid to v9.0.4 ([090eb05](https://github.com/tj-actions/changed-files/commit/090eb05f17c92a8e9b30d65ca4abe71ea35d8671)) - (renovate[bot])
+- Update input description ([#1565](https://github.com/tj-actions/changed-files/issues/1565)) ([fb8d2c9](https://github.com/tj-actions/changed-files/commit/fb8d2c9c29d888bc338bd0b5cd23a78f8fd04baa)) - (Tonye Jack)
+- **deps:** Update dependency jest to v29.7.0 ([001f562](https://github.com/tj-actions/changed-files/commit/001f56257c66815ba8267ded5207cc6feeb3c4fd)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v39.0.2 ([#1563](https://github.com/tj-actions/changed-files/issues/1563))
+
+Co-authored-by: jackton1 ([57245a9](https://github.com/tj-actions/changed-files/commit/57245a97217e7a73240a81d75f5b3f4d9dc7fb04)) - (tj-actions[bot])
+
+# [39.0.2](https://github.com/tj-actions/changed-files/compare/v39.0.1...v39.0.2) - (2023-09-11)
+
+## đ Bug Fixes
+
+- **deps:** Update dependency @actions/core to v1.10.1 ([7e3122d](https://github.com/tj-actions/changed-files/commit/7e3122dc950f53aecf77675b13eb8549fc50702d)) - (renovate[bot])
+
+## â Add
+
+- Added missing changes and modified dist assets. ([dc40835](https://github.com/tj-actions/changed-files/commit/dc40835d4da682fdd0d708a18736c67f61dd30bd)) - (GitHub Action)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update typescript-eslint monorepo to v6.7.0 ([6ee9cdc](https://github.com/tj-actions/changed-files/commit/6ee9cdc5816333acda68e01cf12eedc619e28316)) - (renovate[bot])
+- **deps:** Lock file maintenance ([0734795](https://github.com/tj-actions/changed-files/commit/073479583b8aa435de99bca59cf0f1d7c9ca60f1)) - (renovate[bot])
+- **deps:** Lock file maintenance ([d76ddee](https://github.com/tj-actions/changed-files/commit/d76ddeeeaafef4ed076ba691b79b2ce022583e29)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v39.0.1 ([#1557](https://github.com/tj-actions/changed-files/issues/1557))
+
+Co-authored-by: jackton1 ([7cdc56d](https://github.com/tj-actions/changed-files/commit/7cdc56dd7a1e035be75e46b4023543b68e58a0ac)) - (tj-actions[bot])
+
+# [39.0.1](https://github.com/tj-actions/changed-files/compare/v39.0.0...v39.0.1) - (2023-09-09)
+
+## đ Bug Fixes
+
+- Bug returning empty output for pull request close event ([#1556](https://github.com/tj-actions/changed-files/issues/1556)) ([246636f](https://github.com/tj-actions/changed-files/commit/246636f5fa148b5ad8e65ca4c57b18af3123e5f6)) - (Tonye Jack)
+- Raise error when the previous sha cannot be determined and since_last_remote_commit is true ([#1554](https://github.com/tj-actions/changed-files/issues/1554)) ([523e8b6](https://github.com/tj-actions/changed-files/commit/523e8b6f11215082522b8e62c274b358f64422fa)) - (Tonye Jack)
+- Raise errors when unable to locate the previous commit in local history ([#1551](https://github.com/tj-actions/changed-files/issues/1551)) ([796ac2d](https://github.com/tj-actions/changed-files/commit/796ac2d08f9344cd0602d9bfe4a0393cdfda6ff7)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([fe0fb71](https://github.com/tj-actions/changed-files/commit/fe0fb71961c75e134247bf312ee383e33bc06156)) - (Tonye Jack)
+- Update README.md ([e60a7a9](https://github.com/tj-actions/changed-files/commit/e60a7a9173bef6e97132058dd044b946b197f9b6)) - (Tonye Jack)
+- Updated README.md ([#1548](https://github.com/tj-actions/changed-files/issues/1548))
+
+Co-authored-by: repo-ranger[bot] ([534262e](https://github.com/tj-actions/changed-files/commit/534262e0b262de5c56969bb66d47df047cba50ff)) - (tj-actions[bot])
+- Updated README.md ([#1546](https://github.com/tj-actions/changed-files/issues/1546))
+
+Co-authored-by: renovate[bot] ([89cb9ea](https://github.com/tj-actions/changed-files/commit/89cb9ea919269ab73a63fbafb7aed58174e5e411)) - (tj-actions[bot])
+
+## âī¸ Miscellaneous Tasks
+
+- Update check ([#1555](https://github.com/tj-actions/changed-files/issues/1555)) ([81bb5d8](https://github.com/tj-actions/changed-files/commit/81bb5d895445a08f2e12fa348b88cd6aea2e94c4)) - (Tonye Jack)
+- **deps:** Update dependency eslint to v8.49.0 ([4a0a3c4](https://github.com/tj-actions/changed-files/commit/4a0a3c4aa538c8f49477d4306b29b349031685d8)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.6.0 ([9dfd3f6](https://github.com/tj-actions/changed-files/commit/9dfd3f686b90dc76c07e414be407ec7d43bf9e7f)) - (renovate[bot])
+- Update docs to site example ([#1547](https://github.com/tj-actions/changed-files/issues/1547)) ([673189f](https://github.com/tj-actions/changed-files/commit/673189f77bde91f43ac9301ef8ebcc4ce105358e)) - (Tonye Jack)
+- **deps:** Lock file maintenance ([7113206](https://github.com/tj-actions/changed-files/commit/711320618723bac63c2926a9710f091acbbe736e)) - (renovate[bot])
+- Add warning on valid output keys ([#1544](https://github.com/tj-actions/changed-files/issues/1544)) ([926a3fd](https://github.com/tj-actions/changed-files/commit/926a3fd7779d0f54baac89dbb55d6302825ae6f9)) - (Tonye Jack)
+- **deps:** Update reviewdog/action-shellcheck action to v1.19 ([de23f62](https://github.com/tj-actions/changed-files/commit/de23f62d1eecad9116a04783c7f26d8885f0733b)) - (renovate[bot])
+- **deps:** Update dependency @vercel/ncc to ^0.38.0 ([afbabc4](https://github.com/tj-actions/changed-files/commit/afbabc4364fff08a6b98f3d686abae4217a7123f)) - (renovate[bot])
+- **deps:** Update tj-actions/eslint-changed-files action to v21 ([#1539](https://github.com/tj-actions/changed-files/issues/1539)) ([eda0811](https://github.com/tj-actions/changed-files/commit/eda0811ed2364c6ea09da7989ab0e572f2f5fd61)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.14.198 ([bda67fc](https://github.com/tj-actions/changed-files/commit/bda67fc879fa09a72253e0ed6b5cffeac9f14f44)) - (renovate[bot])
+- Update sync-release-version.yml ([#1537](https://github.com/tj-actions/changed-files/issues/1537)) ([5a5d398](https://github.com/tj-actions/changed-files/commit/5a5d398e5fb9b4d2776feb62de64e396ecb74de8)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v39 ([#1536](https://github.com/tj-actions/changed-files/issues/1536))
+
+Co-authored-by: jackton1 ([f699bde](https://github.com/tj-actions/changed-files/commit/f699bde5ad428fbc4281b9ca6865153f4b1e7a55)) - (tj-actions[bot])
+
+# [39.0.0](https://github.com/tj-actions/changed-files/compare/v38.2.2...v39.0.0) - (2023-09-04)
+
+## đ Update
+
+- Update README.md ([632c84d](https://github.com/tj-actions/changed-files/commit/632c84dcca8d5cbc35825d0cddfd0c2870886adc)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Lock file maintenance ([d68a666](https://github.com/tj-actions/changed-files/commit/d68a6666bebcffa866de06e2468374eda79f6187)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Nodejs to v20 ([#1535](https://github.com/tj-actions/changed-files/issues/1535)) ([48566bb](https://github.com/tj-actions/changed-files/commit/48566bbcc22ceb7c5809ebdd27377309f2c3de8c)) - (Tonye Jack)
+- Upgraded to v38.2.2 ([#1533](https://github.com/tj-actions/changed-files/issues/1533))
+
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([07660d5](https://github.com/tj-actions/changed-files/commit/07660d51a9f53df8dfaa952899fe3170cc8d7a1d)) - (tj-actions[bot])
+
+# [38.2.2](https://github.com/tj-actions/changed-files/compare/v38.2.1...v38.2.2) - (2023-09-04)
+
+## đ Bug Fixes
+
+- Bug with outputs when json is set to true ([#1531](https://github.com/tj-actions/changed-files/issues/1531)) ([8d335b7](https://github.com/tj-actions/changed-files/commit/8d335b7b7dd078ea984daff751cca794ed2e3f55)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Lock file maintenance ([1aee362](https://github.com/tj-actions/changed-files/commit/1aee3621b1c10305ee778298fcf32324684e5448)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.6.0 ([fd460fa](https://github.com/tj-actions/changed-files/commit/fd460fa3ba5a11b8fde158a65d59d764c344878e)) - (renovate[bot])
+- **deps:** Update actions/checkout action to v4 ([#1527](https://github.com/tj-actions/changed-files/issues/1527)) ([5b84ed2](https://github.com/tj-actions/changed-files/commit/5b84ed26a3cc4c8a3f72c23739e361226a1c3773)) - (renovate[bot])
+- **deps:** Lock file maintenance ([e03c026](https://github.com/tj-actions/changed-files/commit/e03c026bf43272cfd653bdebb67d53eefa7e381c)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.5.9 ([5704310](https://github.com/tj-actions/changed-files/commit/5704310356f399321c158190d53b4862c1adcdcd)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.5.8 ([c922361](https://github.com/tj-actions/changed-files/commit/c922361eb2e5315d71b2b0ce26a3ce1919ae0725)) - (renovate[bot])
+- **deps:** Lock file maintenance ([79d644d](https://github.com/tj-actions/changed-files/commit/79d644d1a2bc9ca4316052da1b06e73cde530d09)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v38.2.1 ([#1523](https://github.com/tj-actions/changed-files/issues/1523))
+
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([48576e6](https://github.com/tj-actions/changed-files/commit/48576e65843bb9b05d25cac69fe8b1c142a9485a)) - (tj-actions[bot])
+
+# [38.2.1](https://github.com/tj-actions/changed-files/compare/v38.2.0...v38.2.1) - (2023-09-01)
+
+## đ Bug Fixes
+
+- Bug matching patterns ([#1520](https://github.com/tj-actions/changed-files/issues/1520)) ([8476756](https://github.com/tj-actions/changed-files/commit/8476756ae3363aa4c10685f8804636de76aee77c)) - (Tonye Jack)
+
+## â Remove
+
+- Deleted .github/ISSUE_TEMPLATE/feature_request.yaml ([4fac98a](https://github.com/tj-actions/changed-files/commit/4fac98a65655335ee89759e4c87d265b0114e15c)) - (Tonye Jack)
+- Deleted .github/ISSUE_TEMPLATE/bug_report.yaml ([bed56b2](https://github.com/tj-actions/changed-files/commit/bed56b29b814ce968175396abd67152a01b3a722)) - (Tonye Jack)
+- Delete FUNDING.yml ([c3ceccf](https://github.com/tj-actions/changed-files/commit/c3ceccf9bce227317f59ed99512b300e0aa6c2ae)) - (Tonye Jack)
+
+## đ Update
+
+- Update bug_report.yaml ([2338e28](https://github.com/tj-actions/changed-files/commit/2338e28eefcb81d8c25c7e6ca50543f53f60446b)) - (Tonye Jack)
+- Update bug_report.yaml ([d4eb53d](https://github.com/tj-actions/changed-files/commit/d4eb53db66ce407e266022c530dec9703cdffd3d)) - (Tonye Jack)
+- Update bug_report.yaml ([8f777bb](https://github.com/tj-actions/changed-files/commit/8f777bbc0dbc0dfc6994d2c93114bfb970d95e61)) - (Tonye Jack)
+- Update bug_report.yaml ([7d256b9](https://github.com/tj-actions/changed-files/commit/7d256b941a1ffb4dea0a5f3b7a3a34b6fe962e4c)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update warning message ([#1521](https://github.com/tj-actions/changed-files/issues/1521)) ([2f7246c](https://github.com/tj-actions/changed-files/commit/2f7246cb26e8bb6709b6cbfc1fec7febfe82e96a)) - (Tonye Jack)
+- **deps:** Bump test/demo from `8bbc726` to `5dfac2e` ([#1518](https://github.com/tj-actions/changed-files/issues/1518)) ([d90c240](https://github.com/tj-actions/changed-files/commit/d90c240f2ad4ec04d8f0f48e5ac290ad96ebe850)) - (dependabot[bot])
+- **deps:** Lock file maintenance ([3be651e](https://github.com/tj-actions/changed-files/commit/3be651e99d3d4eae395694f6c6f3b9d18457f6c8)) - (renovate[bot])
+- **deps:** Lock file maintenance ([c899288](https://github.com/tj-actions/changed-files/commit/c89928824ff66dd05ee32708cd6228b6d65c9405)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v38.2.0 ([#1515](https://github.com/tj-actions/changed-files/issues/1515))
+
+Co-authored-by: jackton1 ([047f654](https://github.com/tj-actions/changed-files/commit/047f65464639f7d9b9efefea74419be4c0b50b5f)) - (tj-actions[bot])
+
+# [38.2.0](https://github.com/tj-actions/changed-files/compare/v38.1.3...v38.2.0) - (2023-08-30)
+
+## đ Features
+
+- Add support for failing on error ([#1511](https://github.com/tj-actions/changed-files/issues/1511)) ([f1b3c2f](https://github.com/tj-actions/changed-files/commit/f1b3c2fa8b5692e972e331fdd79882d38273972c)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- **deps:** Update dependency yaml to v2.3.2 ([7555f14](https://github.com/tj-actions/changed-files/commit/7555f14f918691d9063483ad675c79b69b47adcd)) - (renovate[bot])
+
+## â Add
+
+- Added missing changes and modified dist assets. ([b1c183b](https://github.com/tj-actions/changed-files/commit/b1c183b83c74c3f32fb9bb133284a41b10553736)) - (GitHub Action)
+
+## đ Update
+
+- Updated README.md ([#1514](https://github.com/tj-actions/changed-files/issues/1514))
+
+Co-authored-by: jackton1 ([50f6234](https://github.com/tj-actions/changed-files/commit/50f623482f13ff783ea3495d9c9a106d8f17d2ff)) - (tj-actions[bot])
+- Update README.md ([2e0f79f](https://github.com/tj-actions/changed-files/commit/2e0f79f8b6a541bee4a978276043a311172d0dc2)) - (Tonye Jack)
+- Updated README.md ([#1513](https://github.com/tj-actions/changed-files/issues/1513))
+
+Co-authored-by: jackton1 ([308cb3d](https://github.com/tj-actions/changed-files/commit/308cb3daf981b614d1eb8f01ba365f9d478fb50d)) - (tj-actions[bot])
+- Updated README.md ([#1510](https://github.com/tj-actions/changed-files/issues/1510))
+
+Co-authored-by: jackton1 ([2f6d66a](https://github.com/tj-actions/changed-files/commit/2f6d66af9db64309ccb993e5969f61d180c9d5ff)) - (tj-actions[bot])
+- Update README.md ([ef21b84](https://github.com/tj-actions/changed-files/commit/ef21b845077a6a12523c59bee84fab2847a3c6ed)) - (Tonye Jack)
+- Update README.md ([c9dd672](https://github.com/tj-actions/changed-files/commit/c9dd6721cf288da7c7c5d06f78cb27e66d7d8279)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update dependency @types/uuid to v9.0.3 ([#1512](https://github.com/tj-actions/changed-files/issues/1512)) ([0fc9663](https://github.com/tj-actions/changed-files/commit/0fc9663aa70243d87319dbd32fd926344d18d38f)) - (renovate[bot])
+- **deps:** Update dependency prettier to v3.0.3 ([4285197](https://github.com/tj-actions/changed-files/commit/428519788bc9daeb52f4031e6be46b6a8b42d57a)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v4.10.0 ([522df62](https://github.com/tj-actions/changed-files/commit/522df62704d7d3a82510f5b1af9bcac3e8c95a60)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.5.0 ([d35b677](https://github.com/tj-actions/changed-files/commit/d35b677f4bef732191226506c4e785f7dfea2cd0)) - (renovate[bot])
+- **deps:** Lock file maintenance ([bc2a793](https://github.com/tj-actions/changed-files/commit/bc2a7930225604ad9877b568ec5bb044d0b1f59c)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v38.1.3 ([#1503](https://github.com/tj-actions/changed-files/issues/1503))
+
+Co-authored-by: jackton1 ([a40e52b](https://github.com/tj-actions/changed-files/commit/a40e52b504ccee766d2304f1b5ff1aeba55a832e)) - (tj-actions[bot])
+
+# [38.1.3](https://github.com/tj-actions/changed-files/compare/v38.1.2...v38.1.3) - (2023-08-26)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/release-tagger action to v4 ([#1502](https://github.com/tj-actions/changed-files/issues/1502)) ([c860b5c](https://github.com/tj-actions/changed-files/commit/c860b5c47fa71f461da850094ef2f6e3d6514e44)) - (renovate[bot])
+
+# [38.1.2](https://github.com/tj-actions/changed-files/compare/v38.1.1...v38.1.2) - (2023-08-26)
+
+## âī¸ Miscellaneous Tasks
+
+- Update warning message ([#1500](https://github.com/tj-actions/changed-files/issues/1500)) ([2f8b802](https://github.com/tj-actions/changed-files/commit/2f8b80270f04e421b28efb2abaccef4fce4815b6)) - (Tonye Jack)
+- **deps:** Lock file maintenance ([d01e38a](https://github.com/tj-actions/changed-files/commit/d01e38ae60f5527562be5c2d2bee11d666a25759)) - (renovate[bot])
+- Update submodule ([#1498](https://github.com/tj-actions/changed-files/issues/1498)) ([eed6844](https://github.com/tj-actions/changed-files/commit/eed6844f8b8930b86537b173c0c545d73fdf2177)) - (Tonye Jack)
+- Update warning message ([#1497](https://github.com/tj-actions/changed-files/issues/1497)) ([f6e73eb](https://github.com/tj-actions/changed-files/commit/f6e73eb5b610c261657b2de25ec64c4252069608)) - (Tonye Jack)
+- **deps:** Update dependency eslint to v8.48.0 ([34c9fcc](https://github.com/tj-actions/changed-files/commit/34c9fcc96ac0a5d0be0519ed91e3f625c9b8ad09)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v38.1.1 ([#1495](https://github.com/tj-actions/changed-files/issues/1495))
+
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([3034ed7](https://github.com/tj-actions/changed-files/commit/3034ed7851a1bae2de6ae8f20e9c9890917b859a)) - (tj-actions[bot])
+
+# [38.1.1](https://github.com/tj-actions/changed-files/compare/v38.1.0...v38.1.1) - (2023-08-25)
+
+## â Add
+
+- Added missing changes and modified dist assets. ([c0d418d](https://github.com/tj-actions/changed-files/commit/c0d418d2f41e21e92203a1022c4606ef77aa6bc2)) - (GitHub Action)
+
+## đ Update
+
+- Updated README.md ([#1493](https://github.com/tj-actions/changed-files/issues/1493))
+
+Co-authored-by: jackton1 ([b7f1b73](https://github.com/tj-actions/changed-files/commit/b7f1b7347fea1df67230801b66081fe3cba7dc69)) - (tj-actions[bot])
+- Update README.md ([fc4a224](https://github.com/tj-actions/changed-files/commit/fc4a224c47dadefa07dc096ed0ff953c0bd17144)) - (Tonye Jack)
+- Updated .github/FUNDING.yml ([8e62bee](https://github.com/tj-actions/changed-files/commit/8e62bee92f800ef13879d41004367f912f016c85)) - (Tonye Jack)
+- Updated .github/FUNDING.yml ([02ce009](https://github.com/tj-actions/changed-files/commit/02ce009f4243cd05f1381c43c6a1d48f68a3b485)) - (Tonye Jack)
+- Updated README.md ([#1486](https://github.com/tj-actions/changed-files/issues/1486))
+
+Co-authored-by: jackton1 ([88a8df6](https://github.com/tj-actions/changed-files/commit/88a8df65a2f24314ca8833c27ec427ffe6809039)) - (tj-actions[bot])
+- Updated README.md ([#1485](https://github.com/tj-actions/changed-files/issues/1485))
+
+Co-authored-by: repo-ranger[bot]
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([5c42e98](https://github.com/tj-actions/changed-files/commit/5c42e98b8fe904db676293fa7156514c905af8c4)) - (tj-actions[bot])
+- Updated README.md ([#1483](https://github.com/tj-actions/changed-files/issues/1483))
+
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([088d89c](https://github.com/tj-actions/changed-files/commit/088d89c918a1e7d236520ec4e7daea1d959d41e5)) - (tj-actions[bot])
+- Update update-readme.yml ([8299ae0](https://github.com/tj-actions/changed-files/commit/8299ae07ec237ebe1c58a4cc49b9c1e064d927fa)) - (Tonye Jack)
+- Update update-readme.yml ([fd8ad0b](https://github.com/tj-actions/changed-files/commit/fd8ad0b93433d4d8c80427eb93ae5e78b8a1ce7c)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Bump test/demo from `f0065d7` to `8bbc726` ([#1492](https://github.com/tj-actions/changed-files/issues/1492)) ([b86b505](https://github.com/tj-actions/changed-files/commit/b86b5055c618b14573c5d8f6d7198309ea0828ac)) - (dependabot[bot])
+- **deps:** Lock file maintenance ([2cd8943](https://github.com/tj-actions/changed-files/commit/2cd89433debfbbf5e77c95d38dac646ff3a76ebc)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.5.6 ([6cb2857](https://github.com/tj-actions/changed-files/commit/6cb2857ef0a3296d70201f34aa4ca530deb48e38)) - (renovate[bot])
+- **deps:** Update dependency typescript to v5.2.2 ([716bc48](https://github.com/tj-actions/changed-files/commit/716bc48e21c1367a2c750432fff2cc1dd8fe4ead)) - (renovate[bot])
+- **deps:** Update dependency jest to v29.6.4 ([6afd248](https://github.com/tj-actions/changed-files/commit/6afd248b1827a2f7943482875140b770f36cc4e8)) - (renovate[bot])
+- **deps:** Update tj-actions/auto-doc action to v3 ([#1484](https://github.com/tj-actions/changed-files/issues/1484)) ([fd5abe1](https://github.com/tj-actions/changed-files/commit/fd5abe1ac5fb8d024051c757ad9bf1fc6b767e6c)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v38.1.0 ([#1482](https://github.com/tj-actions/changed-files/issues/1482))
+
+Co-authored-by: jackton1 ([2fc6aa8](https://github.com/tj-actions/changed-files/commit/2fc6aa80df596875e0f74f1df939e72b7627e867)) - (tj-actions[bot])
+
+# [38.1.0](https://github.com/tj-actions/changed-files/compare/v38.0.0...v38.1.0) - (2023-08-23)
+
+## đ Features
+
+- Add support for fetching additional history for submodules ([#1476](https://github.com/tj-actions/changed-files/issues/1476)) ([5693615](https://github.com/tj-actions/changed-files/commit/569361586a6cff9491312916c5e703a443417e81)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1477](https://github.com/tj-actions/changed-files/issues/1477))
+
+Co-authored-by: jackton1 ([e4e7694](https://github.com/tj-actions/changed-files/commit/e4e76943d643113dcf1458aecb541063cbdc63fd)) - (tj-actions[bot])
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Bump test/demo from `e168fac` to `f0065d7` ([#1481](https://github.com/tj-actions/changed-files/issues/1481)) ([1c26215](https://github.com/tj-actions/changed-files/commit/1c26215f3fbd51eba03bc199e5cbabdfc3584ce3)) - (dependabot[bot])
+- **deps-dev:** Bump @types/node from 20.5.3 to 20.5.4 ([#1480](https://github.com/tj-actions/changed-files/issues/1480)) ([7b1e154](https://github.com/tj-actions/changed-files/commit/7b1e1540e27d3397053816b2bcf36f17cfc6cf2f)) - (dependabot[bot])
+- Move submodule update to dependabot and remove unused workflow ([#1478](https://github.com/tj-actions/changed-files/issues/1478)) ([02010ed](https://github.com/tj-actions/changed-files/commit/02010edac36d80b90e96e94e505a9e34a67f7b89)) - (Tonye Jack)
+- **deps:** Lock file maintenance ([7852182](https://github.com/tj-actions/changed-files/commit/785218258b790e5191c8655f483824c7e8c226da)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v38 ([#1474](https://github.com/tj-actions/changed-files/issues/1474))
+
+Co-authored-by: jackton1 ([0b45bc6](https://github.com/tj-actions/changed-files/commit/0b45bc64c29a84aea65c944b5a06b6c75844dfaa)) - (tj-actions[bot])
+
+# [38.0.0](https://github.com/tj-actions/changed-files/compare/v37.6.1...v38.0.0) - (2023-08-23)
+
+## đ Features
+
+- Add support for including matching changed files when dir_names is set to true ([#1464](https://github.com/tj-actions/changed-files/issues/1464)) ([8789204](https://github.com/tj-actions/changed-files/commit/8789204f9747de46e322edc26ccef589722b5d12)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Error getting diff for submodules ([#1473](https://github.com/tj-actions/changed-files/issues/1473)) ([17f3fec](https://github.com/tj-actions/changed-files/commit/17f3fec1edef0c3916d59cbcee1585fcd457e456)) - (Tonye Jack)
+- Bug with locating the previous tag ([#1470](https://github.com/tj-actions/changed-files/issues/1470)) ([fc63326](https://github.com/tj-actions/changed-files/commit/fc633265449c7430ee5634b1c673247b313ef8cf)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1466](https://github.com/tj-actions/changed-files/issues/1466))
+
+Co-authored-by: repo-ranger[bot] ([e8f1278](https://github.com/tj-actions/changed-files/commit/e8f12786b4779b5208c8e0593863215f52c804e0)) - (tj-actions[bot])
+- Update README.md ([f8b4039](https://github.com/tj-actions/changed-files/commit/f8b4039d9628a18c5e26b11a098230dd037e299e)) - (Tonye Jack)
+- Update README.md ([0e8eddf](https://github.com/tj-actions/changed-files/commit/0e8eddfd8c525e4d8522d7de71af8ad5e4290b90)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update test ([#1469](https://github.com/tj-actions/changed-files/issues/1469)) ([52dbf3e](https://github.com/tj-actions/changed-files/commit/52dbf3e3cf799a1324a9c148c64948abbf8c3fa6)) - (Tonye Jack)
+- **deps:** Update dependency @types/jest to v29.5.4 ([#1472](https://github.com/tj-actions/changed-files/issues/1472)) ([0a814e4](https://github.com/tj-actions/changed-files/commit/0a814e4372753d6beb4a9ec8f4166aea312f679a)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.5.3 ([#1467](https://github.com/tj-actions/changed-files/issues/1467)) ([18bacaa](https://github.com/tj-actions/changed-files/commit/18bacaab15227e761b04fb4097648318590be71a)) - (renovate[bot])
+- Update .eslintrc.json ([#1465](https://github.com/tj-actions/changed-files/issues/1465)) ([819fb64](https://github.com/tj-actions/changed-files/commit/819fb645201f8693c48ca1158b4069d0c7cec64d)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v6.4.1 ([#1463](https://github.com/tj-actions/changed-files/issues/1463)) ([31003b4](https://github.com/tj-actions/changed-files/commit/31003b45e6faa01151aeb2508de21d895b9024d8)) - (renovate[bot])
+- **deps:** Update dependency jest to v29.6.3 ([#1462](https://github.com/tj-actions/changed-files/issues/1462)) ([1f04b16](https://github.com/tj-actions/changed-files/commit/1f04b16682ff06e18be316b672337f43ebd8f768)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1461](https://github.com/tj-actions/changed-files/issues/1461)) ([0a8b04e](https://github.com/tj-actions/changed-files/commit/0a8b04e3e345eae4a8aa28fb46959c1509197ee5)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.5.1 ([#1460](https://github.com/tj-actions/changed-files/issues/1460)) ([6da496e](https://github.com/tj-actions/changed-files/commit/6da496e2f92930ffc11735db0b53e4e2027e9e26)) - (renovate[bot])
+- **deps:** Update actions/setup-node action to v3.8.1 ([#1459](https://github.com/tj-actions/changed-files/issues/1459)) ([68d38a3](https://github.com/tj-actions/changed-files/commit/68d38a3f163ab827c733c45c9f23d607401a34ce)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.6.1 ([#1458](https://github.com/tj-actions/changed-files/issues/1458))
+
+Co-authored-by: jackton1 ([3645cf9](https://github.com/tj-actions/changed-files/commit/3645cf9fc374b6e501b12888142f2aabc6b3cbf9)) - (tj-actions[bot])
+
+# [37.6.1](https://github.com/tj-actions/changed-files/compare/v37.6.0...v37.6.1) - (2023-08-15)
+
+## đ Update
+
+- Update README.md ([9273633](https://github.com/tj-actions/changed-files/commit/927363397d870aec841c3616c5136442218239af)) - (Tonye Jack)
+- Update README.md ([a2e7076](https://github.com/tj-actions/changed-files/commit/a2e707696afd3f2f1738328cbfed71c56cd9b744)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update dependency prettier to v3.0.2 ([#1457](https://github.com/tj-actions/changed-files/issues/1457)) ([a0585ff](https://github.com/tj-actions/changed-files/commit/a0585ff9904b77d046192a7846e59783d6ea287b)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.4.0 ([#1456](https://github.com/tj-actions/changed-files/issues/1456)) ([ec3a2a3](https://github.com/tj-actions/changed-files/commit/ec3a2a3b3bf9648f952a5c642013948f99ab154f)) - (renovate[bot])
+- **deps:** Update actions/setup-node action to v3.8.0 ([#1455](https://github.com/tj-actions/changed-files/issues/1455)) ([24e2a6f](https://github.com/tj-actions/changed-files/commit/24e2a6fb86042fb1e67a527045d6f8dea53b7d06)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1454](https://github.com/tj-actions/changed-files/issues/1454)) ([1144bc6](https://github.com/tj-actions/changed-files/commit/1144bc6587e8570446c99b3cd5961539c750de3e)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.5.0 ([#1453](https://github.com/tj-actions/changed-files/issues/1453)) ([fa84d94](https://github.com/tj-actions/changed-files/commit/fa84d9471e31552ac5031e74416776d80f7b3c23)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.4.10 ([#1452](https://github.com/tj-actions/changed-files/issues/1452)) ([71dfd0d](https://github.com/tj-actions/changed-files/commit/71dfd0dc2e7cde599586ee53148fcf31fda68499)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.47.0 ([#1451](https://github.com/tj-actions/changed-files/issues/1451)) ([b941520](https://github.com/tj-actions/changed-files/commit/b941520afb05ff090564ee87734ece045963aaa7)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1450](https://github.com/tj-actions/changed-files/issues/1450)) ([be11012](https://github.com/tj-actions/changed-files/commit/be110124f6253e3471e3c0280329c359fef9b077)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.14.197 ([#1446](https://github.com/tj-actions/changed-files/issues/1446)) ([9dc097c](https://github.com/tj-actions/changed-files/commit/9dc097cfe56dd6dca442b8b71b988aad4c385f94)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.4.9 ([#1444](https://github.com/tj-actions/changed-files/issues/1444)) ([e3b0c8a](https://github.com/tj-actions/changed-files/commit/e3b0c8a681e6f809136066ceeaae9a9203eddf29)) - (renovate[bot])
+- Fix typo ([a62be95](https://github.com/tj-actions/changed-files/commit/a62be95af39e3e8d28a0ff4a80d07d30e7d16e17)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v6.3.0 ([#1442](https://github.com/tj-actions/changed-files/issues/1442)) ([f267068](https://github.com/tj-actions/changed-files/commit/f267068b025785a2b8e6c5fd692c18782759af31)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.6.0 ([#1441](https://github.com/tj-actions/changed-files/issues/1441))
+
+Co-authored-by: jackton1 ([7f0849b](https://github.com/tj-actions/changed-files/commit/7f0849be06042444c62445709a000389e08d70e6)) - (tj-actions[bot])
+
+# [37.6.0](https://github.com/tj-actions/changed-files/compare/v37.5.2...v37.6.0) - (2023-08-07)
+
+## đ Features
+
+- Improve checking local branch history ([#1436](https://github.com/tj-actions/changed-files/issues/1436)) ([d4e6e22](https://github.com/tj-actions/changed-files/commit/d4e6e22e932832260459e972c83fa76adca04a5c)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([1e9cd5f](https://github.com/tj-actions/changed-files/commit/1e9cd5f2990496e3dc049d7978a807ed153b11a7)) - (Tonye Jack)
+- Update README.md ([6b028b6](https://github.com/tj-actions/changed-files/commit/6b028b63039ee69ccfad97e35166eb997f6807ff)) - (Tonye Jack)
+- Updated README.md ([#1432](https://github.com/tj-actions/changed-files/issues/1432))
+
+Co-authored-by: jackton1 ([b61db78](https://github.com/tj-actions/changed-files/commit/b61db7817fbdc9f587fb205f4276886cda5913c5)) - (tj-actions[bot])
+- Update README.md ([6a48a0a](https://github.com/tj-actions/changed-files/commit/6a48a0a0182db1daa7e00603ede7e99364f65ff2)) - (Tonye Jack)
+- Update README.md ([3415802](https://github.com/tj-actions/changed-files/commit/3415802ae92f45865a7bb5f80578ad22994f57ea)) - (Tonye Jack)
+- Update README.md ([20a19b9](https://github.com/tj-actions/changed-files/commit/20a19b977fa3a78c7d87956e7b388681926d3b56)) - (Tonye Jack)
+- Update README.md ([10228bf](https://github.com/tj-actions/changed-files/commit/10228bf07b9286b8db198de83022b52ab908bde7)) - (Tonye Jack)
+
+## đ§Ē Testing
+
+- Improve test coverage ([#1435](https://github.com/tj-actions/changed-files/issues/1435)) ([29022e8](https://github.com/tj-actions/changed-files/commit/29022e81a423492ed68172112181d0109be5e64e)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Improve test coverage ([#1440](https://github.com/tj-actions/changed-files/issues/1440)) ([87697c0](https://github.com/tj-actions/changed-files/commit/87697c0dca7dd44e37a2b79a79489332556ff1f3)) - (Tonye Jack)
+- Simplify code ([#1439](https://github.com/tj-actions/changed-files/issues/1439)) ([0acc1c3](https://github.com/tj-actions/changed-files/commit/0acc1c308efedeb1a3a82d4c3812e380cacc86ec)) - (Tonye Jack)
+- **deps:** Lock file maintenance ([#1438](https://github.com/tj-actions/changed-files/issues/1438)) ([312a3d8](https://github.com/tj-actions/changed-files/commit/312a3d8003811361254cc82903f9a5e057bd1d66)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.4.8 ([#1425](https://github.com/tj-actions/changed-files/issues/1425)) ([701bae5](https://github.com/tj-actions/changed-files/commit/701bae514b676a5deb33f611a66c7639c3ee2690)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1437](https://github.com/tj-actions/changed-files/issues/1437)) ([8bffb97](https://github.com/tj-actions/changed-files/commit/8bffb974e49dd3c5f242d8af10b9326194c99740)) - (renovate[bot])
+- **deps-dev:** Bump @types/node from 20.4.6 to 20.4.7 ([#1433](https://github.com/tj-actions/changed-files/issues/1433)) ([f762082](https://github.com/tj-actions/changed-files/commit/f76208237d15a696b0174f93dbb00254bc016c65)) - (dependabot[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.5.2 ([#1431](https://github.com/tj-actions/changed-files/issues/1431))
+
+Co-authored-by: jackton1 ([24ac45c](https://github.com/tj-actions/changed-files/commit/24ac45c74eee7f284e92f053e045dd94823f7255)) - (tj-actions[bot])
+
+# [37.5.2](https://github.com/tj-actions/changed-files/compare/v37.5.1...v37.5.2) - (2023-08-03)
+
+## đ Update
+
+- Update README.md ([948fd1a](https://github.com/tj-actions/changed-files/commit/948fd1aec0f923945aefa5b428966a3148c14b6f)) - (Tonye Jack)
+- Update README.md ([bde04d3](https://github.com/tj-actions/changed-files/commit/bde04d3ec66f15d1bc7856d05ca626fb6573dc64)) - (Tonye Jack)
+- Update README.md ([3fdcd6b](https://github.com/tj-actions/changed-files/commit/3fdcd6b1fa054b93db539c7b381c93fa2268d74e)) - (Tonye Jack)
+- Update README.md ([6b62acf](https://github.com/tj-actions/changed-files/commit/6b62acfc401246667fa6575c368224614e69d150)) - (Tonye Jack)
+- Updated README.md ([#1420](https://github.com/tj-actions/changed-files/issues/1420))
+
+Co-authored-by: jackton1 ([c10ebdc](https://github.com/tj-actions/changed-files/commit/c10ebdc85fde7af2ea8c66779702ccdc2c09c3ba)) - (tj-actions[bot])
+- Update README.md ([1b00b76](https://github.com/tj-actions/changed-files/commit/1b00b76bc1c9caf00f684c3bb3147d85da101580)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Improve test coverage ([#1430](https://github.com/tj-actions/changed-files/issues/1430)) ([85c8b82](https://github.com/tj-actions/changed-files/commit/85c8b8252fc9893e00b3633a16670e53040e6d71)) - (Tonye Jack)
+- **deps:** Update dependency prettier to v3.0.1 ([#1428](https://github.com/tj-actions/changed-files/issues/1428)) ([213a6fb](https://github.com/tj-actions/changed-files/commit/213a6fbf71815875a70e39d3f252fe0b13646e14)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1427](https://github.com/tj-actions/changed-files/issues/1427)) ([c089e39](https://github.com/tj-actions/changed-files/commit/c089e392a94aa3fb0651d7893b8d45513851ca14)) - (renovate[bot])
+- **deps-dev:** Bump @types/node from 20.4.5 to 20.4.6 ([#1426](https://github.com/tj-actions/changed-files/issues/1426)) ([387fa91](https://github.com/tj-actions/changed-files/commit/387fa91a199f7def6ffb96525119cce72a40c3d2)) - (dependabot[bot])
+- **deps:** Lock file maintenance ([#1424](https://github.com/tj-actions/changed-files/issues/1424)) ([ce7dcea](https://github.com/tj-actions/changed-files/commit/ce7dceac93d38ea5365ee8ec231c4c25529ecbfd)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1423](https://github.com/tj-actions/changed-files/issues/1423)) ([18832c2](https://github.com/tj-actions/changed-files/commit/18832c2f0d0dcbf0a631fb9ae64a5b2c840b72d8)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.2.1 ([#1422](https://github.com/tj-actions/changed-files/issues/1422)) ([2b564ea](https://github.com/tj-actions/changed-files/commit/2b564ea5437173b3e7dcb0d7aec9ee0ad166d488)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1421](https://github.com/tj-actions/changed-files/issues/1421)) ([62411c0](https://github.com/tj-actions/changed-files/commit/62411c0bbfd74101a58615b1443f3b112aab34f7)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1419](https://github.com/tj-actions/changed-files/issues/1419)) ([8ffb34e](https://github.com/tj-actions/changed-files/commit/8ffb34e4dbad285f2f06e6fc82d72b24d5de2534)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.5.1 ([#1418](https://github.com/tj-actions/changed-files/issues/1418))
+
+Co-authored-by: jackton1 ([81ce706](https://github.com/tj-actions/changed-files/commit/81ce7062432f3f2a5ba687cce3f289de9da66332)) - (tj-actions[bot])
+
+# [37.5.1](https://github.com/tj-actions/changed-files/compare/v37.5.0...v37.5.1) - (2023-07-28)
+
+## đ Update
+
+- Update README.md ([ca51c3f](https://github.com/tj-actions/changed-files/commit/ca51c3f4304b9cd96adebaa47025a2014040eb61)) - (Tonye Jack)
+- Update README.md ([5716c62](https://github.com/tj-actions/changed-files/commit/5716c6246fcfd7031340a7be53243a6a6b689c3e)) - (Tonye Jack)
+- Update README.md ([f6edf88](https://github.com/tj-actions/changed-files/commit/f6edf885b4a59cd97f396367b3e6fe4f26454601)) - (Tonye Jack)
+- Update README.md ([331d2da](https://github.com/tj-actions/changed-files/commit/331d2daf96995ca6711e07b13681faa6a55bda62)) - (Tonye Jack)
+- Updated README.md ([#1412](https://github.com/tj-actions/changed-files/issues/1412))
+
+Co-authored-by: jackton1 ([174b246](https://github.com/tj-actions/changed-files/commit/174b246d44adb53ce1a125fc589734fce01e47eb)) - (tj-actions[bot])
+- Update README.md ([0bf8395](https://github.com/tj-actions/changed-files/commit/0bf83955a913aa99abe90724dc460e86708af650)) - (Tonye Jack)
+- Update README.md ([69c6091](https://github.com/tj-actions/changed-files/commit/69c6091ee4f562b2c6509ded97c4e5330ac95b09)) - (Tonye Jack)
+- Update README.md ([ba9054e](https://github.com/tj-actions/changed-files/commit/ba9054e8d5ffe1537ded23c6a65348cb9b78e8c4)) - (Tonye Jack)
+- Update README.md ([7e9cc01](https://github.com/tj-actions/changed-files/commit/7e9cc01c5474ea22e06e55ea8a296c8653e64d0c)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update dependency eslint to v8.46.0 ([#1417](https://github.com/tj-actions/changed-files/issues/1417)) ([a96679d](https://github.com/tj-actions/changed-files/commit/a96679dfee2a1e64b1db5a210c0ffaf1f2cb24ce)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1416](https://github.com/tj-actions/changed-files/issues/1416)) ([0c65957](https://github.com/tj-actions/changed-files/commit/0c659577d4b26faf3f99868ea9cabd2775f9b3cb)) - (renovate[bot])
+- **deps:** Update dependency jest to v29.6.2 ([#1415](https://github.com/tj-actions/changed-files/issues/1415)) ([ea41e77](https://github.com/tj-actions/changed-files/commit/ea41e772876ff19a8d86e3315c52ceff3dae1941)) - (renovate[bot])
+- **deps:** Update dependency @types/lodash to v4.14.196 ([#1413](https://github.com/tj-actions/changed-files/issues/1413)) ([4acaa72](https://github.com/tj-actions/changed-files/commit/4acaa728bbc362e0ced57dad81204885d253a0e6)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.4.5 ([#1409](https://github.com/tj-actions/changed-files/issues/1409)) ([cf02ab9](https://github.com/tj-actions/changed-files/commit/cf02ab960fc3dee58fc4911fac2c6946f4f64552)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1408](https://github.com/tj-actions/changed-files/issues/1408)) ([b50d1ab](https://github.com/tj-actions/changed-files/commit/b50d1ab2d1388e35e9163a8eb2ae8b903e62ca8e)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.5.0 ([#1407](https://github.com/tj-actions/changed-files/issues/1407))
+
+Co-authored-by: jackton1 ([0f52c86](https://github.com/tj-actions/changed-files/commit/0f52c861db7764988bb85cbb66a0b166787f586b)) - (tj-actions[bot])
+
+# [37.5.0](https://github.com/tj-actions/changed-files/compare/v37.4.0...v37.5.0) - (2023-07-24)
+
+## đ Features
+
+- Add support to detect changes for merge group event ([#1404](https://github.com/tj-actions/changed-files/issues/1404)) ([b8e577a](https://github.com/tj-actions/changed-files/commit/b8e577a27496ebc04ffb8b3bbca1b30a145001b1)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Error fetch more history for release events ([#1403](https://github.com/tj-actions/changed-files/issues/1403)) ([fc3c551](https://github.com/tj-actions/changed-files/commit/fc3c551a67c6151b4b7746c157a9c0914f18e129)) - (Tonye Jack)
+
+## đ Update
+
+- Update package.json ([73d266f](https://github.com/tj-actions/changed-files/commit/73d266fe29bbb01958506ffe53b575269d8f2b13)) - (Tonye Jack)
+- Update package.json ([e1ddf02](https://github.com/tj-actions/changed-files/commit/e1ddf02aff6c4d9a624216633291c52df6630421)) - (Tonye Jack)
+- Update README.md ([f543980](https://github.com/tj-actions/changed-files/commit/f5439803c2c02cdb10b325d247c8ccc66cbc2203)) - (Tonye Jack)
+- Update README.md ([a0a0be0](https://github.com/tj-actions/changed-files/commit/a0a0be0376b580745f0bd13a6b7ee4e98d028bf3)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Lock file maintenance ([#1406](https://github.com/tj-actions/changed-files/issues/1406)) ([920e7b9](https://github.com/tj-actions/changed-files/commit/920e7b9ae1d45913fc81f86c956fee89c77d2e5e)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.2.0 ([#1402](https://github.com/tj-actions/changed-files/issues/1402)) ([797a722](https://github.com/tj-actions/changed-files/commit/797a7222448d90d32258966774780cfb39ee4f44)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1401](https://github.com/tj-actions/changed-files/issues/1401)) ([44790ad](https://github.com/tj-actions/changed-files/commit/44790ad9d8b0716d28defa47199281f484931e31)) - (renovate[bot])
+- Update package.json ([66d62c9](https://github.com/tj-actions/changed-files/commit/66d62c97d57b2c770a365925793a1e8eb2b1dcd0)) - (Tonye Jack)
+- **deps:** Update dependency @types/node to v20.4.4 ([#1400](https://github.com/tj-actions/changed-files/issues/1400)) ([d44a61e](https://github.com/tj-actions/changed-files/commit/d44a61ef339541580efca1a47286b8b9e3b69311)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.4.3 ([#1399](https://github.com/tj-actions/changed-files/issues/1399)) ([ef59201](https://github.com/tj-actions/changed-files/commit/ef59201f02fa40b09640c053d97cdf5c5dc65391)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.4.0 ([#1397](https://github.com/tj-actions/changed-files/issues/1397))
+
+Co-authored-by: jackton1 ([48ce584](https://github.com/tj-actions/changed-files/commit/48ce5846c9a7c7c959b6c60e3afc80aaba4e6b0c)) - (tj-actions[bot])
+
+# [37.4.0](https://github.com/tj-actions/changed-files/compare/v37.3.0...v37.4.0) - (2023-07-20)
+
+## đ Features
+
+- Update error handling for yaml inputs ([#1395](https://github.com/tj-actions/changed-files/issues/1395)) ([de0eba3](https://github.com/tj-actions/changed-files/commit/de0eba32790fb9bf87471b32855a30fc8f9d5fc6)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([bc262c2](https://github.com/tj-actions/changed-files/commit/bc262c2f61e2fdc75b802ad2213f80fefc98af12)) - (Tonye Jack)
+- Update README.md ([d4389f0](https://github.com/tj-actions/changed-files/commit/d4389f0f4fe92065f29aee6519d551c3c5d26583)) - (Tonye Jack)
+- Updated README.md ([#1394](https://github.com/tj-actions/changed-files/issues/1394))
+
+Co-authored-by: jackton1 ([7998446](https://github.com/tj-actions/changed-files/commit/79984462e18db53eaaee1f8d582c2e752d13cf0c)) - (tj-actions[bot])
+- Update action.yml ([c6dcc2a](https://github.com/tj-actions/changed-files/commit/c6dcc2a013c3d4f2a21908234845ba52952f2a57)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.3.0 ([#1392](https://github.com/tj-actions/changed-files/issues/1392))
+
+Co-authored-by: jackton1 ([e6dde3c](https://github.com/tj-actions/changed-files/commit/e6dde3c0653441e7c18779d1207fe87efa071f02)) - (tj-actions[bot])
+
+# [37.3.0](https://github.com/tj-actions/changed-files/compare/v37.2.0...v37.3.0) - (2023-07-19)
+
+## đ Features
+
+- Add support for restricting recoverable deleted files via patterns ([#1390](https://github.com/tj-actions/changed-files/issues/1390)) ([33288d3](https://github.com/tj-actions/changed-files/commit/33288d37e78121ba601151ba03d8dacaf856777c)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1391](https://github.com/tj-actions/changed-files/issues/1391))
+
+Co-authored-by: repo-ranger[bot] ([3928317](https://github.com/tj-actions/changed-files/commit/39283171cefdf491e0f0d6cf285b86b31eb6f3cd)) - (tj-actions[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.2.0 ([#1389](https://github.com/tj-actions/changed-files/issues/1389))
+
+Co-authored-by: jackton1 ([b60277d](https://github.com/tj-actions/changed-files/commit/b60277dde98548f8d384a0b92a469fc5d0f46b1f)) - (tj-actions[bot])
+
+# [37.2.0](https://github.com/tj-actions/changed-files/compare/v37.1.2...v37.2.0) - (2023-07-18)
+
+## đ Update
+
+- Update README.md ([e3ea6b7](https://github.com/tj-actions/changed-files/commit/e3ea6b7948826820cfd616fda2d9c974a4ead314)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update dependency eslint-plugin-github to v4.9.2 ([#1388](https://github.com/tj-actions/changed-files/issues/1388)) ([68b429d](https://github.com/tj-actions/changed-files/commit/68b429ddc666ea0dba46309e1ee45e06bb408df8)) - (renovate[bot])
+- Switch to use the github context ([#1386](https://github.com/tj-actions/changed-files/issues/1386)) ([ec0b6d0](https://github.com/tj-actions/changed-files/commit/ec0b6d0e4c2965e4073849cbd0ab0e6fd3b42d50)) - (Tonye Jack)
+- **deps:** Update dependency eslint-plugin-github to v4.9.1 ([#1387](https://github.com/tj-actions/changed-files/issues/1387)) ([8c8be23](https://github.com/tj-actions/changed-files/commit/8c8be234b2ced36de48c003dd2b2b0cd3448985f)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v6.1.0 ([#1385](https://github.com/tj-actions/changed-files/issues/1385)) ([029d6cd](https://github.com/tj-actions/changed-files/commit/029d6cd6b8191709b7e3d2bff0207a58a0c9c272)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1383](https://github.com/tj-actions/changed-files/issues/1383)) ([8fc95ea](https://github.com/tj-actions/changed-files/commit/8fc95ea17520d70ecf9d3141ec0a0d8443780a48)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1382](https://github.com/tj-actions/changed-files/issues/1382)) ([3e2a2ce](https://github.com/tj-actions/changed-files/commit/3e2a2ce2d08798ebef6a1b3b7fd8782820484ea4)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.45.0 ([#1381](https://github.com/tj-actions/changed-files/issues/1381)) ([4aebdaf](https://github.com/tj-actions/changed-files/commit/4aebdafc0bbe1a3beffb6e7f6278d3323c6aabcb)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.1.2 ([#1378](https://github.com/tj-actions/changed-files/issues/1378))
+
+Co-authored-by: jackton1 ([2aadab2](https://github.com/tj-actions/changed-files/commit/2aadab2297933ef2a8eaa3a3316ae458aafe4964)) - (tj-actions[bot])
+
+# [37.1.2](https://github.com/tj-actions/changed-files/compare/v37.1.1...v37.1.2) - (2023-07-13)
+
+## đ Bug Fixes
+
+- Excluding current dir with max depth less than 2 ([#1375](https://github.com/tj-actions/changed-files/issues/1375)) ([2a968ff](https://github.com/tj-actions/changed-files/commit/2a968ff601949c81b47d9c1fdb789b0d25ddeea2)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1373](https://github.com/tj-actions/changed-files/issues/1373))
+
+Co-authored-by: jackton1 ([fe91ab7](https://github.com/tj-actions/changed-files/commit/fe91ab72f6a9ecb02a0242c01b58685d5680fd4e)) - (tj-actions[bot])
+- Update README.md ([cc23ede](https://github.com/tj-actions/changed-files/commit/cc23ede8379d7798f2cd63082882472ae1add438)) - (Tonye Jack)
+- Updated README.md ([#1368](https://github.com/tj-actions/changed-files/issues/1368))
+
+Co-authored-by: jackton1 ([032079b](https://github.com/tj-actions/changed-files/commit/032079bf7feccea4cc0b271962986e7770e345b3)) - (tj-actions[bot])
+- Update action.yml ([21ccb43](https://github.com/tj-actions/changed-files/commit/21ccb43669e77a07efac5f011bd4ee8b73128ef6)) - (Tonye Jack)
+- Updated README.md ([#1367](https://github.com/tj-actions/changed-files/issues/1367))
+
+Co-authored-by: jackton1 ([038a51a](https://github.com/tj-actions/changed-files/commit/038a51af80a6a09ec582702adc3df051791f9db0)) - (tj-actions[bot])
+- Update README.md ([c6c396f](https://github.com/tj-actions/changed-files/commit/c6c396f2fe271cc83e7e0f9d536c3d86ec4c26ba)) - (Tonye Jack)
+- Update README.md ([7f05b89](https://github.com/tj-actions/changed-files/commit/7f05b891876669d2c7c19a0d297f6a3b856e0a74)) - (Tonye Jack)
+- Update README.md ([97365f6](https://github.com/tj-actions/changed-files/commit/97365f6cd24ea353a8eb76ec7882677c79f73b7e)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update dependency eslint-plugin-github to v4.9.0 ([#1377](https://github.com/tj-actions/changed-files/issues/1377)) ([ef327f9](https://github.com/tj-actions/changed-files/commit/ef327f98b5f31e95aad0ae00e29a83a72294910a)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v27.2.3 ([#1376](https://github.com/tj-actions/changed-files/issues/1376)) ([5c1cab8](https://github.com/tj-actions/changed-files/commit/5c1cab842919e3c5e2c9385b01039715b7f81382)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.4.2 ([#1372](https://github.com/tj-actions/changed-files/issues/1372)) ([60e7ac7](https://github.com/tj-actions/changed-files/commit/60e7ac7c28a8e1f8d0dca3a5b0b2c558c38526d1)) - (renovate[bot])
+- Update README.md ([#1371](https://github.com/tj-actions/changed-files/issues/1371)) ([76dc7bc](https://github.com/tj-actions/changed-files/commit/76dc7bcd3f1236de1b72ce30d0b98b19cea5ab9d)) - (Tonye Jack)
+- Improve test coverage ([#1369](https://github.com/tj-actions/changed-files/issues/1369)) ([c7072f0](https://github.com/tj-actions/changed-files/commit/c7072f096921517be8c12059fdcdfaa3c27f8ee3)) - (Tonye Jack)
+- Update readme to include downsides of skipping the initial fetch ([a5f4b54](https://github.com/tj-actions/changed-files/commit/a5f4b54b5f4e834abbbe77a9f9f94af0b3d93ab0)) - (Tonye Jack)
+- **deps:** Update dependency eslint-plugin-prettier to v5.0.0 ([#1364](https://github.com/tj-actions/changed-files/issues/1364)) ([61e9ed7](https://github.com/tj-actions/changed-files/commit/61e9ed7dab363242491581aca47219f0201eb362)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.1.1 ([#1363](https://github.com/tj-actions/changed-files/issues/1363))
+
+Co-authored-by: jackton1 ([139cb86](https://github.com/tj-actions/changed-files/commit/139cb86a771ba8b366563c29e123d7bd97ece0c2)) - (tj-actions[bot])
+
+# [37.1.1](https://github.com/tj-actions/changed-files/compare/v37.1.0...v37.1.1) - (2023-07-11)
+
+## đ Update
+
+- Updated README.md ([#1361](https://github.com/tj-actions/changed-files/issues/1361))
+
+Co-authored-by: jackton1 ([f53b75e](https://github.com/tj-actions/changed-files/commit/f53b75ef587410b544b17c73677519d76ebe5775)) - (tj-actions[bot])
+- Update README.md ([732c1a1](https://github.com/tj-actions/changed-files/commit/732c1a14e7c752fc78b781de8975c102ad26dc5f)) - (Tonye Jack)
+- Update README.md ([de17e6c](https://github.com/tj-actions/changed-files/commit/de17e6cdf222c98c8d2caefef10216bbd23c557e)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Bump semver from 6.3.0 to 6.3.1 ([#1362](https://github.com/tj-actions/changed-files/issues/1362)) ([1f20fb8](https://github.com/tj-actions/changed-files/commit/1f20fb83f05eabed6e12ba0329edac8b6ec8e207)) - (dependabot[bot])
+- **deps:** Update typescript-eslint monorepo to v6 (major) ([#1360](https://github.com/tj-actions/changed-files/issues/1360)) ([51647ad](https://github.com/tj-actions/changed-files/commit/51647add79ed3e9ed311efd543bc342abc2db9e9)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v5.62.0 ([#1359](https://github.com/tj-actions/changed-files/issues/1359)) ([6c65324](https://github.com/tj-actions/changed-files/commit/6c6532459ab0ab44938aabe62c8e665b5fd97aad)) - (renovate[bot])
+- **deps:** Update dependency @types/jest to v29.5.3 ([#1358](https://github.com/tj-actions/changed-files/issues/1358)) ([3ab0d43](https://github.com/tj-actions/changed-files/commit/3ab0d43f2c66ea0f1eb64b6f17ea2471c0f60711)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1356](https://github.com/tj-actions/changed-files/issues/1356)) ([c7bb50a](https://github.com/tj-actions/changed-files/commit/c7bb50a40c6695f3cf2a5e98f77abcd3b8c1775f)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.1.0 ([#1355](https://github.com/tj-actions/changed-files/issues/1355))
+
+Co-authored-by: jackton1 ([fe12e8f](https://github.com/tj-actions/changed-files/commit/fe12e8f13fd61b4b3acc6a385f31a0c804b71f31)) - (tj-actions[bot])
+
+# [37.1.0](https://github.com/tj-actions/changed-files/compare/v37.0.5...v37.1.0) - (2023-07-09)
+
+## đ Features
+
+- Add support for skipping initial fetch ([#1353](https://github.com/tj-actions/changed-files/issues/1353)) ([2f49eb9](https://github.com/tj-actions/changed-files/commit/2f49eb9ee1f1dc38d9f070ebecf12b59c9436e0e)) - (Tonye Jack)
+
+## â Remove
+
+- Deleted .github/workflows/auto-merge.yml ([d1028b2](https://github.com/tj-actions/changed-files/commit/d1028b2eb89e46a93cc618ef283598da9e43a860)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1354](https://github.com/tj-actions/changed-files/issues/1354))
+
+Co-authored-by: repo-ranger[bot] ([87e23c4](https://github.com/tj-actions/changed-files/commit/87e23c4c79a603288642711155953c7da34b11ac)) - (tj-actions[bot])
+- Update README.md ([00b3d3d](https://github.com/tj-actions/changed-files/commit/00b3d3d9e7d0efa856785fc5586fefd61cbf9e92)) - (Tonye Jack)
+- Update README.md ([626a6b7](https://github.com/tj-actions/changed-files/commit/626a6b7213d3d54c32b7f8afae6251494453ded6)) - (Tonye Jack)
+- Update dependabot.yml ([7ee3290](https://github.com/tj-actions/changed-files/commit/7ee3290f25f5a3f42d74b3399dd2106a7f7ce2f3)) - (Tonye Jack)
+- Updated renovate.json ([e9eccdd](https://github.com/tj-actions/changed-files/commit/e9eccdd473f87222a6a8393f849d7c945568b842)) - (Tonye Jack)
+- Update dependabot.yml ([6dc8c79](https://github.com/tj-actions/changed-files/commit/6dc8c796c9b6810ee03d89669f5f7edf09069788)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps-dev:** Bump prettier from 2.8.8 to 3.0.0 ([#1345](https://github.com/tj-actions/changed-files/issues/1345)) ([19193bd](https://github.com/tj-actions/changed-files/commit/19193bdb2634c8529d7b25642f3436f76eae0b45)) - (dependabot[bot])
+- **deps:** Update dependency @types/node to v20.4.1 ([#1351](https://github.com/tj-actions/changed-files/issues/1351)) ([d12b5fc](https://github.com/tj-actions/changed-files/commit/d12b5fc2ab2546513a4be53b41218c928fd70b99)) - (renovate[bot])
+- **deps:** Update dependency jest to v29.6.1 ([#1350](https://github.com/tj-actions/changed-files/issues/1350)) ([338f354](https://github.com/tj-actions/changed-files/commit/338f3541063a272dd7dcf8ed531daa483ca95762)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1349](https://github.com/tj-actions/changed-files/issues/1349)) ([090f901](https://github.com/tj-actions/changed-files/commit/090f90127a77657c1531f97f8f22a7ec1fbeeb1c)) - (renovate[bot])
+- **deps-dev:** Bump @types/node from 20.3.3 to 20.4.0 ([#1348](https://github.com/tj-actions/changed-files/issues/1348)) ([598640f](https://github.com/tj-actions/changed-files/commit/598640f3beb83bd8c85ef43b7df70d8fca22dca6)) - (dependabot[bot])
+- **deps:** Update actions/setup-node action to v3.7.0 ([#1344](https://github.com/tj-actions/changed-files/issues/1344)) ([0e24ceb](https://github.com/tj-actions/changed-files/commit/0e24cebad03e8080e8912d6a4a9a200b06ebd261)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1342](https://github.com/tj-actions/changed-files/issues/1342)) ([d8f8ad9](https://github.com/tj-actions/changed-files/commit/d8f8ad9a74cda2e39386f4cebf232f27f4099887)) - (renovate[bot])
+- **deps:** Update dependency jest to v29.6.0 ([#1341](https://github.com/tj-actions/changed-files/issues/1341)) ([47a703e](https://github.com/tj-actions/changed-files/commit/47a703e935c9dd0ecb0421d5656df3f8700d3a0c)) - (renovate[bot])
+- Update filter pattern ([#1340](https://github.com/tj-actions/changed-files/issues/1340)) ([742b641](https://github.com/tj-actions/changed-files/commit/742b6417b4068dac99221f71a1466631de290ebb)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v5.61.0 ([#1339](https://github.com/tj-actions/changed-files/issues/1339)) ([af9376f](https://github.com/tj-actions/changed-files/commit/af9376f80142244248805dc85f751b19e5875fbf)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1338](https://github.com/tj-actions/changed-files/issues/1338)) ([adaff22](https://github.com/tj-actions/changed-files/commit/adaff22dedce1452500712c7d1445f1ae776739a)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.44.0 ([#1337](https://github.com/tj-actions/changed-files/issues/1337)) ([2cd4de3](https://github.com/tj-actions/changed-files/commit/2cd4de3431b86792632cb629f30e5743924edb0a)) - (renovate[bot])
+- **deps:** Update dependency @types/node to v20.3.3 ([#1336](https://github.com/tj-actions/changed-files/issues/1336)) ([b199521](https://github.com/tj-actions/changed-files/commit/b1995217737c4c6b644dfee6b73e35063eff6591)) - (renovate[bot])
+- **deps:** Update dependency ts-jest to v29.1.1 ([#1333](https://github.com/tj-actions/changed-files/issues/1333)) ([aecc5eb](https://github.com/tj-actions/changed-files/commit/aecc5ebeee84c2358e83fc9101ef1a70bd0581ac)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1331](https://github.com/tj-actions/changed-files/issues/1331)) ([c060576](https://github.com/tj-actions/changed-files/commit/c060576a37b64111bff7727c21c1c91948fd88b2)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.0.5 ([#1332](https://github.com/tj-actions/changed-files/issues/1332))
+
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([630aa37](https://github.com/tj-actions/changed-files/commit/630aa37bbd533646936247a99e24e04efeb41602)) - (tj-actions[bot])
+
+# [37.0.5](https://github.com/tj-actions/changed-files/compare/v37.0.4...v37.0.5) - (2023-06-29)
+
+## đ Update
+
+- Update README.md ([034e423](https://github.com/tj-actions/changed-files/commit/034e423c9c8101a65e1da676ac29a3423ff442f7)) - (Tonye Jack)
+- Updated README.md ([#1329](https://github.com/tj-actions/changed-files/issues/1329))
+
+Co-authored-by: jackton1 ([89c3181](https://github.com/tj-actions/changed-files/commit/89c31817b274e258fb873b539a68e467a4a385b0)) - (tj-actions[bot])
+- Update README.md ([e42f43b](https://github.com/tj-actions/changed-files/commit/e42f43b67b2ca0d726dec681aa34e4b875ddd284)) - (Tonye Jack)
+- Update README.md ([fe20777](https://github.com/tj-actions/changed-files/commit/fe20777b56dffa2faca8f02f32ba42ae644b5a7b)) - (Tonye Jack)
+- Update README.md ([89890d6](https://github.com/tj-actions/changed-files/commit/89890d6f77a064cdbf5c475517dca8d39228f154)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Lock file maintenance ([#1330](https://github.com/tj-actions/changed-files/issues/1330)) ([54849de](https://github.com/tj-actions/changed-files/commit/54849deb963ca9f24185fb5de2965e002d066e6b)) - (renovate[bot])
+- Update README.md ([6fdb8b5](https://github.com/tj-actions/changed-files/commit/6fdb8b53b33f2cf5a6a6969836ebfd774e05ff87)) - (Tonye Jack)
+- **deps:** Update dependency typescript to v5.1.6 ([#1328](https://github.com/tj-actions/changed-files/issues/1328)) ([3323f78](https://github.com/tj-actions/changed-files/commit/3323f78bb45033e3f3bb7d9cbc125d3f0833c243)) - (renovate[bot])
+- **deps:** Update dependency typescript to v5.1.5 ([#1324](https://github.com/tj-actions/changed-files/issues/1324)) ([927a8c5](https://github.com/tj-actions/changed-files/commit/927a8c5ba3f01280932398e5ce47d64bada31e32)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.0.4 ([#1323](https://github.com/tj-actions/changed-files/issues/1323))
+
+Co-authored-by: jackton1 ([5e7542f](https://github.com/tj-actions/changed-files/commit/5e7542fc4bfffb67ec6f613fb57d17364b602f57)) - (tj-actions[bot])
+
+# [37.0.4](https://github.com/tj-actions/changed-files/compare/v37.0.3...v37.0.4) - (2023-06-27)
+
+## đ Bug Fixes
+
+- **deps:** Update dependency @octokit/rest to v19.0.13 ([#1318](https://github.com/tj-actions/changed-files/issues/1318)) ([eb59803](https://github.com/tj-actions/changed-files/commit/eb598038365111ee2d653fed71db39c68d8a5ca6)) - (renovate[bot])
+
+## đ Update
+
+- Updated README.md ([#1314](https://github.com/tj-actions/changed-files/issues/1314))
+
+Co-authored-by: jackton1 ([4904bb2](https://github.com/tj-actions/changed-files/commit/4904bb2843fce2a1cec977be83ccda6c1605ff9c)) - (tj-actions[bot])
+- Update README.md ([13e016d](https://github.com/tj-actions/changed-files/commit/13e016d7c459ba0b877df6680a5543e9f8890ef9)) - (Tonye Jack)
+- Updated submodule ([#1307](https://github.com/tj-actions/changed-files/issues/1307))
+
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([e6e128a](https://github.com/tj-actions/changed-files/commit/e6e128a1c4b816aabb14c127146e2371749458c0)) - (tj-actions[bot])
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Lock file maintenance ([#1320](https://github.com/tj-actions/changed-files/issues/1320)) ([bb33761](https://github.com/tj-actions/changed-files/commit/bb3376162b179308a79fc4450262a15a8e1d6888)) - (renovate[bot])
+- **deps:** Bump lodash from 4.17.15 to 4.17.21 ([#1322](https://github.com/tj-actions/changed-files/issues/1322)) ([6d35052](https://github.com/tj-actions/changed-files/commit/6d350523ea913b29cd86acff803c50fcbd829ffc)) - (dependabot[bot])
+- Update package.json ([8838901](https://github.com/tj-actions/changed-files/commit/8838901b21e20574f67a02954a585a5ba579809e)) - (Tonye Jack)
+- Update package version requirements ([#1317](https://github.com/tj-actions/changed-files/issues/1317)) ([bdf73bf](https://github.com/tj-actions/changed-files/commit/bdf73bf6aec3938ce64ef74eb6b86af0271804a2)) - (Tonye Jack)
+- **deps:** Update dependency @types/node to v20.3.2 ([#1315](https://github.com/tj-actions/changed-files/issues/1315)) ([4cddd28](https://github.com/tj-actions/changed-files/commit/4cddd28d4b8f3c05636331fdba69336f95c127a2)) - (renovate[bot])
+- Increase fetch-depth to resolve error with test ([#1316](https://github.com/tj-actions/changed-files/issues/1316)) ([89f014a](https://github.com/tj-actions/changed-files/commit/89f014aed90c84e49f2d9c972ad1b3b43f6e10d8)) - (Tonye Jack)
+- **deps:** Update typescript-eslint monorepo to v5.60.1 ([#1313](https://github.com/tj-actions/changed-files/issues/1313)) ([709c71a](https://github.com/tj-actions/changed-files/commit/709c71af5fefd98c04ccbfb9e588784850d867cd)) - (renovate[bot])
+- Update debug message ([#1311](https://github.com/tj-actions/changed-files/issues/1311)) ([8c58d60](https://github.com/tj-actions/changed-files/commit/8c58d60f5bd07539ff823a0ed6eb66262bd89c70)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.0.3 ([#1310](https://github.com/tj-actions/changed-files/issues/1310))
+
+Co-authored-by: jackton1 ([358ff4f](https://github.com/tj-actions/changed-files/commit/358ff4f347713d6c6eb579a95b43955158857ac1)) - (tj-actions[bot])
+
+# [37.0.3](https://github.com/tj-actions/changed-files/compare/v37.0.2...v37.0.3) - (2023-06-26)
+
+## đ Bug Fixes
+
+- Bug listing submodule paths ([#1308](https://github.com/tj-actions/changed-files/issues/1308)) ([7d7c695](https://github.com/tj-actions/changed-files/commit/7d7c69556b242d112e52d307ae14ba770a52af47)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Lock file maintenance ([#1309](https://github.com/tj-actions/changed-files/issues/1309)) ([ec1e14c](https://github.com/tj-actions/changed-files/commit/ec1e14cf27f4585783f463070881b2c499349a8a)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1306](https://github.com/tj-actions/changed-files/issues/1306)) ([cb82bb7](https://github.com/tj-actions/changed-files/commit/cb82bb73255fe3d708c0da15a592f93d820e3499)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.0.2 ([#1305](https://github.com/tj-actions/changed-files/issues/1305))
+
+Co-authored-by: jackton1 ([07e161e](https://github.com/tj-actions/changed-files/commit/07e161e47fa182e1cc2cb37c80f4e3b175124385)) - (tj-actions[bot])
+
+# [37.0.2](https://github.com/tj-actions/changed-files/compare/v37.0.1...v37.0.2) - (2023-06-25)
+
+## đ Bug Fixes
+
+- Add warning message when unable to list submodules ([#1304](https://github.com/tj-actions/changed-files/issues/1304)) ([2106eb4](https://github.com/tj-actions/changed-files/commit/2106eb4457dd2aba4d37c8cdd16acba5d18739b9)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update dependency @types/node to v20.3.1 ([#1303](https://github.com/tj-actions/changed-files/issues/1303)) ([4afe0ab](https://github.com/tj-actions/changed-files/commit/4afe0ab671c36efef1ae5e3e27d8286c3f797f03)) - (renovate[bot])
+- **deps:** Update tj-actions/eslint-changed-files action to v20 ([#1301](https://github.com/tj-actions/changed-files/issues/1301)) ([5768dd7](https://github.com/tj-actions/changed-files/commit/5768dd7d22ef79603ef768047c6d91ea034d0cdc)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37.0.1 ([#1300](https://github.com/tj-actions/changed-files/issues/1300))
+
+Co-authored-by: jackton1 ([648f9c1](https://github.com/tj-actions/changed-files/commit/648f9c1aaf717f92ac2b503be6694ef804b8a49e)) - (tj-actions[bot])
+
+# [37.0.1](https://github.com/tj-actions/changed-files/compare/v37.0.0...v37.0.1) - (2023-06-24)
+
+## đ Bug Fixes
+
+- Error using current path to determine the .git dir location ([#1299](https://github.com/tj-actions/changed-files/issues/1299)) ([e5efec4](https://github.com/tj-actions/changed-files/commit/e5efec47f620e0fde64a1ad8f53bbf53d51a8c97)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v37 ([#1298](https://github.com/tj-actions/changed-files/issues/1298))
+
+Co-authored-by: jackton1 ([d6d7cb2](https://github.com/tj-actions/changed-files/commit/d6d7cb291e28bba32464fbbf0d13c7f6c2c75de1)) - (tj-actions[bot])
+
+# [37.0.0](https://github.com/tj-actions/changed-files/compare/v36.4.2...v37.0.0) - (2023-06-23)
+
+## âī¸ Miscellaneous Tasks
+
+- Update README.md ([5817a9e](https://github.com/tj-actions/changed-files/commit/5817a9efb0d7cc34b917d8146ea10b9f32044968)) - (Tonye Jack)
+- **deps:** Lock file maintenance ([#1297](https://github.com/tj-actions/changed-files/issues/1297)) ([33d50af](https://github.com/tj-actions/changed-files/commit/33d50af03f5e8e0914e7ddea9455ca6cde2033b1)) - (renovate[bot])
+
+# [36.4.2](https://github.com/tj-actions/changed-files/compare/v36.4.1...v36.4.2) - (2023-06-23)
+
+## đ Features
+
+- Add support for retrieving changed files via github rest api ([#1289](https://github.com/tj-actions/changed-files/issues/1289)) ([fd5b3a4](https://github.com/tj-actions/changed-files/commit/fd5b3a411da53db8da7b4b197cc1b1066dcd5360)) - (Tonye Jack)
+
+## â Remove
+
+- Deprecated dir_names_exclude_root ([#1291](https://github.com/tj-actions/changed-files/issues/1291)) ([faa5db4](https://github.com/tj-actions/changed-files/commit/faa5db4b1d5c904bd14ba8dc0d429e2c257c9638)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1295](https://github.com/tj-actions/changed-files/issues/1295))
+
+Co-authored-by: jackton1 ([a553a02](https://github.com/tj-actions/changed-files/commit/a553a029f5a46a8e74f782b41db046e63aab0cfb)) - (tj-actions[bot])
+- Updated README.md ([#1292](https://github.com/tj-actions/changed-files/issues/1292))
+
+Co-authored-by: repo-ranger[bot] ([63f203d](https://github.com/tj-actions/changed-files/commit/63f203d400de5479b07e8a01487881309f2bc0ce)) - (tj-actions[bot])
+
+## âī¸ Miscellaneous Tasks
+
+- Use input api url ([#1293](https://github.com/tj-actions/changed-files/issues/1293)) ([a4cd522](https://github.com/tj-actions/changed-files/commit/a4cd522ee2e5d7999bb102867e6d806e59861c52)) - (Tonye Jack)
+- **deps:** Lock file maintenance ([#1290](https://github.com/tj-actions/changed-files/issues/1290)) ([c4a394a](https://github.com/tj-actions/changed-files/commit/c4a394a9cfbbfcea1d864b5d6c9f9aa2b7960a9b)) - (renovate[bot])
+- **deps:** Update tj-actions/verify-changed-files action to v16 ([#1288](https://github.com/tj-actions/changed-files/issues/1288)) ([50ae49b](https://github.com/tj-actions/changed-files/commit/50ae49b0e4dc2c5bdccb7aad26373561c753b17f)) - (renovate[bot])
+- Update manual-test.yml ([588d46e](https://github.com/tj-actions/changed-files/commit/588d46e858ff7c814f5a26458ae8794b715d690a)) - (Tonye Jack)
+- Update README.md ([bdeaa91](https://github.com/tj-actions/changed-files/commit/bdeaa9108ce22a3e92aefbe165c85ea29b839a24)) - (Tonye Jack)
+- Update matrix-test.yml ([4d8812d](https://github.com/tj-actions/changed-files/commit/4d8812d205c7d0bca52560321514947f65c7a2f9)) - (Tonye Jack)
+- **deps:** Lock file maintenance ([#1287](https://github.com/tj-actions/changed-files/issues/1287)) ([668fd3a](https://github.com/tj-actions/changed-files/commit/668fd3a7139e499b321f1889c2f1a90b508da43e)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1285](https://github.com/tj-actions/changed-files/issues/1285)) ([b952f3b](https://github.com/tj-actions/changed-files/commit/b952f3beb3bb65ec19163628da458efb10e5f3d6)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1284](https://github.com/tj-actions/changed-files/issues/1284)) ([ce8bc5d](https://github.com/tj-actions/changed-files/commit/ce8bc5d49a2cf03a217066239554d467140a3054)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.4.1 ([#1283](https://github.com/tj-actions/changed-files/issues/1283))
+
+Co-authored-by: jackton1 ([9ff3603](https://github.com/tj-actions/changed-files/commit/9ff36033594327f40a8c22612579a3604e90fc7a)) - (tj-actions[bot])
+
+# [36.4.1](https://github.com/tj-actions/changed-files/compare/v36.4.0...v36.4.1) - (2023-06-19)
+
+## đ Bug Fixes
+
+- Bug with returning old filename in renamed files output ([#1281](https://github.com/tj-actions/changed-files/issues/1281)) ([54479c3](https://github.com/tj-actions/changed-files/commit/54479c37f5eb47a43e595c6b71e1df2c112ce7f1)) - (Tonye Jack)
+
+## đ Update
+
+- Update action.yml ([18c62c5](https://github.com/tj-actions/changed-files/commit/18c62c592a1bb252205275ac68d523e142aa3256)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update typescript-eslint monorepo to v5.60.0 ([#1282](https://github.com/tj-actions/changed-files/issues/1282)) ([6d89069](https://github.com/tj-actions/changed-files/commit/6d890691342f29ee654d14841dae8c5d46b23180)) - (renovate[bot])
+- **deps:** Update reviewdog/action-shellcheck action to v1.18 ([#1279](https://github.com/tj-actions/changed-files/issues/1279)) ([3bbaba4](https://github.com/tj-actions/changed-files/commit/3bbaba4ae79020f9eaff96b5cbecc0f0663214a1)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-jest to v27.2.2 ([#1278](https://github.com/tj-actions/changed-files/issues/1278)) ([c39b06f](https://github.com/tj-actions/changed-files/commit/c39b06f825efcb60a604e5f952a513b644de6164)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1277](https://github.com/tj-actions/changed-files/issues/1277)) ([4c2f8ed](https://github.com/tj-actions/changed-files/commit/4c2f8eda370a246578045fa9ad100be4dd83fdc6)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.4.0 ([#1275](https://github.com/tj-actions/changed-files/issues/1275))
+
+Co-authored-by: jackton1 ([2c8123e](https://github.com/tj-actions/changed-files/commit/2c8123e91ee0d1adea852dca2c0139cb15c3aabf)) - (tj-actions[bot])
+
+# [36.4.0](https://github.com/tj-actions/changed-files/compare/v36.3.0...v36.4.0) - (2023-06-17)
+
+## đ Features
+
+- Add support for returning changed file counts ([#1273](https://github.com/tj-actions/changed-files/issues/1273)) ([f573054](https://github.com/tj-actions/changed-files/commit/f573054697fceee32a3bbc0ecf27286247aabb56)) - (Tonye Jack)
+- Move deleted file recovery to leverage filter ([#1272](https://github.com/tj-actions/changed-files/issues/1272)) ([c3c3db7](https://github.com/tj-actions/changed-files/commit/c3c3db7feee6dc9447b2c03b41ae18e63e043fe2)) - (Tonye Jack)
+- Add support for recovering deleted files ([d9105a4](https://github.com/tj-actions/changed-files/commit/d9105a4631593f0dc11f3ae6bfbcb5ac43625523)) - (Tonye Jack)
+- Add support for recovering deleted files ([#1269](https://github.com/tj-actions/changed-files/issues/1269)) ([77f9e6c](https://github.com/tj-actions/changed-files/commit/77f9e6c7c636ec1a11598091308b26a1c1ccf131)) - (Tonye Jack)
+
+## â Add
+
+- Added deleted file ([fcdeb5b](https://github.com/tj-actions/changed-files/commit/fcdeb5b3d797752d95f6dbe98552a95c29dad338)) - (Tonye Jack)
+- Added missing changes and modified dist assets. ([01e83d6](https://github.com/tj-actions/changed-files/commit/01e83d602481802f6822004896b864b1e5e56cfb)) - (GitHub Action)
+
+## â Remove
+
+- Removed test file ([432e0c8](https://github.com/tj-actions/changed-files/commit/432e0c810c60ef1332850a971c5ec39022034b4c)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1274](https://github.com/tj-actions/changed-files/issues/1274))
+
+Co-authored-by: repo-ranger[bot] ([e1754a4](https://github.com/tj-actions/changed-files/commit/e1754a427f478b8778d349341b8f1d80f1f47f44)) - (tj-actions[bot])
+- Updated README.md ([#1270](https://github.com/tj-actions/changed-files/issues/1270))
+
+Co-authored-by: jackton1 ([7fcd53a](https://github.com/tj-actions/changed-files/commit/7fcd53ac001f9faf1b1f57a58e10cd958da114ed)) - (tj-actions[bot])
+- Updated the test ([c82a34e](https://github.com/tj-actions/changed-files/commit/c82a34e7e5e87a5c69ee4aff0facae82e5177e3b)) - (Tonye Jack)
+- Updated the test ([7a1c64e](https://github.com/tj-actions/changed-files/commit/7a1c64e8b15493fe087b9289d565d0502f1a97ab)) - (Tonye Jack)
+- Updated dist assets ([71290f0](https://github.com/tj-actions/changed-files/commit/71290f02ff8f886712b65679f29e64216aa3e131)) - (Tonye Jack)
+- Updated test ([ecf455a](https://github.com/tj-actions/changed-files/commit/ecf455a884019154bc08fa00fa237fd5a07b2287)) - (Tonye Jack)
+- Update README.md ([d7af20b](https://github.com/tj-actions/changed-files/commit/d7af20bab3d42577ec79dffc4e793c14d0df65b3)) - (Tonye Jack)
+- Update README.md ([690b721](https://github.com/tj-actions/changed-files/commit/690b721958b0220fa3f827e13559c5023d277b61)) - (Tonye Jack)
+- Update README.md ([024cd58](https://github.com/tj-actions/changed-files/commit/024cd58ac6e73a0f9617287edc3954db32e85394)) - (Tonye Jack)
+- Update README.md ([c9a1c56](https://github.com/tj-actions/changed-files/commit/c9a1c56f6da50ec6d7986486064919eaeea692cc)) - (Tonye Jack)
+
+## đ Other
+
+- Merge branch 'feat/add-support-for-recovering-deleted-files' ([749fe3b](https://github.com/tj-actions/changed-files/commit/749fe3bb283cc8d46fc71f976e78eb6e1669f37d)) - (Tonye Jack)
+- Merge d4f86e9d1689a5d2ddb94e173669f31cc3497351 into 0621d936c0d15c7a5a116268ea1f7c362b76c50b ([c706c70](https://github.com/tj-actions/changed-files/commit/c706c70eed92c7d5843cd3921da0a078663423e8)) - (Tonye Jack)
+- Merge branch 'main' into feat/add-support-for-recovering-deleted-files ([d4f86e9](https://github.com/tj-actions/changed-files/commit/d4f86e9d1689a5d2ddb94e173669f31cc3497351)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Lock file maintenance ([#1271](https://github.com/tj-actions/changed-files/issues/1271)) ([480e87d](https://github.com/tj-actions/changed-files/commit/480e87dd66bdf2a6036db2fd2ea72906a92cfde2)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.43.0 ([#1268](https://github.com/tj-actions/changed-files/issues/1268)) ([0621d93](https://github.com/tj-actions/changed-files/commit/0621d936c0d15c7a5a116268ea1f7c362b76c50b)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.3.0 ([#1267](https://github.com/tj-actions/changed-files/issues/1267))
+
+Co-authored-by: jackton1 ([54a8c99](https://github.com/tj-actions/changed-files/commit/54a8c99a03eb57f7f561696dd7879bea7587e469)) - (tj-actions[bot])
+
+# [36.3.0](https://github.com/tj-actions/changed-files/compare/v36.2.1...v36.3.0) - (2023-06-16)
+
+## đ Features
+
+- Add support for complex filters ([#1265](https://github.com/tj-actions/changed-files/issues/1265)) ([c25c77a](https://github.com/tj-actions/changed-files/commit/c25c77a67a4da177bd7550612cacb74714d054f6)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1266](https://github.com/tj-actions/changed-files/issues/1266))
+
+Co-authored-by: repo-ranger[bot] ([9bf0914](https://github.com/tj-actions/changed-files/commit/9bf09145c3560e451e8d8e87b42ccb3fef5b692d)) - (tj-actions[bot])
+- Updated README.md ([#1264](https://github.com/tj-actions/changed-files/issues/1264))
+
+Co-authored-by: jackton1
+Co-authored-by: GitHub Action ([d144c0c](https://github.com/tj-actions/changed-files/commit/d144c0c92d678494b332227c803cea83b4f7bdee)) - (tj-actions[bot])
+- Update README.md ([341b80d](https://github.com/tj-actions/changed-files/commit/341b80da8b4d69e7a389dc6f2df8c8ee41ea5736)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update test.yml ([ea90b5c](https://github.com/tj-actions/changed-files/commit/ea90b5ced9a0c8d0d18077656d2ecada2bb67ff3)) - (Tonye Jack)
+- Move check out of loop ([6cf9c82](https://github.com/tj-actions/changed-files/commit/6cf9c8246e3225cbcdc00d6c86ba6d6a05b2e231)) - (Tonye Jack)
+- **deps:** Lock file maintenance ([#1263](https://github.com/tj-actions/changed-files/issues/1263)) ([9559461](https://github.com/tj-actions/changed-files/commit/955946132d0133d584404b86a03462e591ff30b3)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.2.1 ([#1262](https://github.com/tj-actions/changed-files/issues/1262))
+
+Co-authored-by: jackton1 ([1f2cb3b](https://github.com/tj-actions/changed-files/commit/1f2cb3b00f32f8700ede1b03398337e39a64d448)) - (tj-actions[bot])
+
+# [36.2.1](https://github.com/tj-actions/changed-files/compare/v36.2.0...v36.2.1) - (2023-06-14)
+
+## đ Features
+
+- Add support for outputting renamed files as deleted and added ([#1260](https://github.com/tj-actions/changed-files/issues/1260)) ([90ef0b1](https://github.com/tj-actions/changed-files/commit/90ef0b1b22b674a0dea8c832029e63eed9fb8e13)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1261](https://github.com/tj-actions/changed-files/issues/1261))
+
+Co-authored-by: jackton1 ([c912451](https://github.com/tj-actions/changed-files/commit/c9124514c375de5dbb9697afa6f2e36a236ee58c)) - (tj-actions[bot])
+
+## âī¸ Miscellaneous Tasks
+
+- Rename git fetch arguments ([#1259](https://github.com/tj-actions/changed-files/issues/1259)) ([b9ea510](https://github.com/tj-actions/changed-files/commit/b9ea510e42795d425d659914078b74f51c774869)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.2.0 ([#1258](https://github.com/tj-actions/changed-files/issues/1258))
+
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([c648759](https://github.com/tj-actions/changed-files/commit/c648759d899fd6217a96579680bdae3ac01e6219)) - (tj-actions[bot])
+
+# [36.2.0](https://github.com/tj-actions/changed-files/compare/v36.1.0...v36.2.0) - (2023-06-14)
+
+## đ Features
+
+- Switch to use name status ([#1230](https://github.com/tj-actions/changed-files/issues/1230)) ([174a2a6](https://github.com/tj-actions/changed-files/commit/174a2a6360b54a2019877c254c4be78106efc94f)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1255](https://github.com/tj-actions/changed-files/issues/1255))
+
+Co-authored-by: jackton1 ([2c6893c](https://github.com/tj-actions/changed-files/commit/2c6893c21a91f8238df9e0ed2f3e4488efc0629f)) - (tj-actions[bot])
+- Update action.yml ([17ca5bb](https://github.com/tj-actions/changed-files/commit/17ca5bb3e554d4d9b631e09414186b64b6e64cd6)) - (Tonye Jack)
+- Updated README.md ([#1249](https://github.com/tj-actions/changed-files/issues/1249))
+
+Co-authored-by: jackton1 ([a625ca3](https://github.com/tj-actions/changed-files/commit/a625ca325f498d75648b0ec941834edc16e71a40)) - (tj-actions[bot])
+- Updated README.md ([#1248](https://github.com/tj-actions/changed-files/issues/1248))
+
+Co-authored-by: jackton1
+Co-authored-by: Tonye Jack ([752970e](https://github.com/tj-actions/changed-files/commit/752970edd01e2a1b9e1a9ef37207bd59a34c90f4)) - (tj-actions[bot])
+- Update action.yml ([7b64c76](https://github.com/tj-actions/changed-files/commit/7b64c76932d2ddd0a2be638832dc8f72eacec74c)) - (Tonye Jack)
+- Updated README.md ([#1246](https://github.com/tj-actions/changed-files/issues/1246))
+
+Co-authored-by: repo-ranger[bot] ([9333a5c](https://github.com/tj-actions/changed-files/commit/9333a5cf0c1a85e3dd5876284bb075ade076a9e0)) - (tj-actions[bot])
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update peter-evans/create-pull-request action to v5.0.2 ([#1256](https://github.com/tj-actions/changed-files/issues/1256)) ([2d0b52f](https://github.com/tj-actions/changed-files/commit/2d0b52f4408b791c0c5c1eca405d8461b320dd01)) - (renovate[bot])
+- **deps:** Update typescript-eslint monorepo to v5.59.11 ([#1253](https://github.com/tj-actions/changed-files/issues/1253)) ([d0e3a7c](https://github.com/tj-actions/changed-files/commit/d0e3a7c3aa15c15ace59f95a9fda1bcadf9ab3e2)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1252](https://github.com/tj-actions/changed-files/issues/1252)) ([61845c2](https://github.com/tj-actions/changed-files/commit/61845c2b19ec2ad7e3d79a6955e192e66d41cb80)) - (renovate[bot])
+- **deps:** Update tj-actions/verify-changed-files action to v15 ([#1251](https://github.com/tj-actions/changed-files/issues/1251)) ([417f924](https://github.com/tj-actions/changed-files/commit/417f924dea3b9800ea861d576eee55162ab6607c)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1250](https://github.com/tj-actions/changed-files/issues/1250)) ([c51a48d](https://github.com/tj-actions/changed-files/commit/c51a48d4f6bf95820aa0f9e3f3e6516bd427ae7a)) - (renovate[bot])
+- Update README.md ([6d9ee62](https://github.com/tj-actions/changed-files/commit/6d9ee62035acb0c3942fba9757033c677246f2f4)) - (Tonye Jack)
+- Update README.md ([b27dcc2](https://github.com/tj-actions/changed-files/commit/b27dcc252ada558d34ecd368bd253994df77acb1)) - (Tonye Jack)
+- **deps:** Update dependency @types/uuid to v9.0.2 ([#1247](https://github.com/tj-actions/changed-files/issues/1247)) ([b60e479](https://github.com/tj-actions/changed-files/commit/b60e479ceab551d9a8f832d5a989eb3e492d4bf4)) - (renovate[bot])
+- Update README.md ([#1237](https://github.com/tj-actions/changed-files/issues/1237)) ([8ec721e](https://github.com/tj-actions/changed-files/commit/8ec721eb3b7d57b7afc0d63748bd7242292989b1)) - (tj-actions[bot])
+- Update README.md ([#1240](https://github.com/tj-actions/changed-files/issues/1240)) ([7d1d4d2](https://github.com/tj-actions/changed-files/commit/7d1d4d2cce628fd1797af3acb779dd1d26b61d31)) - (tj-actions[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.1.0 ([#1245](https://github.com/tj-actions/changed-files/issues/1245))
+
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([ab84931](https://github.com/tj-actions/changed-files/commit/ab8493166b33b74edc5101f3e814b63cd87f05ab)) - (tj-actions[bot])
+
+# [36.1.0](https://github.com/tj-actions/changed-files/compare/v36.0.18...v36.1.0) - (2023-06-08)
+
+## đ Features
+
+- Improve warning message ([#1241](https://github.com/tj-actions/changed-files/issues/1241)) ([f41e41f](https://github.com/tj-actions/changed-files/commit/f41e41fa3fdcbdf47c5f73526be7d81e413f832e)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Bug with errors from fork prs ([#1239](https://github.com/tj-actions/changed-files/issues/1239)) ([e208eb4](https://github.com/tj-actions/changed-files/commit/e208eb429a6a5b3444af0a2099bdbbfcd705fae6)) - (Tonye Jack)
+- Bug with only_(changed|modified|deleted) outputs ([#1238](https://github.com/tj-actions/changed-files/issues/1238)) ([6dc4095](https://github.com/tj-actions/changed-files/commit/6dc409580193a9e2e52aa4a647684c2ea5a99ddb)) - (Tonye Jack)
+
+## đ Update
+
+- Update test.yml ([37e5be9](https://github.com/tj-actions/changed-files/commit/37e5be95e281cd60c1d89e92bb25242b37e9db3c)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Fix bug with nx set shas ([#1244](https://github.com/tj-actions/changed-files/issues/1244)) ([fb20f4d](https://github.com/tj-actions/changed-files/commit/fb20f4d24890fadc539505b1746d260504b213d0)) - (Tonye Jack)
+- Update test ([#1243](https://github.com/tj-actions/changed-files/issues/1243)) ([b2a0ba4](https://github.com/tj-actions/changed-files/commit/b2a0ba40a4106c5de8de8ac8b0732f404d084f00)) - (Tonye Jack)
+- Update event name ([#1242](https://github.com/tj-actions/changed-files/issues/1242)) ([c467712](https://github.com/tj-actions/changed-files/commit/c467712045a1fb370c4f8a2ce40f93c718e7888e)) - (Tonye Jack)
+- Update test.yml ([f490eea](https://github.com/tj-actions/changed-files/commit/f490eeaa59c0a3957b24214e86c462a2e9a6c7fa)) - (tj-actions[bot])
+- Improve test coverage ([#1235](https://github.com/tj-actions/changed-files/issues/1235)) ([c784b6f](https://github.com/tj-actions/changed-files/commit/c784b6f1c4775e3db7ddc38d464ae017e41b1576)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.18 ([#1234](https://github.com/tj-actions/changed-files/issues/1234))
+
+Co-authored-by: jackton1 ([a522bdb](https://github.com/tj-actions/changed-files/commit/a522bdb715e8ee0e5814bc94f576ebc24cebbfd3)) - (tj-actions[bot])
+
+# [36.0.18](https://github.com/tj-actions/changed-files/compare/v36.0.17...v36.0.18) - (2023-06-06)
+
+## đ Features
+
+- Add dir_names_exclude_current_dir input and cleaned up logic to retrieve the current sha ([#1229](https://github.com/tj-actions/changed-files/issues/1229)) ([353ea22](https://github.com/tj-actions/changed-files/commit/353ea22e6fc7b15ce3a30064d8cd19eef2a86b71)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1233](https://github.com/tj-actions/changed-files/issues/1233))
+
+Co-authored-by: jackton1 ([07e0177](https://github.com/tj-actions/changed-files/commit/07e0177b72d3640efced741cae32f9861eee1367)) - (tj-actions[bot])
+- Updated README.md ([#1232](https://github.com/tj-actions/changed-files/issues/1232))
+
+Co-authored-by: jackton1 ([fee9327](https://github.com/tj-actions/changed-files/commit/fee9327009ff80c0a0d442f2204944771f0552b1)) - (tj-actions[bot])
+- Update action.yml ([f991633](https://github.com/tj-actions/changed-files/commit/f991633730ca94b13263b3db2bfe3bb4406050e8)) - (Tonye Jack)
+- Updated README.md ([#1231](https://github.com/tj-actions/changed-files/issues/1231))
+
+Co-authored-by: jackton1 ([1fc4377](https://github.com/tj-actions/changed-files/commit/1fc4377f0376e9e24eb836467b94dc0dbe92087a)) - (tj-actions[bot])
+- Updated README.md ([#1228](https://github.com/tj-actions/changed-files/issues/1228))
+
+Co-authored-by: jackton1 ([cdf9afc](https://github.com/tj-actions/changed-files/commit/cdf9afcec863cb917421feea4e2d3fef708b2449)) - (tj-actions[bot])
+- Update README.md ([f58fe58](https://github.com/tj-actions/changed-files/commit/f58fe58af9008ac4c45e7caf949ff95791a9deef)) - (Tonye Jack)
+- Update action.yml ([9ab4230](https://github.com/tj-actions/changed-files/commit/9ab423063bd7d1ee892ecd5a0ce25f81f604e4f4)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update typescript-eslint monorepo to v5.59.9 ([#1227](https://github.com/tj-actions/changed-files/issues/1227)) ([b8dd3a1](https://github.com/tj-actions/changed-files/commit/b8dd3a1a069b5eb261603aa081023c3e9689d6a4)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.17 ([#1226](https://github.com/tj-actions/changed-files/issues/1226))
+
+Co-authored-by: jackton1 ([6e4b6b7](https://github.com/tj-actions/changed-files/commit/6e4b6b77a3fd4d60bd02608dba69c7eae38a117f)) - (tj-actions[bot])
+
+# [36.0.17](https://github.com/tj-actions/changed-files/compare/v36.0.16...v36.0.17) - (2023-06-05)
+
+## âī¸ Miscellaneous Tasks
+
+- Update README.md ([#1225](https://github.com/tj-actions/changed-files/issues/1225)) ([b137868](https://github.com/tj-actions/changed-files/commit/b13786805affca18e536ed489687d3d8d1f05d21)) - (Tonye Jack)
+- **deps:** Lock file maintenance ([#1224](https://github.com/tj-actions/changed-files/issues/1224)) ([7c72320](https://github.com/tj-actions/changed-files/commit/7c7232040403e5ad44fb31057f9b7efe9dd43ace)) - (renovate[bot])
+- Update test.yml ([#1223](https://github.com/tj-actions/changed-files/issues/1223)) ([763a7bf](https://github.com/tj-actions/changed-files/commit/763a7bfbb5780f6798eb06361a5c91495c8b7488)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.16 ([#1222](https://github.com/tj-actions/changed-files/issues/1222))
+
+Co-authored-by: jackton1 ([c789aec](https://github.com/tj-actions/changed-files/commit/c789aecfa677158f0ac6a33a87e38a2b4f530aea)) - (tj-actions[bot])
+
+# [36.0.16](https://github.com/tj-actions/changed-files/compare/v36.0.15...v36.0.16) - (2023-06-03)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Lock file maintenance ([#1221](https://github.com/tj-actions/changed-files/issues/1221)) ([1aae160](https://github.com/tj-actions/changed-files/commit/1aae16084af435f73c8cdfd742473028810c5f20)) - (renovate[bot])
+- **deps:** Update dependency eslint to v8.42.0 ([#1220](https://github.com/tj-actions/changed-files/issues/1220)) ([a593948](https://github.com/tj-actions/changed-files/commit/a593948c900d7f83d14a30cb162657a8d9894b0e)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.15 ([#1219](https://github.com/tj-actions/changed-files/issues/1219))
+
+Co-authored-by: jackton1 ([96134b7](https://github.com/tj-actions/changed-files/commit/96134b7430da6261abf9182b7f2df2ae06eee300)) - (tj-actions[bot])
+
+# [36.0.15](https://github.com/tj-actions/changed-files/compare/v36.0.14...v36.0.15) - (2023-06-02)
+
+## đ Bug Fixes
+
+- Bug retrieving base sha for force push ([#1216](https://github.com/tj-actions/changed-files/issues/1216)) ([47db5bd](https://github.com/tj-actions/changed-files/commit/47db5bd435ab26939338ff899af621be52f44da4)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([5436326](https://github.com/tj-actions/changed-files/commit/5436326dcff90d144b503f5956174744e1e2f3dd)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update dependency typescript to v5.1.3 ([#1215](https://github.com/tj-actions/changed-files/issues/1215)) ([5d2fcdb](https://github.com/tj-actions/changed-files/commit/5d2fcdb4cbef720a52f49fd05d8c7edd18a64758)) - (renovate[bot])
+- **deps:** Update dependency eslint-plugin-github to v4.8.0 ([#1218](https://github.com/tj-actions/changed-files/issues/1218)) ([c0a8bcf](https://github.com/tj-actions/changed-files/commit/c0a8bcfa6aa8d8cb3617f30d7a97a9a94233f526)) - (renovate[bot])
+- **deps:** Lock file maintenance ([#1217](https://github.com/tj-actions/changed-files/issues/1217)) ([4bc117d](https://github.com/tj-actions/changed-files/commit/4bc117de0ccad2c57bf65627d45b5a397ad7aeab)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.14 ([#1214](https://github.com/tj-actions/changed-files/issues/1214))
+
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([eeb5a25](https://github.com/tj-actions/changed-files/commit/eeb5a258f54ff87633389337e566ad43b7429c8d)) - (tj-actions[bot])
+
+# [36.0.14](https://github.com/tj-actions/changed-files/compare/v36.0.13...v36.0.14) - (2023-06-01)
+
+## đ Bug Fixes
+
+- Bug with retrieving the base sha when since last commit is enabled ([#1213](https://github.com/tj-actions/changed-files/issues/1213)) ([9ecc6e7](https://github.com/tj-actions/changed-files/commit/9ecc6e7fe2e26945b52485ccd9bc4b44000f5af1)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.13 ([#1212](https://github.com/tj-actions/changed-files/issues/1212))
+
+Co-authored-by: jackton1
+Co-authored-by: Tonye Jack ([72cf889](https://github.com/tj-actions/changed-files/commit/72cf8893fc62273c86d15f761e8693ee99067553)) - (tj-actions[bot])
+- Upgraded to v36.0.12 ([#1210](https://github.com/tj-actions/changed-files/issues/1210))
+
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([28d6f29](https://github.com/tj-actions/changed-files/commit/28d6f2964c56cd2c00615dae99814ebcb3339c32)) - (tj-actions[bot])
+
+# [36.0.13](https://github.com/tj-actions/changed-files/compare/v36.0.12...v36.0.13) - (2023-06-01)
+
+## đ Bug Fixes
+
+- Error fetching history ([#1211](https://github.com/tj-actions/changed-files/issues/1211)) ([8c9ee56](https://github.com/tj-actions/changed-files/commit/8c9ee56d0180a538ad5b6b8a208e4db974bad9c0)) - (Tonye Jack)
+
+# [36.0.12](https://github.com/tj-actions/changed-files/compare/v36.0.11...v36.0.12) - (2023-06-01)
+
+## đ Bug Fixes
+
+- Bug retrieving diff when persist credentials is false ([#1209](https://github.com/tj-actions/changed-files/issues/1209)) ([5978e5a](https://github.com/tj-actions/changed-files/commit/5978e5a2df95ef20cde627d4acb5edd1f87ba46a)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.11 ([#1208](https://github.com/tj-actions/changed-files/issues/1208))
+
+Co-authored-by: jackton1 ([ab45871](https://github.com/tj-actions/changed-files/commit/ab45871481bbe65bf9de161fdb13c95410d9b930)) - (tj-actions[bot])
+
+# [36.0.11](https://github.com/tj-actions/changed-files/compare/v36.0.10...v36.0.11) - (2023-05-31)
+
+## âī¸ Miscellaneous Tasks
+
+- Update test to include pull request head sha checkout ([#1205](https://github.com/tj-actions/changed-files/issues/1205)) ([17c3e9e](https://github.com/tj-actions/changed-files/commit/17c3e9e98f47ef859502ba3e38be0b8a6a4bddd9)) - (Tonye Jack)
+- **deps:** Update dependency @types/jest to v29.5.2 ([#1207](https://github.com/tj-actions/changed-files/issues/1207)) ([c9dcbc3](https://github.com/tj-actions/changed-files/commit/c9dcbc31476236325f8079dd68519c7faae1ead8)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.10 ([#1202](https://github.com/tj-actions/changed-files/issues/1202))
+
+Co-authored-by: jackton1 ([aa54931](https://github.com/tj-actions/changed-files/commit/aa54931d1daf7fb83e84f8b18362536ea6e86589)) - (tj-actions[bot])
+
+# [36.0.10](https://github.com/tj-actions/changed-files/compare/v36.0.9...v36.0.10) - (2023-05-30)
+
+## đ Bug Fixes
+
+- Bug with diff output ([#1201](https://github.com/tj-actions/changed-files/issues/1201)) ([3f7b5c9](https://github.com/tj-actions/changed-files/commit/3f7b5c900bdbf1b80a825e220413986227b3ff03)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([161a189](https://github.com/tj-actions/changed-files/commit/161a189eb5c78db4f84ac77bab2ff4dbfc6b9d9c)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update typescript-eslint monorepo to v5.59.8 ([#1199](https://github.com/tj-actions/changed-files/issues/1199)) ([a48618a](https://github.com/tj-actions/changed-files/commit/a48618a94b7ff98374d2d326319105f772da3b7a)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.9 ([#1198](https://github.com/tj-actions/changed-files/issues/1198))
+
+Co-authored-by: jackton1 ([2bdfc0c](https://github.com/tj-actions/changed-files/commit/2bdfc0c60d432fdb25b4d45b810881e8dcdad82c)) - (tj-actions[bot])
+
+# [36.0.9](https://github.com/tj-actions/changed-files/compare/v36.0.8...v36.0.9) - (2023-05-29)
+
+## đ Bug Fixes
+
+- Matching all nested files with a directory name ([#1197](https://github.com/tj-actions/changed-files/issues/1197)) ([cf4fe87](https://github.com/tj-actions/changed-files/commit/cf4fe8759a45edd76ed6215da3529d2dbd2a3c68)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1196](https://github.com/tj-actions/changed-files/issues/1196))
+
+Co-authored-by: jackton1 ([58c7ce2](https://github.com/tj-actions/changed-files/commit/58c7ce2addd872691e0da689c1fa281c07713275)) - (tj-actions[bot])
+- Update README.md ([61316fd](https://github.com/tj-actions/changed-files/commit/61316fda7680cc63f418e60ecc690b89be1da81f)) - (Tonye Jack)
+- Update README.md ([#1195](https://github.com/tj-actions/changed-files/issues/1195)) ([5d38ef5](https://github.com/tj-actions/changed-files/commit/5d38ef52895b6ff6402354d6848ec6fedbf0d2ca)) - (Tonye Jack)
+- Update README.md ([51330c5](https://github.com/tj-actions/changed-files/commit/51330c5719e5ccb3eba7e629ea5d44be35d04b00)) - (Tonye Jack)
+- Update README.md ([7b92155](https://github.com/tj-actions/changed-files/commit/7b92155d7a2bb44c09d58bd53e4cc54e6ce4811a)) - (Tonye Jack)
+- Update README.md ([3127174](https://github.com/tj-actions/changed-files/commit/3127174fab678ec0c8a22b5482efa6c350cec573)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.8 ([#1192](https://github.com/tj-actions/changed-files/issues/1192))
+
+Co-authored-by: jackton1 ([cfdaf8f](https://github.com/tj-actions/changed-files/commit/cfdaf8f14eabcd0bbf60d1fdde9009892b275ddc)) - (tj-actions[bot])
+
+# [36.0.8](https://github.com/tj-actions/changed-files/compare/v36.0.7...v36.0.8) - (2023-05-29)
+
+## đ Features
+
+- Add support for running on release event ([#1191](https://github.com/tj-actions/changed-files/issues/1191)) ([043929e](https://github.com/tj-actions/changed-files/commit/043929ee8fffa1dd1d619782a5a338cf39e76e23)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.7 ([#1190](https://github.com/tj-actions/changed-files/issues/1190))
+
+Co-authored-by: jackton1 ([96fd197](https://github.com/tj-actions/changed-files/commit/96fd19710a49b0e910f7363e8af37dd6b182636a)) - (tj-actions[bot])
+
+# [36.0.7](https://github.com/tj-actions/changed-files/compare/v36.0.6...v36.0.7) - (2023-05-29)
+
+## đ Bug Fixes
+
+- Bug running changed files with limited history ([#1188](https://github.com/tj-actions/changed-files/issues/1188)) ([449a845](https://github.com/tj-actions/changed-files/commit/449a845ff28da516ea1752afd195d2f7f642c6f4)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([777b2b4](https://github.com/tj-actions/changed-files/commit/777b2b437a82c8afbb474f57812fd790c7509391)) - (Tonye Jack)
+- Update README.md ([2fafe0a](https://github.com/tj-actions/changed-files/commit/2fafe0a7349fddf5ea3a02484419a4831979d79b)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Lock file maintenance ([#1189](https://github.com/tj-actions/changed-files/issues/1189)) ([4e2535f](https://github.com/tj-actions/changed-files/commit/4e2535f2b330e70ff7055f7de4272653cfdbd555)) - (renovate[bot])
+- **deps:** Update tj-actions/eslint-changed-files action to v19 ([#1185](https://github.com/tj-actions/changed-files/issues/1185)) ([bc88d8b](https://github.com/tj-actions/changed-files/commit/bc88d8bc954005f987c5c73e133f2cb4927ddf3e)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.6 ([#1184](https://github.com/tj-actions/changed-files/issues/1184))
+
+Co-authored-by: jackton1 ([fd2b77d](https://github.com/tj-actions/changed-files/commit/fd2b77dd749ff644f3fe50e1f7341902e0064744)) - (tj-actions[bot])
+
+# [36.0.6](https://github.com/tj-actions/changed-files/compare/v36.0.5...v36.0.6) - (2023-05-26)
+
+## đ Features
+
+- Deduplicate dir names list ([#1183](https://github.com/tj-actions/changed-files/issues/1183)) ([652648a](https://github.com/tj-actions/changed-files/commit/652648acb4f32660a94e245a2a51c6d0e56b2a1d)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([8a36220](https://github.com/tj-actions/changed-files/commit/8a36220d042d6e935b636251a47084884bbfb1e8)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.5 ([#1182](https://github.com/tj-actions/changed-files/issues/1182))
+
+Co-authored-by: jackton1 ([04de922](https://github.com/tj-actions/changed-files/commit/04de9221b6bdb9a219bafb7d50eeb085495df810)) - (tj-actions[bot])
+
+# [36.0.5](https://github.com/tj-actions/changed-files/compare/v36.0.4...v36.0.5) - (2023-05-26)
+
+## đ Bug Fixes
+
+- Error detecting initial commits ([#1181](https://github.com/tj-actions/changed-files/issues/1181)) ([9ad1a5b](https://github.com/tj-actions/changed-files/commit/9ad1a5b96ab3e56cd2bb25ff90c6271e4e70eb71)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.4 ([#1180](https://github.com/tj-actions/changed-files/issues/1180))
+
+Co-authored-by: jackton1 ([88fb02b](https://github.com/tj-actions/changed-files/commit/88fb02bd31e70f28785e86cc76437eff17f48e18)) - (tj-actions[bot])
+
+# [36.0.4](https://github.com/tj-actions/changed-files/compare/v36.0.3...v36.0.4) - (2023-05-26)
+
+## đ Bug Fixes
+
+- Bug not using the path for source file inputs ([#1179](https://github.com/tj-actions/changed-files/issues/1179)) ([c798a4e](https://github.com/tj-actions/changed-files/commit/c798a4ea57f0e0a9d2b5374853c9c479ebb435a2)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Lock file maintenance ([#1178](https://github.com/tj-actions/changed-files/issues/1178)) ([e82d391](https://github.com/tj-actions/changed-files/commit/e82d3911ce25632baf10067a87543332d022f6f3)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.3 ([#1177](https://github.com/tj-actions/changed-files/issues/1177))
+
+Co-authored-by: jackton1 ([de2b6e4](https://github.com/tj-actions/changed-files/commit/de2b6e43f70bc5ad965dd5e8db9d437c1496b8e0)) - (tj-actions[bot])
+
+# [36.0.3](https://github.com/tj-actions/changed-files/compare/v36.0.2...v36.0.3) - (2023-05-26)
+
+## đ Bug Fixes
+
+- Fix/resolve bug fetching more history ([#1176](https://github.com/tj-actions/changed-files/issues/1176))
+
+Co-authored-by: GitHub Action ([25eaddf](https://github.com/tj-actions/changed-files/commit/25eaddf37ae893cec889065e9a60439c8af6f089)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.2 ([#1175](https://github.com/tj-actions/changed-files/issues/1175))
+
+Co-authored-by: jackton1 ([77f872a](https://github.com/tj-actions/changed-files/commit/77f872a7594af6375bf6c5f8f75714cac323926a)) - (tj-actions[bot])
+
+# [36.0.2](https://github.com/tj-actions/changed-files/compare/v36.0.1...v36.0.2) - (2023-05-25)
+
+## đ Bug Fixes
+
+- Update test to include push event ([#1173](https://github.com/tj-actions/changed-files/issues/1173)) ([abef388](https://github.com/tj-actions/changed-files/commit/abef388dd913ce13a650bbf800eba73961657fb9)) - (Tonye Jack)
+- Fixed bug retrieving older commits ([30e1bb0](https://github.com/tj-actions/changed-files/commit/30e1bb07d4539a5e9247155a4a8ae4753701512f)) - (Tonye Jack)
+- Bug with retrieving submodules ([#1172](https://github.com/tj-actions/changed-files/issues/1172)) ([9fdfe4c](https://github.com/tj-actions/changed-files/commit/9fdfe4cf169f232647fd5c249ce7830ff49b5884)) - (Tonye Jack)
+- Bug with retrieving submodules ([#1171](https://github.com/tj-actions/changed-files/issues/1171)) ([024242f](https://github.com/tj-actions/changed-files/commit/024242fc7704a7e7438d0b1ede57a327ac295651)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36.0.1 ([#1170](https://github.com/tj-actions/changed-files/issues/1170))
+
+Co-authored-by: jackton1 ([ecdfb9c](https://github.com/tj-actions/changed-files/commit/ecdfb9c92ec488ada79fc25bd827c8f557fe9773)) - (tj-actions[bot])
+
+# [36.0.1](https://github.com/tj-actions/changed-files/compare/v36.0.0...v36.0.1) - (2023-05-25)
+
+## đ Bug Fixes
+
+- Bug with retrieving submodules ([#1169](https://github.com/tj-actions/changed-files/issues/1169)) ([1c2673b](https://github.com/tj-actions/changed-files/commit/1c2673b763ea086acd660dd4257c9be06eb77667)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v36 ([#1168](https://github.com/tj-actions/changed-files/issues/1168))
+
+Co-authored-by: jackton1 ([4e23a96](https://github.com/tj-actions/changed-files/commit/4e23a965c8abd6dfe7edc6d9f5523ebde932507d)) - (tj-actions[bot])
+
+# [36.0.0](https://github.com/tj-actions/changed-files/compare/v35.9.2...v36.0.0) - (2023-05-25)
+
+## đ Features
+
+- Update action to nodejs ([#1159](https://github.com/tj-actions/changed-files/issues/1159)) ([413fd78](https://github.com/tj-actions/changed-files/commit/413fd78918c15296b1518feffd64be07d16118b9)) - (tj-actions[bot])
+
+## đ Update
+
+- Updated README.md ([#1166](https://github.com/tj-actions/changed-files/issues/1166))
+
+Co-authored-by: jackton1 ([53c377a](https://github.com/tj-actions/changed-files/commit/53c377a374b445ec2a61e343068807bf41f2c9a6)) - (tj-actions[bot])
+- Update action.yml ([9d2dd83](https://github.com/tj-actions/changed-files/commit/9d2dd83a0150d52eca7815d48dd8a24d7da4a5d8)) - (Tonye Jack)
+- Update sync-release-version.yml ([fd208a9](https://github.com/tj-actions/changed-files/commit/fd208a9313303759fc804627ea0f81567c9f5a3c)) - (Tonye Jack)
+- Updated README.md ([#1160](https://github.com/tj-actions/changed-files/issues/1160))
+
+Co-authored-by: tj-actions-bot ([088aefc](https://github.com/tj-actions/changed-files/commit/088aefc16aa6eadd995f8ff7e2aacd7c38962e87)) - (tj-actions[bot])
+- Update README.md ([be61785](https://github.com/tj-actions/changed-files/commit/be6178560929da94757e6d179b1126bae707a767)) - (tj-actions[bot])
+- Updated README.md ([#1125](https://github.com/tj-actions/changed-files/issues/1125))
+
+Co-authored-by: repo-ranger[bot] ([32778a6](https://github.com/tj-actions/changed-files/commit/32778a6046aabb1594e8adf611fbd2280fb1ded1)) - (Tonye Jack)
+- Update README.md ([96d3f73](https://github.com/tj-actions/changed-files/commit/96d3f739bc23e640f2fa127fbd98b8d7ebfe3bc9)) - (Tonye Jack)
+- Update README.md ([8f25d07](https://github.com/tj-actions/changed-files/commit/8f25d07e2f2b0ed2d694aa0273b972e4c8dc4c30)) - (Tonye Jack)
+- Update README.md ([a16f162](https://github.com/tj-actions/changed-files/commit/a16f162810b666d2dd15924db0b63c70419e3bd3)) - (Tonye Jack)
+- Updated README.md ([#1113](https://github.com/tj-actions/changed-files/issues/1113))
+
+Co-authored-by: repo-ranger[bot] ([4ea8e08](https://github.com/tj-actions/changed-files/commit/4ea8e08f6930db51c667a695f94c99e1d9da9d63)) - (Tonye Jack)
+
+## đ Documentation
+
+- Clarify the intent of `fetch-depth` ([#1119](https://github.com/tj-actions/changed-files/issues/1119)) ([6d0aacb](https://github.com/tj-actions/changed-files/commit/6d0aacb11494bcdb6ce492f3c13e7a482b6b23d8)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update typescript-eslint monorepo to v5.59.7 ([#1162](https://github.com/tj-actions/changed-files/issues/1162)) ([1cf8e0a](https://github.com/tj-actions/changed-files/commit/1cf8e0a6001c1ef22ac17ed4df03277ac8670071)) - (renovate[bot])
+- Delete sec-auto-merge.yml ([#1161](https://github.com/tj-actions/changed-files/issues/1161)) ([11b14ae](https://github.com/tj-actions/changed-files/commit/11b14aea27d9349a3159ffc66b691e44583994bc)) - (tj-actions[bot])
+- **deps:** Update tj-actions/glob action to v17.2.6 (main) ([#1137](https://github.com/tj-actions/changed-files/issues/1137)) ([7bbc71b](https://github.com/tj-actions/changed-files/commit/7bbc71bb94e17757e0061e7b0d8fbec2893afdd6)) - (renovate[bot])
+- **deps:** Update tj-actions/branch-names action to v7 (main) ([#1132](https://github.com/tj-actions/changed-files/issues/1132)) ([f569b77](https://github.com/tj-actions/changed-files/commit/f569b77fb1d9ad9f1a125757d7e9e07b1f320199)) - (renovate[bot])
+- Remove extra spaces ([#1131](https://github.com/tj-actions/changed-files/issues/1131)) ([c22c36b](https://github.com/tj-actions/changed-files/commit/c22c36bf000848fcd7e70bf3856005c782963715)) - (Tonye Jack)
+- **deps:** Update tj-actions/json2file action to v1.7.2 (main) ([#1128](https://github.com/tj-actions/changed-files/issues/1128)) ([3c03080](https://github.com/tj-actions/changed-files/commit/3c03080dbf8d021ad8453acb51048ff77c4e5923)) - (renovate[bot])
+- **deps:** Update tj-actions/json2file action to v1.7.1 (main) ([#1126](https://github.com/tj-actions/changed-files/issues/1126)) ([4897987](https://github.com/tj-actions/changed-files/commit/48979870c0e56e452728d7043ce7a1c1895ebffb)) - (renovate[bot])
+- **deps:** Update tj-actions/json2file action to v1.6.0 (main) ([#1123](https://github.com/tj-actions/changed-files/issues/1123)) ([8873eb7](https://github.com/tj-actions/changed-files/commit/8873eb78c35420478318bb2376654ad2364912e9)) - (renovate[bot])
+- **deps:** Update tj-actions/json2file action to v1.5.0 (main) ([#1120](https://github.com/tj-actions/changed-files/issues/1120)) ([82d64d3](https://github.com/tj-actions/changed-files/commit/82d64d32b471aca2662f3924ea8d434eac18e6d5)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v5.0.1 (main) ([#1114](https://github.com/tj-actions/changed-files/issues/1114)) ([5fce989](https://github.com/tj-actions/changed-files/commit/5fce9894a2e9217983b4649ec6e43f1bbee951fb)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.9.2 ([#1112](https://github.com/tj-actions/changed-files/issues/1112))
+
+Co-authored-by: jackton1 ([3fb7110](https://github.com/tj-actions/changed-files/commit/3fb71100b17456daf24edac3ef41ef3cda647da9)) - (Tonye Jack)
+
+# [35.9.2](https://github.com/tj-actions/changed-files/compare/v35.9.1...v35.9.2) - (2023-04-28)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/glob action to v17.2.5 (main) ([#1110](https://github.com/tj-actions/changed-files/issues/1110)) ([b2d17f5](https://github.com/tj-actions/changed-files/commit/b2d17f51244a144849c6b37a3a6791b98a51d86f)) - (renovate[bot])
+- **deps:** Update tj-actions/glob action to v17.2.0 (main) ([#1108](https://github.com/tj-actions/changed-files/issues/1108)) ([fede439](https://github.com/tj-actions/changed-files/commit/fede43944fe005a69db8414be82ac3b310036f0c)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.9.1 ([#1107](https://github.com/tj-actions/changed-files/issues/1107))
+
+Co-authored-by: jackton1 ([8f7c87f](https://github.com/tj-actions/changed-files/commit/8f7c87ffdaaf47da7bd2176ff7101ddec70ce211)) - (Tonye Jack)
+
+# [35.9.1](https://github.com/tj-actions/changed-files/compare/v35.9.0...v35.9.1) - (2023-04-28)
+
+## đ Bug Fixes
+
+- Switch to use git diff for retrieving renamed files ([#1106](https://github.com/tj-actions/changed-files/issues/1106)) ([4a0aac0](https://github.com/tj-actions/changed-files/commit/4a0aac0d19aa2838c6741fdf95a5276390418dc2)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.9.0 ([#1098](https://github.com/tj-actions/changed-files/issues/1098))
+
+Co-authored-by: jackton1 ([a611c48](https://github.com/tj-actions/changed-files/commit/a611c4893298c6cc704368e0dff0c8756387ce85)) - (Tonye Jack)
+
+# [35.9.0](https://github.com/tj-actions/changed-files/compare/v35.8.0...v35.9.0) - (2023-04-21)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/glob action to v17.1.0 (main) ([#1096](https://github.com/tj-actions/changed-files/issues/1096)) ([ce810b2](https://github.com/tj-actions/changed-files/commit/ce810b29b28abf274afebdcd8fe47b8fba0f28bd)) - (renovate[bot])
+- **deps:** Update tj-actions/json2file action to v1.4.2 (main) ([#1089](https://github.com/tj-actions/changed-files/issues/1089)) ([4e5d0fa](https://github.com/tj-actions/changed-files/commit/4e5d0fad4dd387245f8e044220ed1db5692bd93c)) - (renovate[bot])
+- Update README.md ([#1087](https://github.com/tj-actions/changed-files/issues/1087)) ([fea1ca3](https://github.com/tj-actions/changed-files/commit/fea1ca3c21cc83e4a607bad1df57753e8ed8761a)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.8.0 ([#1084](https://github.com/tj-actions/changed-files/issues/1084))
+
+Co-authored-by: jackton1 ([df0c101](https://github.com/tj-actions/changed-files/commit/df0c101b3f7842e80c26a3c63b67eeaa2879a464)) - (Tonye Jack)
+
+# [35.8.0](https://github.com/tj-actions/changed-files/compare/v35.7.12...v35.8.0) - (2023-04-12)
+
+## đ Update
+
+- Update renovate.json ([8b07761](https://github.com/tj-actions/changed-files/commit/8b0776165628db27f15abfde8178b65485261e04)) - (Tonye Jack)
+- Update README.md ([e45cb98](https://github.com/tj-actions/changed-files/commit/e45cb985804abcdc570d9a0dd9a4ac44d9e7abb1)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Upgrade tj-actions/glob ([#1082](https://github.com/tj-actions/changed-files/issues/1082)) ([7ecfc67](https://github.com/tj-actions/changed-files/commit/7ecfc6730dff8072d1cc5215a24cc9478f55264d)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.7.12 ([#1078](https://github.com/tj-actions/changed-files/issues/1078))
+
+Co-authored-by: jackton1 ([8738082](https://github.com/tj-actions/changed-files/commit/87380821bfc3e759d6b7408ec94267d48c11bc88)) - (Tonye Jack)
+
+# [35.7.12](https://github.com/tj-actions/changed-files/compare/v35.7.11...v35.7.12) - (2023-04-07)
+
+## đ Bug Fixes
+
+- Error finding merge base ([#1077](https://github.com/tj-actions/changed-files/issues/1077)) ([b109d83](https://github.com/tj-actions/changed-files/commit/b109d83a62e94cf7c522bf6c15cb25c175850b16)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([b109d82](https://github.com/tj-actions/changed-files/commit/b109d82bbfde6cb823cdc004997909c7bea60617)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update peter-evans/create-pull-request action to v5 (main) ([#1075](https://github.com/tj-actions/changed-files/issues/1075)) ([5c78c9f](https://github.com/tj-actions/changed-files/commit/5c78c9fe10b5544a89fd01d2bb4e87469c6170e7)) - (renovate[bot])
+- **deps:** Update tj-actions/json2file action to v1.4.1 (main) ([#1073](https://github.com/tj-actions/changed-files/issues/1073)) ([2f5a1b0](https://github.com/tj-actions/changed-files/commit/2f5a1b0ae264af377f8d0a68406b5ee26292fcc9)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.7.11 ([#1072](https://github.com/tj-actions/changed-files/issues/1072))
+
+Co-authored-by: jackton1 ([0302ff2](https://github.com/tj-actions/changed-files/commit/0302ff21cd4fb0ec0b9db26224ec891d438ecaf2)) - (Tonye Jack)
+
+# [35.7.11](https://github.com/tj-actions/changed-files/compare/v35.7.10...v35.7.11) - (2023-04-04)
+
+## âī¸ Miscellaneous Tasks
+
+- Update sync-release-version.yml ([#1071](https://github.com/tj-actions/changed-files/issues/1071)) ([79adacd](https://github.com/tj-actions/changed-files/commit/79adacd43ea069e57037edc891ea8d33013bc3da)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.7.10 ([#1070](https://github.com/tj-actions/changed-files/issues/1070))
+
+Co-authored-by: jackton1 ([b3ee2eb](https://github.com/tj-actions/changed-files/commit/b3ee2eb875e894b8589df93053c97b8cb36fbdfa)) - (Tonye Jack)
+
+# [35.7.10](https://github.com/tj-actions/changed-files/compare/v35.7.9...v35.7.10) - (2023-04-04)
+
+## âī¸ Miscellaneous Tasks
+
+- Generate changelogs using tj-actions/git-cliff ([#1069](https://github.com/tj-actions/changed-files/issues/1069)) ([6e426e6](https://github.com/tj-actions/changed-files/commit/6e426e6495fa7ea3451f37ce3f1dac2a3f16f62c)) - (Tonye Jack)
+
+# [35.7.9](https://github.com/tj-actions/changed-files/compare/v35.7.8...v35.7.9) - (2023-04-04)
+
+## đ Features
+
+- Improve error handling ([#1068](https://github.com/tj-actions/changed-files/issues/1068)) ([5e2d64b](https://github.com/tj-actions/changed-files/commit/5e2d64b30d51d557c5a29309ecbd5481a236ec77)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#1067](https://github.com/tj-actions/changed-files/issues/1067))
+
+Co-authored-by: jackton1 ([3bac490](https://github.com/tj-actions/changed-files/commit/3bac490b9e35fa29fde40aeee43523e0dd6062f1)) - (Tonye Jack)
+- Update README.md ([#1066](https://github.com/tj-actions/changed-files/issues/1066)) ([3f25338](https://github.com/tj-actions/changed-files/commit/3f253380d0094f32abcc9db28922717935cf292d)) - (Tonye Jack)
+- Updated README.md ([#1065](https://github.com/tj-actions/changed-files/issues/1065))
+
+Co-authored-by: jackton1 ([ed3a233](https://github.com/tj-actions/changed-files/commit/ed3a233c12084f48dd541ec68f1776037df97bc4)) - (Tonye Jack)
+- Update README.md ([#1064](https://github.com/tj-actions/changed-files/issues/1064)) ([5e30988](https://github.com/tj-actions/changed-files/commit/5e30988ccddbb174a7873e29f38bc33ea7d9f5e7)) - (Tonye Jack)
+- Updated README.md ([#1063](https://github.com/tj-actions/changed-files/issues/1063))
+
+Co-authored-by: jackton1 ([eca4cad](https://github.com/tj-actions/changed-files/commit/eca4cad8f98df5bc7ec7555146e3dbf13ce27d63)) - (Tonye Jack)
+- Update README.md ([e085286](https://github.com/tj-actions/changed-files/commit/e085286c32296885decaae8c1fe6145ca3009911)) - (Tonye Jack)
+- Update README.md ([ba19ff4](https://github.com/tj-actions/changed-files/commit/ba19ff432df1c937e3dd560ef09dbc555252ad5b)) - (Tonye Jack)
+- Update README.md ([#1062](https://github.com/tj-actions/changed-files/issues/1062)) ([469d60a](https://github.com/tj-actions/changed-files/commit/469d60a2c7ab8ac64ce0bf4483ec47ab306a0bdf)) - (Tonye Jack)
+- Update README.md ([123f9a4](https://github.com/tj-actions/changed-files/commit/123f9a4d0d8aa3bdb532030c4b53ef85d225fb44)) - (Tonye Jack)
+- Updated README.md ([#1057](https://github.com/tj-actions/changed-files/issues/1057))
+
+Co-authored-by: repo-ranger[bot] ([b77f2d8](https://github.com/tj-actions/changed-files/commit/b77f2d8f69ae2785f0dc32fe7aa6c66cec1253a1)) - (Tonye Jack)
+- Update README.md ([#1056](https://github.com/tj-actions/changed-files/issues/1056)) ([51fd453](https://github.com/tj-actions/changed-files/commit/51fd453fbc9ff9d2bcf2219d04a3f70cba6a211e)) - (Tonye Jack)
+- Updated README.md ([#1055](https://github.com/tj-actions/changed-files/issues/1055))
+
+Co-authored-by: jackton1 ([b5633a5](https://github.com/tj-actions/changed-files/commit/b5633a53cb35373534d3eca0aaf81cc8b93f9cc6)) - (Tonye Jack)
+- Update README.md ([355089d](https://github.com/tj-actions/changed-files/commit/355089dca84f773a89374669300600d1f5b89730)) - (Tonye Jack)
+
+## đ Documentation
+
+- Add albertoperdomo2 as a contributor for doc ([#1061](https://github.com/tj-actions/changed-files/issues/1061)) ([86476f2](https://github.com/tj-actions/changed-files/commit/86476f23a686390b6aab63bbf59a08ab16f00537)) - (allcontributors[bot])
+
+## đ Other
+
+- Correct version in examples. ([#1060](https://github.com/tj-actions/changed-files/issues/1060)) ([72539be](https://github.com/tj-actions/changed-files/commit/72539bec37449d05eebc44599e1471ee0cd8b628)) - (Alberto Perdomo)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.7.8 ([#1054](https://github.com/tj-actions/changed-files/issues/1054))
+
+Co-authored-by: jackton1 ([6cda158](https://github.com/tj-actions/changed-files/commit/6cda158eaaad2c960e68728dc05c726a361a70ce)) - (Tonye Jack)
+- Upgraded to V35 ([#1053](https://github.com/tj-actions/changed-files/issues/1053))
+
+Co-authored-by: jackton1 ([08cde2a](https://github.com/tj-actions/changed-files/commit/08cde2a4688db7c43f3711a05586c07a78d78fdb)) - (Tonye Jack)
+
+# [35.7.8](https://github.com/tj-actions/changed-files/compare/v35.7.7...v35.7.8) - (2023-03-28)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/glob action to v16.14 (main) ([#1051](https://github.com/tj-actions/changed-files/issues/1051)) ([e9b5807](https://github.com/tj-actions/changed-files/commit/e9b5807e928fc8eea705c90da5524fd44b183ba1)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.7.7 ([#1050](https://github.com/tj-actions/changed-files/issues/1050))
+
+Co-authored-by: jackton1 ([d372d09](https://github.com/tj-actions/changed-files/commit/d372d0971f8e0be2748ea230db309f9d9dc9a07c)) - (Tonye Jack)
+
+# [35.7.7](https://github.com/tj-actions/changed-files/compare/v35.7.6...v35.7.7) - (2023-03-28)
+
+## đ Update
+
+- Update README.md ([1e674fc](https://github.com/tj-actions/changed-files/commit/1e674fcfac6de0deae23174926f405caf64416bc)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/glob action to v16.13 (main) ([#1048](https://github.com/tj-actions/changed-files/issues/1048)) ([db5dd7c](https://github.com/tj-actions/changed-files/commit/db5dd7c176cf59a19ef6561bf1936f059dee4b74)) - (renovate[bot])
+- Update README.md ([#1047](https://github.com/tj-actions/changed-files/issues/1047)) ([c3e1f46](https://github.com/tj-actions/changed-files/commit/c3e1f46ee4727d531c1d35e9f6f88a0a2a0defa7)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.7.6 ([#1045](https://github.com/tj-actions/changed-files/issues/1045))
+
+Co-authored-by: jackton1 ([be8e4c8](https://github.com/tj-actions/changed-files/commit/be8e4c86e6b328b24d2e06c848fa1f03df263cd7)) - (Tonye Jack)
+- Upgraded to v35.7.4 ([#1044](https://github.com/tj-actions/changed-files/issues/1044))
+
+Co-authored-by: jackton1 ([bff90b7](https://github.com/tj-actions/changed-files/commit/bff90b7e3b3bb408e757fb201ca87001a69805c0)) - (Tonye Jack)
+- Upgraded to v35.7.3 ([#1043](https://github.com/tj-actions/changed-files/issues/1043))
+
+Co-authored-by: jackton1 ([a95a008](https://github.com/tj-actions/changed-files/commit/a95a008d1887371e48b3590bea2438b88e56dd17)) - (Tonye Jack)
+
+# [35.7.6](https://github.com/tj-actions/changed-files/compare/v35.7.5...v35.7.6) - (2023-03-22)
+
+## đ Update
+
+- Update sync-release-version.yml ([07f86bc](https://github.com/tj-actions/changed-files/commit/07f86bcdc42639264ec561c7f175fea5f532b6ce)) - (Tonye Jack)
+
+# [35.7.5](https://github.com/tj-actions/changed-files/compare/v35.7.4...v35.7.5) - (2023-03-22)
+
+## đ Update
+
+- Update sync-release-version.yml ([3a3ec49](https://github.com/tj-actions/changed-files/commit/3a3ec498d8976e74f5dd829c413c1d446e738df7)) - (Tonye Jack)
+
+# [35.7.4](https://github.com/tj-actions/changed-files/compare/v35.7.3...v35.7.4) - (2023-03-22)
+
+## đ Update
+
+- Update sync-release-version.yml ([ee13744](https://github.com/tj-actions/changed-files/commit/ee137444f0b3b0855cb2fc7df807416ba2c3d311)) - (Tonye Jack)
+
+# [35.7.3](https://github.com/tj-actions/changed-files/compare/v35.7.2...v35.7.3) - (2023-03-22)
+
+## đ Bug Fixes
+
+- Bug with returning old and new rename files ([#1040](https://github.com/tj-actions/changed-files/issues/1040)) ([c39d6d3](https://github.com/tj-actions/changed-files/commit/c39d6d3f1427ce1bda12988d3894a3be2ecc48f7)) - (Tonye Jack)
+
+## đ Update
+
+- Update sec-auto-merge.yml ([ac63181](https://github.com/tj-actions/changed-files/commit/ac6318196fa38a1ebc931f10ddc71de8bb1e813a)) - (Tonye Jack)
+- Update README.md ([8d86a18](https://github.com/tj-actions/changed-files/commit/8d86a18fbcfe11f5714c4c86582d0e1968dc66b3)) - (Tonye Jack)
+- Update renovate.json ([f973319](https://github.com/tj-actions/changed-files/commit/f9733198392a52b4b484265e00557d104efd7f8d)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Add create sec tag job ([#1042](https://github.com/tj-actions/changed-files/issues/1042)) ([cda2902](https://github.com/tj-actions/changed-files/commit/cda290230383045a8887a250c2abf796bf1dc6da)) - (Tonye Jack)
+- Update sec-auto-merge.yml ([#1041](https://github.com/tj-actions/changed-files/issues/1041)) ([986ad9c](https://github.com/tj-actions/changed-files/commit/986ad9c20cb5fd3ef0e2b421ec7d83ad1ea08f28)) - (Tonye Jack)
+- **deps:** Update tj-actions/json2file action to v1.4.0 (main) ([#1038](https://github.com/tj-actions/changed-files/issues/1038)) ([71cf20e](https://github.com/tj-actions/changed-files/commit/71cf20e50dc4eb2954ad5c1cb55eee8e69040b57)) - (renovate[bot])
+- Add sec auto merge action ([#1037](https://github.com/tj-actions/changed-files/issues/1037)) ([3d6f7aa](https://github.com/tj-actions/changed-files/commit/3d6f7aa7fe2ad4408f7790d5470019de9b029c25)) - (Tonye Jack)
+- **deps:** Update tj-actions/verify-changed-files action to v14 (main) ([#1034](https://github.com/tj-actions/changed-files/issues/1034)) ([0bf905f](https://github.com/tj-actions/changed-files/commit/0bf905f9c5f19a3ad83858d3f510855ad935b3e1)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.7.2 ([#1033](https://github.com/tj-actions/changed-files/issues/1033))
+
+Co-authored-by: jackton1 ([edebe24](https://github.com/tj-actions/changed-files/commit/edebe24d1f4b41c7d36db3e0d48e900569d5a6cc)) - (Tonye Jack)
+
+# [35.7.2](https://github.com/tj-actions/changed-files/compare/v35.7.1...v35.7.2) - (2023-03-17)
+
+## đĻ Bumps
+
+- Bump tj-actions/glob from 16.11 to 16.12 ([#1032](https://github.com/tj-actions/changed-files/issues/1032))
+
+Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([9328bab](https://github.com/tj-actions/changed-files/commit/9328bab880abf4acc377d77718d28c6ac167f154)) - (dependabot[bot])
+
+## đ Update
+
+- Update README.md ([8c92f21](https://github.com/tj-actions/changed-files/commit/8c92f21e68d6481834946939e099339f2bf95aa1)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update README.md ([#1031](https://github.com/tj-actions/changed-files/issues/1031)) ([ad99acc](https://github.com/tj-actions/changed-files/commit/ad99acc982294cfa13ca9564abfd1f3faf05a50f)) - (Tonye Jack)
+- **deps:** Update peter-evans/create-pull-request action to v4.2.4 ([#1028](https://github.com/tj-actions/changed-files/issues/1028)) ([4bcd0bb](https://github.com/tj-actions/changed-files/commit/4bcd0bbcf8622675c5c5b2d4183f0c0ffb75a28d)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.7.1 ([#1027](https://github.com/tj-actions/changed-files/issues/1027))
+
+Co-authored-by: jackton1 ([6b1da8f](https://github.com/tj-actions/changed-files/commit/6b1da8ffbd4b4322392509155e438dbefe620220)) - (Tonye Jack)
+
+# [35.7.1](https://github.com/tj-actions/changed-files/compare/v35.7.0-sec...v35.7.1) - (2023-03-14)
+
+## đ Bug Fixes
+
+- Switch to git tag as opposed to full sha ([#1024](https://github.com/tj-actions/changed-files/issues/1024)) ([32a737e](https://github.com/tj-actions/changed-files/commit/32a737ef81200e29d72469e1c36c6e968fa20c94)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([4e680e1](https://github.com/tj-actions/changed-files/commit/4e680e146a8e1b530a912f0a1fdc2f0ace7d1bb7)) - (Tonye Jack)
+- Updated README.md ([#1026](https://github.com/tj-actions/changed-files/issues/1026))
+
+Co-authored-by: jackton1
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([c8fb92c](https://github.com/tj-actions/changed-files/commit/c8fb92cb80e7c56b1364ad8df6e067e958321d6b)) - (Tonye Jack)
+- Update README.md ([03d80c5](https://github.com/tj-actions/changed-files/commit/03d80c561a2bee6e02213304d7ff1b73975f6e8d)) - (Tonye Jack)
+- Updated README.md ([#1025](https://github.com/tj-actions/changed-files/issues/1025))
+
+Co-authored-by: jackton1 ([d5cbe00](https://github.com/tj-actions/changed-files/commit/d5cbe0076a69cbfb040abccda4471bdeb6fdb68f)) - (Tonye Jack)
+- Update README.md ([e3cd180](https://github.com/tj-actions/changed-files/commit/e3cd18048c707a128a4660d8e7963a94108ec617)) - (Tonye Jack)
+
+# [35.7.0-sec](https://github.com/tj-actions/changed-files/compare/v35.7.0...v35.7.0-sec) - (2023-03-13)
+
+## âī¸ Miscellaneous Tasks
+
+- **docs:** Added example for saving the outputs to a file ([#1021](https://github.com/tj-actions/changed-files/issues/1021)) ([172ae47](https://github.com/tj-actions/changed-files/commit/172ae4733828a695fd9480ac8bf501e401e4d6b7)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.7.0 ([#1022](https://github.com/tj-actions/changed-files/issues/1022))
+
+Co-authored-by: jackton1 ([1d1543a](https://github.com/tj-actions/changed-files/commit/1d1543af8cef13eb42c756e9425e2cc50e8030b0)) - (Tonye Jack)
+
+# [35.7.0](https://github.com/tj-actions/changed-files/compare/v35.6.4...v35.7.0) - (2023-03-13)
+
+## đ Update
+
+- Update README.md ([93b782b](https://github.com/tj-actions/changed-files/commit/93b782be1f24e5fd45acb77028b82845e518558c)) - (Tonye Jack)
+
+## đ Pin
+
+- Glob and json2file actions to the latest full length sha ([#1020](https://github.com/tj-actions/changed-files/issues/1020)) ([bd376fb](https://github.com/tj-actions/changed-files/commit/bd376fbcfae914347656e4c70801e2a3fafed05b)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/release-tagger action to v3 ([#1018](https://github.com/tj-actions/changed-files/issues/1018)) ([10b3f59](https://github.com/tj-actions/changed-files/commit/10b3f59625c2970aae828f9447856fbadfa4adcb)) - (renovate[bot])
+- **deps:** Update tj-actions/github-changelog-generator action to v1.18 ([#1017](https://github.com/tj-actions/changed-files/issues/1017)) ([53acb30](https://github.com/tj-actions/changed-files/commit/53acb3010e78db3d3b97b626d59498bc2cf9eef4)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.6.4 ([#1016](https://github.com/tj-actions/changed-files/issues/1016))
+
+Co-authored-by: jackton1 ([3032ed1](https://github.com/tj-actions/changed-files/commit/3032ed12385efa3ba02db737b66f90dcd2d28f64)) - (Tonye Jack)
+
+# [35.6.4](https://github.com/tj-actions/changed-files/compare/v35.6.3...v35.6.4) - (2023-03-10)
+
+## đ Bug Fixes
+
+- Error fetching history for PR branches ([#1015](https://github.com/tj-actions/changed-files/issues/1015)) ([84ed30e](https://github.com/tj-actions/changed-files/commit/84ed30e2f4daf616144de7e0c1db59d5b33025e3)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/auto-doc action to v2 ([#1011](https://github.com/tj-actions/changed-files/issues/1011)) ([1837ef5](https://github.com/tj-actions/changed-files/commit/1837ef5578005d8d08e231b31a928b2c5b686cf3)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.6.3 ([#1012](https://github.com/tj-actions/changed-files/issues/1012))
+
+Co-authored-by: jackton1 ([6961203](https://github.com/tj-actions/changed-files/commit/6961203862aedf0ac17dd8554799a7fe1a63b2d9)) - (Tonye Jack)
+
+# [35.6.3](https://github.com/tj-actions/changed-files/compare/v35.6.2...v35.6.3) - (2023-03-09)
+
+## âī¸ Miscellaneous Tasks
+
+- Simplify fetch ([#1009](https://github.com/tj-actions/changed-files/issues/1009)) ([74b06ca](https://github.com/tj-actions/changed-files/commit/74b06cafc9658d2a91cc5ceb920fd6b5a5649051)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.6.2 ([#1008](https://github.com/tj-actions/changed-files/issues/1008))
+
+Co-authored-by: jackton1 ([74b3be4](https://github.com/tj-actions/changed-files/commit/74b3be4bf5d509477460b53ad3d63a61a67cc778)) - (Tonye Jack)
+
+# [35.6.2](https://github.com/tj-actions/changed-files/compare/v35.6.1...v35.6.2) - (2023-03-09)
+
+## đ Bug Fixes
+
+- Fetching history for pr made from a fork with checkout set to the target repository ([#1007](https://github.com/tj-actions/changed-files/issues/1007)) ([5ce975c](https://github.com/tj-actions/changed-files/commit/5ce975c6021a0b11062c547acb6c26c96a34a8c5)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([89c8821](https://github.com/tj-actions/changed-files/commit/89c88219497ddea4889fb6d16972039a37e3aaa3)) - (Tonye Jack)
+- Update README.md ([bd5870c](https://github.com/tj-actions/changed-files/commit/bd5870c212dcdfe67c98ec3aa53cf4776c413cf6)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update codacy/codacy-analysis-cli-action action to v4.3.0 ([#1005](https://github.com/tj-actions/changed-files/issues/1005)) ([570b202](https://github.com/tj-actions/changed-files/commit/570b202ee20f042752d3896c0fb897cb1cbeaf29)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.6.1 ([#1004](https://github.com/tj-actions/changed-files/issues/1004))
+
+Co-authored-by: jackton1 ([7a453ff](https://github.com/tj-actions/changed-files/commit/7a453ffa2eb31a7e84f3281f88ef6d774c4d807d)) - (Tonye Jack)
+
+# [35.6.1](https://github.com/tj-actions/changed-files/compare/v35.6.0...v35.6.1) - (2023-02-28)
+
+## đ Features
+
+- Pull submodule history for pull request events ([#1003](https://github.com/tj-actions/changed-files/issues/1003)) ([04124ef](https://github.com/tj-actions/changed-files/commit/04124efe7560d15e11ea2ba96c0df2989f68f1f4)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.6.0 ([#1002](https://github.com/tj-actions/changed-files/issues/1002))
+
+Co-authored-by: jackton1 ([6f22f2f](https://github.com/tj-actions/changed-files/commit/6f22f2f9ba80b76646be635f082506475e1547f0)) - (Tonye Jack)
+
+# [35.6.0](https://github.com/tj-actions/changed-files/compare/v35.5.6...v35.6.0) - (2023-02-26)
+
+## đ Features
+
+- Add support for listing deleted submodules. ([#1001](https://github.com/tj-actions/changed-files/issues/1001)) ([3ee6abf](https://github.com/tj-actions/changed-files/commit/3ee6abf6107ccc2d8ee538de7ff6b1fb644f5d60)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Readme typo ([#1000](https://github.com/tj-actions/changed-files/issues/1000)) ([e26c036](https://github.com/tj-actions/changed-files/commit/e26c03691d078271cf8ba013fad51b8986b6f6ca)) - (Ben Hammond)
+
+## đ Update
+
+- Update README.md ([fa4776d](https://github.com/tj-actions/changed-files/commit/fa4776dd71f7502c71ac15794e30eb6add52d21e)) - (Tonye Jack)
+- Update README.md ([379de71](https://github.com/tj-actions/changed-files/commit/379de7170f509175eb3a32a0c493644c723ff600)) - (Tonye Jack)
+- Update README.md ([23ffa77](https://github.com/tj-actions/changed-files/commit/23ffa77dee45ea091a36958bfddf17de1d450f12)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.5.6 ([#997](https://github.com/tj-actions/changed-files/issues/997))
+
+Co-authored-by: jackton1 ([fdbd13b](https://github.com/tj-actions/changed-files/commit/fdbd13bcad39f92b5876c3a69aeb360c21f8ab40)) - (Tonye Jack)
+
+# [35.5.6](https://github.com/tj-actions/changed-files/compare/v35.5.5...v35.5.6) - (2023-02-20)
+
+## đ Bug Fixes
+
+- Error fetch remote ref when using fetch depth of 1 ([#996](https://github.com/tj-actions/changed-files/issues/996)) ([23e3c43](https://github.com/tj-actions/changed-files/commit/23e3c4300cb904a9d9c36fc2df4111a2fa9b9ff1)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update pascalgn/automerge-action action to v0.15.6 ([#994](https://github.com/tj-actions/changed-files/issues/994)) ([063e674](https://github.com/tj-actions/changed-files/commit/063e6747260bced83b05cd26e9ac51f87c099915)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.5.5 ([#991](https://github.com/tj-actions/changed-files/issues/991))
+
+Co-authored-by: jackton1 ([62102d8](https://github.com/tj-actions/changed-files/commit/62102d8eaab855c3b1f8ebd7e6b18237b4af6324)) - (Tonye Jack)
+
+# [35.5.5](https://github.com/tj-actions/changed-files/compare/v35.5.4...v35.5.5) - (2023-02-16)
+
+## đ Bug Fixes
+
+- Bug with fetching history ([#989](https://github.com/tj-actions/changed-files/issues/989)) ([ca6650c](https://github.com/tj-actions/changed-files/commit/ca6650c514b2481eb55f93d106455a6be665c1e0)) - (Tonye Jack)
+
+## đ Update
+
+- Update diff-sha.sh ([5a331a4](https://github.com/tj-actions/changed-files/commit/5a331a4999f9f21a3ef2a6459edee90393a8b92a)) - (Tonye Jack)
+- Update README.md ([89cf313](https://github.com/tj-actions/changed-files/commit/89cf3136992715ce4b45db4342ec4224551a01e7)) - (Tonye Jack)
+- Update README.md ([e0e0326](https://github.com/tj-actions/changed-files/commit/e0e0326cc5ab9471d42d57ea93582502261cfe46)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.5.4 ([#986](https://github.com/tj-actions/changed-files/issues/986))
+
+Co-authored-by: jackton1 ([bda7fb2](https://github.com/tj-actions/changed-files/commit/bda7fb235309f951b202322ce325ab16bdb89c59)) - (Tonye Jack)
+
+# [35.5.4](https://github.com/tj-actions/changed-files/compare/v35.5.3...v35.5.4) - (2023-02-16)
+
+## đ Bug Fixes
+
+- Fixed the test ([6498ab1](https://github.com/tj-actions/changed-files/commit/6498ab1ae4bc23e7f4180b91b8f979255453837f)) - (Tonye Jack)
+- Fixed the test ([8aea4cf](https://github.com/tj-actions/changed-files/commit/8aea4cfc1977e0d000bd8bc4557f58f4b4984c82)) - (Tonye Jack)
+- Fixed the test ([55362b9](https://github.com/tj-actions/changed-files/commit/55362b9d1bd8f58f528fd689d8da6f11fb468f91)) - (Tonye Jack)
+- Fixed the test ([e47c489](https://github.com/tj-actions/changed-files/commit/e47c489b1541eac6c771195d1ab8158b2333cbba)) - (Tonye Jack)
+- Fixed the test ([5e3c67a](https://github.com/tj-actions/changed-files/commit/5e3c67ab60be788d984d9ca2fed0092e1a953750)) - (Tonye Jack)
+- Fixed the test ([0e4863b](https://github.com/tj-actions/changed-files/commit/0e4863b3a26f4ebd88b64912c8e6e9eec413a8b9)) - (Tonye Jack)
+- Fixed the test ([10999da](https://github.com/tj-actions/changed-files/commit/10999da6dc0311a93efbb48c441d36b96a9dc4cb)) - (Tonye Jack)
+- Fixed the test ([07dba6b](https://github.com/tj-actions/changed-files/commit/07dba6b85d18482fb68d20c4b936467b0b17baad)) - (Tonye Jack)
+- Fixed the test ([ab710fb](https://github.com/tj-actions/changed-files/commit/ab710fb168fc55bfac95911978c4784bf01f3575)) - (Tonye Jack)
+- Bug getting diff for submodules and fetching more history ([#980](https://github.com/tj-actions/changed-files/issues/980)) ([b477871](https://github.com/tj-actions/changed-files/commit/b477871310c9f033a02d7d31d29dd1a141ce7a6c)) - (Tonye Jack)
+
+## â Remove
+
+- Remove debugging ([598d245](https://github.com/tj-actions/changed-files/commit/598d24527e92cb715014312fd5ca18e72996cd15)) - (Tonye Jack)
+- Remove debugging ([ab5069c](https://github.com/tj-actions/changed-files/commit/ab5069cbb13cd1967dee73c9d11ac7c1399b2663)) - (Tonye Jack)
+
+## đ Update
+
+- Updated the fetch args ([3253948](https://github.com/tj-actions/changed-files/commit/3253948ff2f66427c571d83495f8442b9dfccd10)) - (Tonye Jack)
+- Updated the test ([123da80](https://github.com/tj-actions/changed-files/commit/123da803957da82d321f696d85eec6286fa8a70e)) - (Tonye Jack)
+- Update to include submodules. ([5982c92](https://github.com/tj-actions/changed-files/commit/5982c926769189682df26961e3cc8e5b2aa0f82c)) - (Tonye Jack)
+- Update error message ([4d6ed24](https://github.com/tj-actions/changed-files/commit/4d6ed243ffe01796072af2c158c253c278f08cdd)) - (Tonye Jack)
+- Update error message ([adb9fa8](https://github.com/tj-actions/changed-files/commit/adb9fa830de45fadc1044819b684cfe36a1d90fc)) - (Tonye Jack)
+- Update error message ([73246a4](https://github.com/tj-actions/changed-files/commit/73246a42b08dcaa22631ddbd794ad7adefc11e77)) - (Tonye Jack)
+- Update error message ([65a49b9](https://github.com/tj-actions/changed-files/commit/65a49b917fba517f7bf1484045ef15abdee868d6)) - (Tonye Jack)
+- Updated get_diff ([5e8b123](https://github.com/tj-actions/changed-files/commit/5e8b123b3d8e3945ee345e183cbfe1dcf2c5b3da)) - (Tonye Jack)
+- Update get-changed-paths.sh ([6164e1c](https://github.com/tj-actions/changed-files/commit/6164e1cd7fdc6c8a5a406de58b24eda22444e4ea)) - (Tonye Jack)
+- Update get-changed-paths.sh ([4dc0f1f](https://github.com/tj-actions/changed-files/commit/4dc0f1f9049fda16689fda0375afcc1c0eea241f)) - (Tonye Jack)
+- Update get-changed-paths.sh ([f0fc230](https://github.com/tj-actions/changed-files/commit/f0fc230482b82d4049c4ba52c6aa1ef0cf22ea6a)) - (Tonye Jack)
+- Updated the test ([a4b2b85](https://github.com/tj-actions/changed-files/commit/a4b2b85206a18f8aeac071e36a9fa8ed98e5b99a)) - (Tonye Jack)
+- Update README.md ([8efe373](https://github.com/tj-actions/changed-files/commit/8efe3735309bfb91a21adb81a9316114830dd121)) - (Tonye Jack)
+- Updated README.md ([#984](https://github.com/tj-actions/changed-files/issues/984))
+
+Co-authored-by: jackton1 ([a2ffc56](https://github.com/tj-actions/changed-files/commit/a2ffc563653bef9378973a503ebc9ac6087cad98)) - (Tonye Jack)
+- Update README.md ([fe5db36](https://github.com/tj-actions/changed-files/commit/fe5db36271fb000e3d091a5c22e5c467c1c4d5e9)) - (Tonye Jack)
+
+## đ Other
+
+- Merge branch 'chore/update-submodule' ([7433886](https://github.com/tj-actions/changed-files/commit/74338865c1e73fee674ce5cfc5d28f4b9caa33bc)) - (Tonye Jack)
+- Merge branch 'main' into chore/update-submodule ([cec01b8](https://github.com/tj-actions/changed-files/commit/cec01b8d1dd5c50b3639a7f3364f58ff68ca8528)) - (repo-ranger[bot])
+- Merge branch 'main' into chore/update-submodule ([eebd3f0](https://github.com/tj-actions/changed-files/commit/eebd3f0a07ab5ef208acc8ab099de2a4bb1dfe65)) - (repo-ranger[bot])
+- Merge branch 'main' into chore/update-submodule ([58afb05](https://github.com/tj-actions/changed-files/commit/58afb05fef96ee1a46a5d220cd2a3a02483c8c16)) - (repo-ranger[bot])
+- Merge branch 'main' into chore/update-submodule ([b4d152a](https://github.com/tj-actions/changed-files/commit/b4d152a6a53f05847bdd87a19ce27ba8aee87996)) - (Tonye Jack)
+- Enable debugging. ([68f10de](https://github.com/tj-actions/changed-files/commit/68f10de3ead55c05465e5cdc8c0452c8d5d4afba)) - (Tonye Jack)
+- Enable debugging. ([608b7f8](https://github.com/tj-actions/changed-files/commit/608b7f81dec8b4260a1d40179086c9d033542829)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update submodule ([adde7bb](https://github.com/tj-actions/changed-files/commit/adde7bbfea8fcba97d0f3d97ad57187a9f16dbbc)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.5.3 ([#982](https://github.com/tj-actions/changed-files/issues/982))
+
+Co-authored-by: jackton1 ([cb2d527](https://github.com/tj-actions/changed-files/commit/cb2d52765053a011467d780a01f14ef4edb35235)) - (Tonye Jack)
+
+# [35.5.3](https://github.com/tj-actions/changed-files/compare/v35.5.2...v35.5.3) - (2023-02-14)
+
+## đ Bug Fixes
+
+- Bug with pr from forks with similar branch names ([#981](https://github.com/tj-actions/changed-files/issues/981)) ([d5414fd](https://github.com/tj-actions/changed-files/commit/d5414fd30b0b7618c815fe7ebe5673720e081937)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([85bd869](https://github.com/tj-actions/changed-files/commit/85bd8694a9542eb133d15ef7598998ea1c2a312e)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.5.2 ([#977](https://github.com/tj-actions/changed-files/issues/977))
+
+Co-authored-by: jackton1 ([4dce884](https://github.com/tj-actions/changed-files/commit/4dce8843f856a1fce063d10fbe8e8dd85f91f9ba)) - (Tonye Jack)
+
+# [35.5.2](https://github.com/tj-actions/changed-files/compare/v35.5.1...v35.5.2) - (2023-02-09)
+
+## âī¸ Miscellaneous Tasks
+
+- Update use of tilde to use caret instead ([#975](https://github.com/tj-actions/changed-files/issues/975)) ([7f2aa19](https://github.com/tj-actions/changed-files/commit/7f2aa19bdcf4a00195671e368091a1e32a694ac5)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.5.1 ([#974](https://github.com/tj-actions/changed-files/issues/974))
+
+Co-authored-by: jackton1 ([4ffc815](https://github.com/tj-actions/changed-files/commit/4ffc815953cb5c1dbbdaa5d369da7440c2d77669)) - (Tonye Jack)
+
+# [35.5.1](https://github.com/tj-actions/changed-files/compare/v35.5.0...v35.5.1) - (2023-02-07)
+
+## đ Bug Fixes
+
+- Including non branch changes in diff output ([#973](https://github.com/tj-actions/changed-files/issues/973)) ([210cc83](https://github.com/tj-actions/changed-files/commit/210cc839c24f532fe4fbf510b7b3314ca9a2b90b)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([2c684ae](https://github.com/tj-actions/changed-files/commit/2c684aedfaba6921280a96ad767da5548e6c9316)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update readme ([#971](https://github.com/tj-actions/changed-files/issues/971)) ([2703edc](https://github.com/tj-actions/changed-files/commit/2703edcc41233907afb9be13b61bea094748b746)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.5.0 ([#969](https://github.com/tj-actions/changed-files/issues/969))
+
+Co-authored-by: jackton1 ([1a3ea1d](https://github.com/tj-actions/changed-files/commit/1a3ea1d3240a68636af870fb623537087c4aaea2)) - (Tonye Jack)
+
+# [35.5.0](https://github.com/tj-actions/changed-files/compare/v35.4.4...v35.5.0) - (2023-02-01)
+
+## đ Features
+
+- Add support for excluding the top level directory ([1982157](https://github.com/tj-actions/changed-files/commit/1982157b6c3cd3dae6ccce31fad0d2aec0784806)) - (Tonye Jack)
+- Add support for excluding the top level directory ([#967](https://github.com/tj-actions/changed-files/issues/967)) ([08f351b](https://github.com/tj-actions/changed-files/commit/08f351ba1617550c70bdca44cc29a166152e2bd4)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#968](https://github.com/tj-actions/changed-files/issues/968))
+
+Co-authored-by: repo-ranger[bot]
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([db3ea27](https://github.com/tj-actions/changed-files/commit/db3ea27a0cf07135175be5efe7aaf84df6e0e6f0)) - (Tonye Jack)
+- Update action.yml ([aae4005](https://github.com/tj-actions/changed-files/commit/aae4005247fc2f8e9bc13a010cc310016e9e9367)) - (Tonye Jack)
+- Update test.yml ([eb97e78](https://github.com/tj-actions/changed-files/commit/eb97e7897109c98c168e0ba36dd42227cb7f0fe4)) - (Tonye Jack)
+- Updated the test ([35d9bb6](https://github.com/tj-actions/changed-files/commit/35d9bb6ce9b56440cdc04f48310d58992b0251a0)) - (Tonye Jack)
+- Updated the test. ([ce8c198](https://github.com/tj-actions/changed-files/commit/ce8c1983473789ea0319acbef16fa58973c124fd)) - (Tonye Jack)
+- Update README.md ([dddfbd6](https://github.com/tj-actions/changed-files/commit/dddfbd694ccfbd8c0b482c6b49f48cf67dea2d0d)) - (Tonye Jack)
+
+## đ Other
+
+- Merge branch 'feat/add-support-for-excluding-the-top-level-directory' ([fc6ac10](https://github.com/tj-actions/changed-files/commit/fc6ac10d4ced6d367be42e5f5b67664a6886dfa0)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update docs ([#964](https://github.com/tj-actions/changed-files/issues/964)) ([41ed98f](https://github.com/tj-actions/changed-files/commit/41ed98fdd58923475053a7ae88af316ae5409823)) - (Tonye Jack)
+- **deps:** Update reviewdog/action-shellcheck action to v1.17 ([#961](https://github.com/tj-actions/changed-files/issues/961)) ([966bc5f](https://github.com/tj-actions/changed-files/commit/966bc5f420a5094791adad9fe3801ce45dda0671)) - (renovate[bot])
+- Code clean up ([#959](https://github.com/tj-actions/changed-files/issues/959)) ([299748b](https://github.com/tj-actions/changed-files/commit/299748b520cf198b4a0920d15de191a42c2aa01c)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.4.4 ([#960](https://github.com/tj-actions/changed-files/issues/960))
+
+Co-authored-by: jackton1 ([ddcadfd](https://github.com/tj-actions/changed-files/commit/ddcadfd11df87d245cfb89a625143a2dcb35a165)) - (Tonye Jack)
+
+# [35.4.4](https://github.com/tj-actions/changed-files/compare/v35.4.3...v35.4.4) - (2023-01-19)
+
+## đ Features
+
+- Add guide for retrieving changed files for tags ([#955](https://github.com/tj-actions/changed-files/issues/955)) ([f487fc6](https://github.com/tj-actions/changed-files/commit/f487fc6c7b06f9a7f2db034e995aa9365bec5df1)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Revert change to pull pr branch via the branch name ([#958](https://github.com/tj-actions/changed-files/issues/958)) ([653adcf](https://github.com/tj-actions/changed-files/commit/653adcf614c1eb5bb08d37bba3b59415b74e5ad4)) - (Tonye Jack)
+
+## đ Update
+
+- Update diff-sha.sh ([57d9664](https://github.com/tj-actions/changed-files/commit/57d9664f8e2aa45f26bcb59095f99aa47ae8e90d)) - (Tonye Jack)
+- Update README.md ([019dd18](https://github.com/tj-actions/changed-files/commit/019dd18a5112c41c22124bd74a186b66b19649c8)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.4.3 ([#954](https://github.com/tj-actions/changed-files/issues/954))
+
+Co-authored-by: jackton1 ([2350677](https://github.com/tj-actions/changed-files/commit/235067705e66825b3088215bf1e47d57aaeb652f)) - (Tonye Jack)
+
+# [35.4.3](https://github.com/tj-actions/changed-files/compare/v35.4.2...v35.4.3) - (2023-01-19)
+
+## đ Bug Fixes
+
+- Handling since last remote commits for the first pr branch commit ([#953](https://github.com/tj-actions/changed-files/issues/953)) ([e7bcef0](https://github.com/tj-actions/changed-files/commit/e7bcef0f0ba8a31ecaa467dcdadea32eec4108d5)) - (Tonye Jack)
+
+## đ Update
+
+- Update diff-sha.sh ([0953088](https://github.com/tj-actions/changed-files/commit/0953088baa540166372190bec608cad1603a787d)) - (Tonye Jack)
+- Update diff-sha.sh ([ddc065b](https://github.com/tj-actions/changed-files/commit/ddc065bac8313db09da91adbd762514a86099dd6)) - (Tonye Jack)
+- Update diff-sha.sh ([82b26d6](https://github.com/tj-actions/changed-files/commit/82b26d6c019f4b23465ec4280a9f364e4a4b69f0)) - (Tonye Jack)
+- Update diff-sha.sh ([c54e638](https://github.com/tj-actions/changed-files/commit/c54e638a31fd10ec9b03ad1c6505c8ea03099852)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.4.2 ([#951](https://github.com/tj-actions/changed-files/issues/951))
+
+Co-authored-by: jackton1 ([6f8a32e](https://github.com/tj-actions/changed-files/commit/6f8a32e3623766369c46680a2794ab7cffff225a)) - (Tonye Jack)
+
+# [35.4.2](https://github.com/tj-actions/changed-files/compare/v35.4.1...v35.4.2) - (2023-01-18)
+
+## đ Bug Fixes
+
+- Handle case of invalid file patterns ([#950](https://github.com/tj-actions/changed-files/issues/950)) ([0562b9f](https://github.com/tj-actions/changed-files/commit/0562b9f865df79542dfcd59cfbd14c9ac9a792d3)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([be51963](https://github.com/tj-actions/changed-files/commit/be519638b04954d387e9ad5947de888b6eb9e244)) - (Tonye Jack)
+- Update README.md ([596fc64](https://github.com/tj-actions/changed-files/commit/596fc641d0de52647061c42cc941973fa62ae6dd)) - (Tonye Jack)
+- Update README.md ([c0c2634](https://github.com/tj-actions/changed-files/commit/c0c2634976e17bce1633f4a15d16e783e4664f61)) - (Tonye Jack)
+- Updated README.md ([#948](https://github.com/tj-actions/changed-files/issues/948))
+
+Co-authored-by: jackton1 ([5ac4c9f](https://github.com/tj-actions/changed-files/commit/5ac4c9fe428c6088dbbb3692349c2e9cae98f685)) - (Tonye Jack)
+- Update README.md ([93ae7c6](https://github.com/tj-actions/changed-files/commit/93ae7c6b6a82436a6908a06cea790636288ccb7c)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.4.1 ([#946](https://github.com/tj-actions/changed-files/issues/946))
+
+Co-authored-by: jackton1 ([ca8881a](https://github.com/tj-actions/changed-files/commit/ca8881ae34b5c14a5d604cc8eac1e791d74a6809)) - (Tonye Jack)
+
+# [35.4.1](https://github.com/tj-actions/changed-files/compare/v35.4.0...v35.4.1) - (2023-01-11)
+
+## đ Bug Fixes
+
+- Bug retrieving diff with custom a base sha ([#945](https://github.com/tj-actions/changed-files/issues/945)) ([487675b](https://github.com/tj-actions/changed-files/commit/487675b843e203b5c9a92a07f1ed763d046d7283)) - (Tonye Jack)
+
+## đ Update
+
+- Update diff-sha.sh ([988322a](https://github.com/tj-actions/changed-files/commit/988322a381f79723c7c3b496a4dcb42cb8e7b44c)) - (Tonye Jack)
+- Updated README.md ([#943](https://github.com/tj-actions/changed-files/issues/943))
+
+Co-authored-by: repo-ranger[bot] ([30649ae](https://github.com/tj-actions/changed-files/commit/30649ae7e04f5bd4c4bd13d46235ae3aa7f275b3)) - (Tonye Jack)
+- Update README.md ([e6a750f](https://github.com/tj-actions/changed-files/commit/e6a750f5072cbc0c7341b9d852e8be91aa3a7b1b)) - (Tonye Jack)
+- Updated .github/workflows/update-readme.yml ([b1a4c25](https://github.com/tj-actions/changed-files/commit/b1a4c25c63a65f1bc022b1999445d5021d85e0f1)) - (Tonye Jack)
+- Updated .github/workflows/update-readme.yml ([15be594](https://github.com/tj-actions/changed-files/commit/15be594e9992ccee21e0c26a5b71423465119906)) - (Tonye Jack)
+- Updated .github/workflows/update-readme.yml ([5af8560](https://github.com/tj-actions/changed-files/commit/5af8560e3bb9b43205f2dde9f7bec5dbb2ab6f51)) - (Tonye Jack)
+- Updated .github/workflows/update-readme.yml ([ef3b39a](https://github.com/tj-actions/changed-files/commit/ef3b39a58e965bd00fde7c9427e227ba2b781209)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Make since_last_remote_commit optional ([#942](https://github.com/tj-actions/changed-files/issues/942)) ([52c733b](https://github.com/tj-actions/changed-files/commit/52c733bd7b44701c58b43d9505352ad2e1dca10b)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.4.0 ([#937](https://github.com/tj-actions/changed-files/issues/937))
+
+Co-authored-by: jackton1 ([a7850c2](https://github.com/tj-actions/changed-files/commit/a7850c2ddb71b1cee7374b7f0abb88818f66f07a)) - (Tonye Jack)
+
+# [35.4.0](https://github.com/tj-actions/changed-files/compare/v35.3.2...v35.4.0) - (2023-01-05)
+
+## đ Features
+
+- Skip fetching remote refs for non shallow clones ([#934](https://github.com/tj-actions/changed-files/issues/934)) ([ebf889a](https://github.com/tj-actions/changed-files/commit/ebf889a3b11066cb57e468bcee70d743b743a64c)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Error overriding the base sha ([#933](https://github.com/tj-actions/changed-files/issues/933)) ([dc4c7d5](https://github.com/tj-actions/changed-files/commit/dc4c7d50aa23025ad11d552cc30e9eca38cdac3d)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([4f9f822](https://github.com/tj-actions/changed-files/commit/4f9f822a4a171117ea474039dd1fb45d6c14eddb)) - (Tonye Jack)
+- Update README.md ([e5ceb2c](https://github.com/tj-actions/changed-files/commit/e5ceb2cea246a225e6a4e859d8c89cf96941e669)) - (Tonye Jack)
+- Updated README.md ([#935](https://github.com/tj-actions/changed-files/issues/935))
+
+Co-authored-by: jackton1 ([45c8d9c](https://github.com/tj-actions/changed-files/commit/45c8d9cb88e417883e9043a995cc60e9c1557018)) - (Tonye Jack)
+
+## đ Documentation
+
+- Add cfernhout as a contributor for doc ([#932](https://github.com/tj-actions/changed-files/issues/932)) ([19b5843](https://github.com/tj-actions/changed-files/commit/19b584354a29365aad7ce59d3a724dc365405a11)) - (allcontributors[bot])
+
+## đ Other
+
+- Make example consistent and out of the box usable ([#931](https://github.com/tj-actions/changed-files/issues/931))
+
+Co-authored-by: Tonye Jack ([9a6dabf](https://github.com/tj-actions/changed-files/commit/9a6dabf8d15381f97f1c770257a1a0db59c28a47)) - (Chiel Fernhout)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.3.2 ([#936](https://github.com/tj-actions/changed-files/issues/936))
+
+Co-authored-by: jackton1 ([238f44e](https://github.com/tj-actions/changed-files/commit/238f44e1cfc475cf7ff5835cd4adefcdddee46e8)) - (Tonye Jack)
+
+# [35.3.2](https://github.com/tj-actions/changed-files/compare/v35.3.1...v35.3.2) - (2023-01-05)
+
+## đ Bug Fixes
+
+- **regression:** Invalid json output. ([#930](https://github.com/tj-actions/changed-files/issues/930)) ([7839ede](https://github.com/tj-actions/changed-files/commit/7839ede089e483df865be448d6f3652f875005e0)) - (Tonye Jack)
+
+## đ Update
+
+- Update manual-test.yml ([c50c1e0](https://github.com/tj-actions/changed-files/commit/c50c1e0f0c5a166152bf9ba99236849a6df5fb53)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update actions/checkout action to v3.3.0 ([#929](https://github.com/tj-actions/changed-files/issues/929)) ([15cb0ce](https://github.com/tj-actions/changed-files/commit/15cb0ce053c41505c9d44bf8d03e197615dba882)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.3.1 ([#928](https://github.com/tj-actions/changed-files/issues/928))
+
+Co-authored-by: jackton1 ([b6c440b](https://github.com/tj-actions/changed-files/commit/b6c440bf6facc15436c5aa5a615558f57cc9a990)) - (Tonye Jack)
+
+# [35.3.1](https://github.com/tj-actions/changed-files/compare/v35.3.0...v35.3.1) - (2023-01-05)
+
+## đ Bug Fixes
+
+- Json output ([#927](https://github.com/tj-actions/changed-files/issues/927)) ([c2296c1](https://github.com/tj-actions/changed-files/commit/c2296c1b044b4f5c97d310a6d31e95cbcb5583ec)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.3.0 ([#925](https://github.com/tj-actions/changed-files/issues/925))
+
+Co-authored-by: jackton1 ([bacda0e](https://github.com/tj-actions/changed-files/commit/bacda0ec4fd11d6e120b27d95b18350432dc9e5b)) - (Tonye Jack)
+
+# [35.3.0](https://github.com/tj-actions/changed-files/compare/v35.2.1...v35.3.0) - (2023-01-05)
+
+## đ Bug Fixes
+
+- Bug dirnames output ([#923](https://github.com/tj-actions/changed-files/issues/923)) ([ea251d4](https://github.com/tj-actions/changed-files/commit/ea251d4d2f03a9c18841ae1b752f58b82dfb4d5e)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#921](https://github.com/tj-actions/changed-files/issues/921))
+
+Co-authored-by: jackton1 ([6159d43](https://github.com/tj-actions/changed-files/commit/6159d43b9107decd1cde8f82ad65ef0c497436e8)) - (Tonye Jack)
+- Update action.yml ([83eb7d0](https://github.com/tj-actions/changed-files/commit/83eb7d08714c01ce8a5472cab92f092dd0fc15ee)) - (Tonye Jack)
+- Updated README.md ([#920](https://github.com/tj-actions/changed-files/issues/920))
+
+Co-authored-by: jackton1 ([e80b1c7](https://github.com/tj-actions/changed-files/commit/e80b1c7e65a19785efaf1d3de00d3e48fe2690c8)) - (Tonye Jack)
+- Update action.yml ([4c09115](https://github.com/tj-actions/changed-files/commit/4c09115926dbaf428077ea3bd0803669204ec1b4)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/auto-doc action to v1.7.3 ([#922](https://github.com/tj-actions/changed-files/issues/922)) ([41e8587](https://github.com/tj-actions/changed-files/commit/41e8587ad1813522872b8ccf8675f0305e02c457)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.2.1 ([#919](https://github.com/tj-actions/changed-files/issues/919))
+
+Co-authored-by: jackton1 ([3f78288](https://github.com/tj-actions/changed-files/commit/3f782887173b742b8d51e01cd2a72c6d6b381d4c)) - (Tonye Jack)
+
+# [35.2.1](https://github.com/tj-actions/changed-files/compare/v35.2.0...v35.2.1) - (2023-01-02)
+
+## đ Bug Fixes
+
+- Bug running on pull_request_review ([#915](https://github.com/tj-actions/changed-files/issues/915)) ([dbfd5e1](https://github.com/tj-actions/changed-files/commit/dbfd5e10a7e2b970effb15af7988a83e19a9b840)) - (Tonye Jack)
+
+## đĻ Bumps
+
+- Bump tj-actions/auto-doc from 1.7.1 to 1.7.2 ([#917](https://github.com/tj-actions/changed-files/issues/917))
+
+Signed-off-by: dependabot[bot]
+Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([508ea1f](https://github.com/tj-actions/changed-files/commit/508ea1fe11918befd9219caf52890ecff6835c20)) - (dependabot[bot])
+
+## đ Update
+
+- Updated README.md ([#918](https://github.com/tj-actions/changed-files/issues/918))
+
+Co-authored-by: jackton1 ([1d1287f](https://github.com/tj-actions/changed-files/commit/1d1287f9fafd92be283f99b781fb5f00f00dd471)) - (Tonye Jack)
+- Update README.md ([613e474](https://github.com/tj-actions/changed-files/commit/613e474ee0061dc902064fea13f35ba14ef88262)) - (Tonye Jack)
+- Update action.yml ([d5d5586](https://github.com/tj-actions/changed-files/commit/d5d55864deeee03d959bc75db25a8f25ac7af6cd)) - (Tonye Jack)
+- Updated .github/workflows/update-readme.yml ([4ca6f66](https://github.com/tj-actions/changed-files/commit/4ca6f666dea75ead26ead970d881f68b92e7e5a2)) - (Tonye Jack)
+- Updated README.md ([#914](https://github.com/tj-actions/changed-files/issues/914))
+
+Co-authored-by: repo-ranger[bot] ([20abff4](https://github.com/tj-actions/changed-files/commit/20abff4daa272c59040de90f037aa5d4bb4de4e1)) - (Tonye Jack)
+- Updated README.md ([#912](https://github.com/tj-actions/changed-files/issues/912))
+
+Co-authored-by: repo-ranger[bot] ([71a44a5](https://github.com/tj-actions/changed-files/commit/71a44a5c8c2cbf9b653bba8abd028dccd6120bbf)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update readme ([#916](https://github.com/tj-actions/changed-files/issues/916)) ([8125192](https://github.com/tj-actions/changed-files/commit/8125192be8876f38135919818d13d27672e4f491)) - (Tonye Jack)
+- **deps:** Update tj-actions/auto-doc action to v1.7.2 ([#913](https://github.com/tj-actions/changed-files/issues/913)) ([011c918](https://github.com/tj-actions/changed-files/commit/011c9187540ff950cc1dbc62f2054f7383a729f3)) - (renovate[bot])
+- **deps:** Update tj-actions/auto-doc action to v1.7.1 ([#911](https://github.com/tj-actions/changed-files/issues/911)) ([42b8312](https://github.com/tj-actions/changed-files/commit/42b8312161631d2039f918c43eefa1cce025a209)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.2.0 ([#910](https://github.com/tj-actions/changed-files/issues/910))
+
+Co-authored-by: jackton1 ([99639db](https://github.com/tj-actions/changed-files/commit/99639db2ad111ee088bd480d7cef6c8c2c43a8ba)) - (Tonye Jack)
+
+# [35.2.0](https://github.com/tj-actions/changed-files/compare/v35.1.2...v35.2.0) - (2022-12-30)
+
+## â Add
+
+- Add raw-output option for json output ([#900](https://github.com/tj-actions/changed-files/issues/900))
+
+Co-authored-by: Tonye Jack
+Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> ([171fd35](https://github.com/tj-actions/changed-files/commit/171fd357a821cb333f2351556057215f08c28bde)) - (adonisgarciac)
+
+## đ Update
+
+- Updated README.md ([#908](https://github.com/tj-actions/changed-files/issues/908))
+
+Co-authored-by: jackton1 ([b4afd86](https://github.com/tj-actions/changed-files/commit/b4afd867a1a1a73c048f2c16e8a52e9cfba0b916)) - (Tonye Jack)
+
+## đ Documentation
+
+- Add adonisgarciac as a contributor for code, and doc ([#907](https://github.com/tj-actions/changed-files/issues/907)) ([232c8a3](https://github.com/tj-actions/changed-files/commit/232c8a3b691ca2eb681c84470f9de6cf43ed12e2)) - (allcontributors[bot])
+
+## âī¸ Miscellaneous Tasks
+
+- Update the test ([#909](https://github.com/tj-actions/changed-files/issues/909)) ([392359f](https://github.com/tj-actions/changed-files/commit/392359fc8c85be1a8752e9ab6b1ad9e45158b4a9)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.1.2 ([#905](https://github.com/tj-actions/changed-files/issues/905))
+
+Co-authored-by: jackton1 ([8fb979d](https://github.com/tj-actions/changed-files/commit/8fb979df89a0c7dfb2f7f54d7e735ab1fa7a8039)) - (Tonye Jack)
+
+# [35.1.2](https://github.com/tj-actions/changed-files/compare/v35.1.1...v35.1.2) - (2022-12-29)
+
+## đ Features
+
+- Add support for excluding matched directories ([#902](https://github.com/tj-actions/changed-files/issues/902)) ([8bb2cb2](https://github.com/tj-actions/changed-files/commit/8bb2cb2854303b33774169d708b4bb8b59224625)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#904](https://github.com/tj-actions/changed-files/issues/904))
+
+Co-authored-by: jackton1 ([7f33882](https://github.com/tj-actions/changed-files/commit/7f33882a1271950f8592f96b77e694436bfee83b)) - (Tonye Jack)
+- Update action.yml ([8aef40a](https://github.com/tj-actions/changed-files/commit/8aef40ac806cb9fafab6a1071c3375174bb8b106)) - (Tonye Jack)
+- Updated README.md ([#903](https://github.com/tj-actions/changed-files/issues/903))
+
+Co-authored-by: repo-ranger[bot] ([7fcaecb](https://github.com/tj-actions/changed-files/commit/7fcaecbe85ea682f89ab9d961a03c70f062054a8)) - (Tonye Jack)
+- Update test.yml ([57f3d32](https://github.com/tj-actions/changed-files/commit/57f3d32fad5cb69d8823ebc33c8c5acaf2772552)) - (Tonye Jack)
+- Update test.yml ([d09f11f](https://github.com/tj-actions/changed-files/commit/d09f11f8d04408d12517b6870a4102f5867d8d2f)) - (Tonye Jack)
+- Update manual-matrix-test.yml ([7e8d87b](https://github.com/tj-actions/changed-files/commit/7e8d87b891864ac790645d31289afafb9e0ee830)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/github-changelog-generator action to v1.17 ([#899](https://github.com/tj-actions/changed-files/issues/899)) ([0883366](https://github.com/tj-actions/changed-files/commit/088336658dcadf55d622f37430fa65db42afad8e)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.1.1 ([#898](https://github.com/tj-actions/changed-files/issues/898))
+
+Co-authored-by: jackton1 ([ee6a0bc](https://github.com/tj-actions/changed-files/commit/ee6a0bc6dc06fdba0a6c94d237cda21467e23511)) - (Tonye Jack)
+
+# [35.1.1](https://github.com/tj-actions/changed-files/compare/v35.1.0...v35.1.1) - (2022-12-26)
+
+## đ Update
+
+- Updated README.md ([#897](https://github.com/tj-actions/changed-files/issues/897))
+
+Co-authored-by: repo-ranger[bot] ([1d8a2f9](https://github.com/tj-actions/changed-files/commit/1d8a2f91371fd14ec6146c37cbae79526144fbe9)) - (Tonye Jack)
+- Update README.md ([61648e7](https://github.com/tj-actions/changed-files/commit/61648e78eaaae047c32dac39196e313f23d45dec)) - (Tonye Jack)
+- Update README.md ([2693e63](https://github.com/tj-actions/changed-files/commit/2693e63ae2f91b81adc27c1a040f2a6e42aecddc)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update the default sha ([#896](https://github.com/tj-actions/changed-files/issues/896)) ([8a5f628](https://github.com/tj-actions/changed-files/commit/8a5f6280e652c097c5f12e2cfb145cf5f1b7cff9)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.1.0 ([#892](https://github.com/tj-actions/changed-files/issues/892))
+
+Co-authored-by: jackton1 ([ed82d95](https://github.com/tj-actions/changed-files/commit/ed82d95e3ac2686d56d65b5cbbaaf3c375ebe327)) - (Tonye Jack)
+
+# [35.1.0](https://github.com/tj-actions/changed-files/compare/v35.0.1...v35.1.0) - (2022-12-19)
+
+## đ Features
+
+- Add support for writing outputs to files ([#890](https://github.com/tj-actions/changed-files/issues/890)) ([83952de](https://github.com/tj-actions/changed-files/commit/83952deb066af649951afb0211f296acc6da6bbe)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#891](https://github.com/tj-actions/changed-files/issues/891))
+
+Co-authored-by: repo-ranger[bot] ([0626c3f](https://github.com/tj-actions/changed-files/commit/0626c3f94002c0a9d7491dd7fed7055bbdff6f92)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35.0.1 ([#889](https://github.com/tj-actions/changed-files/issues/889))
+
+Co-authored-by: jackton1 ([c4bb28b](https://github.com/tj-actions/changed-files/commit/c4bb28b25ebe5de6442e637cd67aec84f34fb0f1)) - (Tonye Jack)
+
+# [35.0.1](https://github.com/tj-actions/changed-files/compare/v35.0.0...v35.0.1) - (2022-12-19)
+
+## đ Update
+
+- Update README.md ([565ad86](https://github.com/tj-actions/changed-files/commit/565ad867fae71781ce88f8b97b99d420d41a84de)) - (Tonye Jack)
+- Update README.md ([d984765](https://github.com/tj-actions/changed-files/commit/d984765c3c2aa7a7c4f8274a3237bbff38d7c5b9)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update test ([#888](https://github.com/tj-actions/changed-files/issues/888)) ([a2b1e5d](https://github.com/tj-actions/changed-files/commit/a2b1e5dbb92d21753cf198228fbf2d0a8557f117)) - (Tonye Jack)
+- Code cleanup ([#887](https://github.com/tj-actions/changed-files/issues/887)) ([349b9cd](https://github.com/tj-actions/changed-files/commit/349b9cd59684c6136cd3c51c6740e67916011ebf)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v35 ([#886](https://github.com/tj-actions/changed-files/issues/886))
+
+Co-authored-by: jackton1 ([f25e6fe](https://github.com/tj-actions/changed-files/commit/f25e6fe94508ac1adda667228843e5627ae7532d)) - (Tonye Jack)
+
+# [35.0.0](https://github.com/tj-actions/changed-files/compare/v34.6.2...v35.0.0) - (2022-12-19)
+
+## đ Bug Fixes
+
+- Error retrieving changed files ([#882](https://github.com/tj-actions/changed-files/issues/882)) ([d2f7657](https://github.com/tj-actions/changed-files/commit/d2f7657e1746b1ac357ebd0b3ac45ddfb6a4e793)) - (Tonye Jack)
+- Fail when the merge base is not found ([#879](https://github.com/tj-actions/changed-files/issues/879)) ([b75f6c0](https://github.com/tj-actions/changed-files/commit/b75f6c05714ed5702c31fb67ef0ccd79c8b6ce0b)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#885](https://github.com/tj-actions/changed-files/issues/885))
+
+Co-authored-by: jackton1 ([110b9ba](https://github.com/tj-actions/changed-files/commit/110b9baa5fc65597d65c1d019c6d3aee16d00c53)) - (Tonye Jack)
+- Update README.md ([a5b3ab3](https://github.com/tj-actions/changed-files/commit/a5b3ab3adf17b36b9256f47e58acc0d39fbc88dc)) - (Tonye Jack)
+- Update README.md ([b04bee6](https://github.com/tj-actions/changed-files/commit/b04bee68cbe492de8680f2ec33fa632255ac84fe)) - (Tonye Jack)
+- Update README.md ([5a415cf](https://github.com/tj-actions/changed-files/commit/5a415cfa17794e06dbad54c2fe0be37e92bc2864)) - (Tonye Jack)
+- Update README.md ([dac1573](https://github.com/tj-actions/changed-files/commit/dac1573a9ffd15639353f8a4d4cab965e4c9d207)) - (Tonye Jack)
+- Update README.md ([2cb89c1](https://github.com/tj-actions/changed-files/commit/2cb89c14f85e9caf532044b9be6a668e9ce109cb)) - (Tonye Jack)
+- Update README.md ([0c11739](https://github.com/tj-actions/changed-files/commit/0c117393437aa9e0ca87c81bd34f3316e49f5562)) - (Tonye Jack)
+- Update README.md ([a8f2759](https://github.com/tj-actions/changed-files/commit/a8f275909b192552e24e0bf05be7851f1c747371)) - (Tonye Jack)
+- Update README.md ([78e918f](https://github.com/tj-actions/changed-files/commit/78e918f749c9ee8f9d6f8e639aeaddb857069231)) - (Tonye Jack)
+- Update README.md ([e20f763](https://github.com/tj-actions/changed-files/commit/e20f763562f41e2b5aa638fa1db10e55a16f570a)) - (Tonye Jack)
+- Update README.md ([aa677d9](https://github.com/tj-actions/changed-files/commit/aa677d92005cdc6c175ba83d4a60f4c1aa3c7069)) - (Tonye Jack)
+- Update README.md ([c763fb0](https://github.com/tj-actions/changed-files/commit/c763fb03d97224d549ad73fae6c1a80680d3e995)) - (Tonye Jack)
+- Update README.md ([e920196](https://github.com/tj-actions/changed-files/commit/e92019659f47a5b09495cc996bf622ef3fc3132a)) - (Tonye Jack)
+- Update README.md ([42fb35e](https://github.com/tj-actions/changed-files/commit/42fb35e835bf1e473312d0fc8f2d6a5bf8a73a66)) - (Tonye Jack)
+- Update README.md ([75ea265](https://github.com/tj-actions/changed-files/commit/75ea265d3a34d601bfd950fe780553d979ff5bfb)) - (Tonye Jack)
+- Update README.md ([88a778c](https://github.com/tj-actions/changed-files/commit/88a778c8d7ce6f66171ecff3eec293f875710201)) - (Tonye Jack)
+- Update README.md ([2f66d3b](https://github.com/tj-actions/changed-files/commit/2f66d3becc61d9d595945026f5e7f474b1392e78)) - (Tonye Jack)
+- Update README.md ([9ca5762](https://github.com/tj-actions/changed-files/commit/9ca57621645f8da20ff1c0a559cbdc34a3f9e5fc)) - (Tonye Jack)
+- Update README.md ([4f51d4b](https://github.com/tj-actions/changed-files/commit/4f51d4bdf2151475037285923841cc7e06052a0d)) - (Tonye Jack)
+- Update README.md ([3599672](https://github.com/tj-actions/changed-files/commit/3599672c907f13dac48eaba560bd6def57d97e07)) - (Tonye Jack)
+- Update README.md ([2b31ed9](https://github.com/tj-actions/changed-files/commit/2b31ed904d2d7533050c8df9f8ea4eeee1b04ef4)) - (Tonye Jack)
+- Update README.md ([5db646f](https://github.com/tj-actions/changed-files/commit/5db646f3d5832c74e7c0df9cf18b573bdbe334a1)) - (Tonye Jack)
+- Update README.md ([f1df99f](https://github.com/tj-actions/changed-files/commit/f1df99fa1dfea942da48c9681d7603a54c54bcf5)) - (Tonye Jack)
+- Update README.md ([e5cb100](https://github.com/tj-actions/changed-files/commit/e5cb10065120242082d1b65213911eea15e22f45)) - (Tonye Jack)
+- Update README.md ([5375720](https://github.com/tj-actions/changed-files/commit/5375720ffaa32a30efd0084b10c863cc1ee3b486)) - (Tonye Jack)
+- Update README.md ([4311e06](https://github.com/tj-actions/changed-files/commit/4311e06ffd35a85fe88ed96d1079e436828d9506)) - (Tonye Jack)
+- Update README.md ([f8e9251](https://github.com/tj-actions/changed-files/commit/f8e9251aacd8ef55cb0dd09f60aa0b691d22606e)) - (Tonye Jack)
+- Update README.md ([b147801](https://github.com/tj-actions/changed-files/commit/b1478017f44171865f66c6d5931cadd63ce3f801)) - (Tonye Jack)
+- Update README.md ([1a70916](https://github.com/tj-actions/changed-files/commit/1a70916518f6a3762e635b97094d9d18d162b388)) - (Tonye Jack)
+- Update README.md ([1bfae76](https://github.com/tj-actions/changed-files/commit/1bfae76e449afd3a787e67c8b15d1466e03d068f)) - (Tonye Jack)
+- Update README.md ([85368c0](https://github.com/tj-actions/changed-files/commit/85368c0a2709fb6baf18100cf0d36d7e83a38c79)) - (Tonye Jack)
+- Update README.md ([901681a](https://github.com/tj-actions/changed-files/commit/901681a0100cb9a7b8f59610b627bd01175a8481)) - (Tonye Jack)
+- Update test.yml ([3787560](https://github.com/tj-actions/changed-files/commit/3787560a3dc32622b888d523ed511115c786d8d2)) - (Tonye Jack)
+- Update README.md ([a64becd](https://github.com/tj-actions/changed-files/commit/a64becde5e9d74b26b02c55c30a24ecdb7b8cdf7)) - (Tonye Jack)
+- Update README.md ([d6db5b6](https://github.com/tj-actions/changed-files/commit/d6db5b61d10053f8034213a01970dc80e7214523)) - (Tonye Jack)
+- Update README.md ([3d674ed](https://github.com/tj-actions/changed-files/commit/3d674ed24590d9afa5b358427e874b607b27e50f)) - (Tonye Jack)
+- Update README.md ([aa0a3c1](https://github.com/tj-actions/changed-files/commit/aa0a3c1ae150de7f4a05381583146fdf9ea825fe)) - (Tonye Jack)
+- Update README.md ([d5e31f6](https://github.com/tj-actions/changed-files/commit/d5e31f6bc12ed5a320774657706b410a380c4f85)) - (Tonye Jack)
+- Update README.md ([211879e](https://github.com/tj-actions/changed-files/commit/211879e6d9491811f6c58c3bd078e6836f538a31)) - (Tonye Jack)
+- Update README.md ([f8f2961](https://github.com/tj-actions/changed-files/commit/f8f29613614655b2f6f7b9b194f3f3aa07c51089)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v34.6.2 ([#878](https://github.com/tj-actions/changed-files/issues/878))
+
+Co-authored-by: jackton1 ([4f1ac05](https://github.com/tj-actions/changed-files/commit/4f1ac0562f206e21744f46c93e168f1cf2e8cbb0)) - (Tonye Jack)
+
+# [34.6.2](https://github.com/tj-actions/changed-files/compare/v34.6.1...v34.6.2) - (2022-12-16)
+
+## đ Features
+
+- Fallback to fork-point ([427b9f9](https://github.com/tj-actions/changed-files/commit/427b9f931d9ecaa450594be881e9753fa9bbad8f)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Bug using since_last_remote_commit with force push ([a377d0e](https://github.com/tj-actions/changed-files/commit/a377d0ea43dfe4e8b0d71a8ecca58ace6baba07d)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([ebdb5ea](https://github.com/tj-actions/changed-files/commit/ebdb5eac1797fc64b9e1457e630c3e7e88b39263)) - (jackton1)
+- Update README.md ([a4150e3](https://github.com/tj-actions/changed-files/commit/a4150e3d366023591ec053f06a5cd47324f8762a)) - (Tonye Jack)
+- Update diff-sha.sh ([483c5e7](https://github.com/tj-actions/changed-files/commit/483c5e735d9c8654f3c007a20751ca83d92a5e5b)) - (Tonye Jack)
+- Update diff-sha.sh ([10aaa53](https://github.com/tj-actions/changed-files/commit/10aaa531b8c03522fcf7eef2eef612396dfce0c9)) - (Tonye Jack)
+- Update README.md ([76855a1](https://github.com/tj-actions/changed-files/commit/76855a1bbeef39db33adaec2c5cf679241bf57da)) - (Tonye Jack)
+- Update action.yml ([6758393](https://github.com/tj-actions/changed-files/commit/675839364538318b9e2272dcb40faaf6bbb4d91f)) - (Tonye Jack)
+- Update diff-sha.sh ([4837447](https://github.com/tj-actions/changed-files/commit/4837447a0b8205aa7b0fbea6291cb9ab5183ae81)) - (Tonye Jack)
+- Update diff-sha.sh ([78ac3f4](https://github.com/tj-actions/changed-files/commit/78ac3f4d78dd914e323a41190be5db9eb188cdaa)) - (Tonye Jack)
+- Update diff-sha.sh ([c3ab8f3](https://github.com/tj-actions/changed-files/commit/c3ab8f39360d3f76fe2a84d479387334fcaf5516)) - (Tonye Jack)
+- Update diff-sha.sh ([e070e45](https://github.com/tj-actions/changed-files/commit/e070e451a6caa332855fa487fce4419fb0faa1c9)) - (Tonye Jack)
+- Update diff-sha.sh ([f701d66](https://github.com/tj-actions/changed-files/commit/f701d66cbd44011378b1d84fe013a79fc178a12d)) - (Tonye Jack)
+- Update diff-sha.sh ([acd99f2](https://github.com/tj-actions/changed-files/commit/acd99f22a76390e8a64d0125d07d220bd96cf970)) - (Tonye Jack)
+- Update diff-sha.sh ([41bac1e](https://github.com/tj-actions/changed-files/commit/41bac1e2f746c759e06c15d5d7f6b63e7229b481)) - (Tonye Jack)
+- Update README.md ([160c1da](https://github.com/tj-actions/changed-files/commit/160c1dacc6cd6be77dd705da609a1736e86a7e82)) - (Tonye Jack)
+- Update diff-sha.sh ([550a972](https://github.com/tj-actions/changed-files/commit/550a9723589bfb99df2d7dde168ef537de4de82d)) - (Tonye Jack)
+- Update README.md ([db14f52](https://github.com/tj-actions/changed-files/commit/db14f52900cd48f040c1a88f2bb353e181a869e2)) - (Tonye Jack)
+- Update diff-sha.sh ([7dd5580](https://github.com/tj-actions/changed-files/commit/7dd55804cf4256d459ec1948f2174bdeefd36d0d)) - (Tonye Jack)
+- Update diff-sha.sh ([e8733f6](https://github.com/tj-actions/changed-files/commit/e8733f64faa72757a8474b1bf0aba275965f2c19)) - (Tonye Jack)
+- Update diff-sha.sh ([2e7b724](https://github.com/tj-actions/changed-files/commit/2e7b724f9a832b17794502179429325bfd2f5a36)) - (Tonye Jack)
+- Update diff-sha.sh ([996300d](https://github.com/tj-actions/changed-files/commit/996300de86178460152fae22bd01ee444881a888)) - (Tonye Jack)
+- Update diff-sha.sh ([9bb7d28](https://github.com/tj-actions/changed-files/commit/9bb7d28e709c334088dfffef03e930363bc87f71)) - (Tonye Jack)
+- Update README.md ([dccc349](https://github.com/tj-actions/changed-files/commit/dccc349e980d16c1827c7b14a6ad1d5c63759105)) - (Tonye Jack)
+- Update diff-sha.sh ([d4e4d24](https://github.com/tj-actions/changed-files/commit/d4e4d24f9c664a113efef389b8c5b38d08ef3aab)) - (Tonye Jack)
+- Update README.md ([6384aa7](https://github.com/tj-actions/changed-files/commit/6384aa7d7f401c8ef551d083c2071cc06fd6c418)) - (Tonye Jack)
+- Update diff-sha.sh ([e034ba9](https://github.com/tj-actions/changed-files/commit/e034ba961f95633ea20807b5fb96beef80c91597)) - (Tonye Jack)
+- Update diff-sha.sh ([40f3d56](https://github.com/tj-actions/changed-files/commit/40f3d5695f9708f982dcaf5bb92fb6e21bf6bef7)) - (Tonye Jack)
+- Update README.md ([7330323](https://github.com/tj-actions/changed-files/commit/7330323a2d03d9dd102b38c9d9bc1be1ad4ec876)) - (Tonye Jack)
+- Update diff-sha.sh ([2b49b75](https://github.com/tj-actions/changed-files/commit/2b49b75dcbedeba429b367f4fdf5924d26d1cbee)) - (Tonye Jack)
+- Update README.md ([ca4840c](https://github.com/tj-actions/changed-files/commit/ca4840ce6a27d1c2cbffbf2157f47b155c394703)) - (Tonye Jack)
+- Update test new.txt ([0a3cc94](https://github.com/tj-actions/changed-files/commit/0a3cc94baa1f6e1eacc6183ff97e3bc30a0f08fb)) - (Tonye Jack)
+- Update diff-sha.sh ([237b051](https://github.com/tj-actions/changed-files/commit/237b05158c7dd3dfae893d1228e8bce2e465dc90)) - (Tonye Jack)
+- Update diff-sha.sh ([7f75cdb](https://github.com/tj-actions/changed-files/commit/7f75cdb50481f9cdeae33ba45ac2fbcb3a42fa90)) - (Tonye Jack)
+- Update diff-sha.sh ([4bf8a02](https://github.com/tj-actions/changed-files/commit/4bf8a029f79d484c68649a748099978baabb6ea1)) - (Tonye Jack)
+- Update test new.txt ([fd3e44b](https://github.com/tj-actions/changed-files/commit/fd3e44b55637344b2116e10a35afb214489305af)) - (Tonye Jack)
+- Update diff-sha.sh ([1d0bc98](https://github.com/tj-actions/changed-files/commit/1d0bc9880cb79508c6777862baa780c5aa3e33c5)) - (Tonye Jack)
+- Update diff-sha.sh ([9f3cd20](https://github.com/tj-actions/changed-files/commit/9f3cd20ba2677398d642a1ca03afa2d4caed8559)) - (Tonye Jack)
+- Update diff-sha.sh ([19e86cc](https://github.com/tj-actions/changed-files/commit/19e86cc60b215a3601e6bb5a28702bce8265451d)) - (Tonye Jack)
+- Update diff-sha.sh ([ca30b85](https://github.com/tj-actions/changed-files/commit/ca30b8500a1363d8538291625cf74676f18993a9)) - (Tonye Jack)
+- Update diff-sha.sh ([bdfc50c](https://github.com/tj-actions/changed-files/commit/bdfc50c467b188c7d8a7c48f1c72ff2686be3850)) - (Tonye Jack)
+- Update diff-sha.sh ([aabcbcc](https://github.com/tj-actions/changed-files/commit/aabcbcc8821cef2274f50f8533dd6774b8ffae1d)) - (Tonye Jack)
+- Update diff-sha.sh ([0dbccaa](https://github.com/tj-actions/changed-files/commit/0dbccaa8084bc9d32e52661c0304bb7b8ce6792a)) - (Tonye Jack)
+- Update diff-sha.sh ([f195837](https://github.com/tj-actions/changed-files/commit/f195837047b6b34430b32594ffd8a0f45fdbdbcf)) - (Tonye Jack)
+- Update diff-sha.sh ([bfbf803](https://github.com/tj-actions/changed-files/commit/bfbf803f41c4c5c6848f64bd62fa733fc21fd3a6)) - (Tonye Jack)
+- Update diff-sha.sh ([07a1f5a](https://github.com/tj-actions/changed-files/commit/07a1f5a72313438509bbf67045a003e51163bb21)) - (Tonye Jack)
+- Updated README.md ([8a2dbf5](https://github.com/tj-actions/changed-files/commit/8a2dbf5570537d146d430480967e334922a21095)) - (jackton1)
+- Update action.yml ([1d0a36c](https://github.com/tj-actions/changed-files/commit/1d0a36c98ecbfd08b0558fa41edb8b2a176a7385)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#876](https://github.com/tj-actions/changed-files/pull/876): README.md ([ce4b8e3](https://github.com/tj-actions/changed-files/commit/ce4b8e3cba2220de8132ac9721ff754efd6bb7d7)) - (Tonye Jack)
+- PR [#877](https://github.com/tj-actions/changed-files/pull/877): bug using since_last_remote_commit with force push ([4f56809](https://github.com/tj-actions/changed-files/commit/4f568099371469130583a49d4b58f53c9dcd39d1)) - (Tonye Jack)
+- PR [#872](https://github.com/tj-actions/changed-files/pull/872): update test dir ([ba522dd](https://github.com/tj-actions/changed-files/commit/ba522dd664add7b13bdd5274a65099dec2765451)) - (Tonye Jack)
+- Merge branch 'main' into chore/update-test-dir ([394fc25](https://github.com/tj-actions/changed-files/commit/394fc25d46d954d6ab02bef218f09699d861bdf5)) - (repo-ranger[bot])
+- Merge branch 'main' into chore/update-test-dir ([c1b5817](https://github.com/tj-actions/changed-files/commit/c1b58174f089aa9694b9ec440de5c5a8837adcb4)) - (repo-ranger[bot])
+- Merge branch 'main' into chore/update-test-dir ([6114375](https://github.com/tj-actions/changed-files/commit/6114375387ab1eb10203287d0c02b5df61b400f4)) - (repo-ranger[bot])
+- Merge branch 'main' into chore/update-test-dir ([d574e2b](https://github.com/tj-actions/changed-files/commit/d574e2b8184897b6915c5713ee3a0448e1d10820)) - (repo-ranger[bot])
+- Merge branch 'main' into chore/update-test-dir ([b78225f](https://github.com/tj-actions/changed-files/commit/b78225f7de7d0dcbe4d320fb6e38e3feeaccb851)) - (repo-ranger[bot])
+- Merge branch 'main' into chore/update-test-dir ([8c727be](https://github.com/tj-actions/changed-files/commit/8c727bef3c060f604bbb8850a948b9761d06ca85)) - (repo-ranger[bot])
+- Merge branch 'main' into chore/update-test-dir ([a98e4d3](https://github.com/tj-actions/changed-files/commit/a98e4d3169e84228fb998b088e12872bd11ba287)) - (repo-ranger[bot])
+- Merge branch 'main' into chore/update-test-dir ([4b6b8eb](https://github.com/tj-actions/changed-files/commit/4b6b8eb9e7e422aa09f8fd1ce3d55b19ba01ad6b)) - (Tonye Jack)
+- PR [#873](https://github.com/tj-actions/changed-files/pull/873): update test ([6cf9a95](https://github.com/tj-actions/changed-files/commit/6cf9a958b7e433e499d897980beb9229090fbfc5)) - (Tonye Jack)
+- PR [#866](https://github.com/tj-actions/changed-files/pull/866): fallback to fork-point ([58ffe6f](https://github.com/tj-actions/changed-files/commit/58ffe6f7927eea084d3b8570384b7bb82408d44d)) - (repo-ranger[bot])
+- PR [#871](https://github.com/tj-actions/changed-files/pull/871): remove ubuntu 18.04 from test ([3472a62](https://github.com/tj-actions/changed-files/commit/3472a62032afdb1827650e8aad2997d91602d11c)) - (Tonye Jack)
+- PR [#869](https://github.com/tj-actions/changed-files/pull/869): README.md ([19ecae9](https://github.com/tj-actions/changed-files/commit/19ecae980a374ae39e5eae82079ced83c2a4e92c)) - (Tonye Jack)
+- PR [#868](https://github.com/tj-actions/changed-files/pull/868): update tj-actions/verify-changed-files action to v13 ([760335a](https://github.com/tj-actions/changed-files/commit/760335a2f5ff2ce712a5e8422ae4a96305a393f9)) - (Tonye Jack)
+- PR [#867](https://github.com/tj-actions/changed-files/pull/867): update tj-actions/auto-doc action to v1.6.0 ([c789451](https://github.com/tj-actions/changed-files/commit/c7894519094218c2e18aa767a2dec17543712b06)) - (Tonye Jack)
+- PR [#864](https://github.com/tj-actions/changed-files/pull/864): to v34.6.1 ([82d305f](https://github.com/tj-actions/changed-files/commit/82d305f9fafd26946e3ec5c60d96421a738ff1ec)) - (repo-ranger[bot])
+
+## âī¸ Miscellaneous Tasks
+
+- Update test ([61361b9](https://github.com/tj-actions/changed-files/commit/61361b9cde39cf7c767f4efcc023924fd4d13ce0)) - (Tonye Jack)
+- Update test dir ([4d1ed48](https://github.com/tj-actions/changed-files/commit/4d1ed48b497cee2c96f4f3f5342f0709d7acac28)) - (Tonye Jack)
+- Remove ubuntu 18.04 from test ([f62204d](https://github.com/tj-actions/changed-files/commit/f62204d4c7898fd6edbfac30d37888da5031f40b)) - (Tonye Jack)
+- **deps:** Update tj-actions/verify-changed-files action to v13 ([70d6677](https://github.com/tj-actions/changed-files/commit/70d6677420f92da2f17923bf0497fd38a6c7d9e3)) - (renovate[bot])
+- **deps:** Update tj-actions/auto-doc action to v1.6.0 ([6e62cd4](https://github.com/tj-actions/changed-files/commit/6e62cd44dc0c13dfb889003690f6fe8fc70dd1d9)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.6.0 -> v34.6.1 ([183a9ec](https://github.com/tj-actions/changed-files/commit/183a9ec343a5e0530c8a2f44c0759954615302c9)) - (jackton1)
+
+# [34.6.1](https://github.com/tj-actions/changed-files/compare/v34.6.0...v34.6.1) - (2022-12-14)
+
+## đ Features
+
+- Add support for pulling more history ([9e0389c](https://github.com/tj-actions/changed-files/commit/9e0389c5ae77268cde15245c675363ea919f8d46)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([e2b21be](https://github.com/tj-actions/changed-files/commit/e2b21be3d2c154d4e806d9236c1b29eb182f7829)) - (repo-ranger[bot])
+- Update action.yml ([7a06bb7](https://github.com/tj-actions/changed-files/commit/7a06bb7247828d94fa8b21755264634fc036e65d)) - (Tonye Jack)
+- Update diff-sha.sh ([9dc8021](https://github.com/tj-actions/changed-files/commit/9dc80210cfea593a0c2f4e81b5a3c3c7dbc3ca5c)) - (Tonye Jack)
+- Update diff-sha.sh ([a1a2be2](https://github.com/tj-actions/changed-files/commit/a1a2be24bd7f1ebaaf35a8979d2e54d8c017d66e)) - (Tonye Jack)
+- Update action.yml ([bb675e1](https://github.com/tj-actions/changed-files/commit/bb675e1715dee2d01b8b12daa1122c5580070018)) - (Tonye Jack)
+- Update README.md ([9b3a93a](https://github.com/tj-actions/changed-files/commit/9b3a93a0c187542f303f92f046ed2882ec82b95e)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#863](https://github.com/tj-actions/changed-files/pull/863): README.md ([3b6c057](https://github.com/tj-actions/changed-files/commit/3b6c057cd82d1dafab565df2ba9fa489574a03b8)) - (repo-ranger[bot])
+- PR [#862](https://github.com/tj-actions/changed-files/pull/862): add support for pulling more history ([a7b70fa](https://github.com/tj-actions/changed-files/commit/a7b70fa84d536e7e26596b906d4cac131248c850)) - (repo-ranger[bot])
+- PR [#861](https://github.com/tj-actions/changed-files/pull/861): to v34.6.0 ([a991e1d](https://github.com/tj-actions/changed-files/commit/a991e1d22a411f172cf806fd2e07c8b6838bc9ca)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.5.4 -> v34.6.0 ([0df8efd](https://github.com/tj-actions/changed-files/commit/0df8efd4d7335508c303cf8fc3d316134b493d93)) - (jackton1)
+
+# [34.6.0](https://github.com/tj-actions/changed-files/compare/v34.5.4...v34.6.0) - (2022-12-14)
+
+## đ Bug Fixes
+
+- Error with retrieving changed files for closed prs ([a736911](https://github.com/tj-actions/changed-files/commit/a73691148f773279c13a366a76e6180aff6c5ad6)) - (Tonye Jack)
+- Error detecting changed files for closed PR's ([32a46ba](https://github.com/tj-actions/changed-files/commit/32a46ba6badc793da8a99cb3b5231c280b70a1ff)) - (Tonye Jack)
+- Fixed test ([4f939f8](https://github.com/tj-actions/changed-files/commit/4f939f8e80bfe2ebe34716e079a69f5e13c6858a)) - (Tonye Jack)
+
+## đ Update
+
+- Updated the current sha ([2405ae6](https://github.com/tj-actions/changed-files/commit/2405ae6c59e4bcea355fc8bca67e86e80db2ea3d)) - (Tonye Jack)
+- Update diff-sha.sh ([9cac2f8](https://github.com/tj-actions/changed-files/commit/9cac2f8ea161459c397c5696e413511a539fc64e)) - (Tonye Jack)
+- Updated to fetch the common ancestor ([6497e8e](https://github.com/tj-actions/changed-files/commit/6497e8ef995cd3c31c3db72f2528ef231963dafa)) - (Tonye Jack)
+- Update diff-sha.sh ([1ae6035](https://github.com/tj-actions/changed-files/commit/1ae6035162e0304d12a43a87f81d4a024157806d)) - (Tonye Jack)
+- Update diff-sha.sh ([8b8c347](https://github.com/tj-actions/changed-files/commit/8b8c347ee911e31bcbd91198c7e6a0eca13781ea)) - (Tonye Jack)
+- Update diff-sha.sh ([bd4ca4c](https://github.com/tj-actions/changed-files/commit/bd4ca4c44527cd2970b834f3fe67c2917a2c9aa8)) - (Tonye Jack)
+- Updated README.md ([fa300c6](https://github.com/tj-actions/changed-files/commit/fa300c6aa4e8f7d55a546577fc8e2dacff41e7d8)) - (jackton1)
+- Update action.yml ([79fbc96](https://github.com/tj-actions/changed-files/commit/79fbc9646dcb2a520a4f22fcf5b93a6eb785dde9)) - (Tonye Jack)
+- Updated README.md ([d14a558](https://github.com/tj-actions/changed-files/commit/d14a55854af8b977398ad1c7d44bce537d7f7945)) - (jackton1)
+- Update README.md ([01588a8](https://github.com/tj-actions/changed-files/commit/01588a88f3d7d45a23292bb95be2262ff72bde86)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#860](https://github.com/tj-actions/changed-files/pull/860): error with retrieving changed files for closed prs ([4f64429](https://github.com/tj-actions/changed-files/commit/4f64429e8be26fe81a594635b07ed829581ea847)) - (repo-ranger[bot])
+- PR [#859](https://github.com/tj-actions/changed-files/pull/859): error detecting changed files for closed PR's ([cd8e421](https://github.com/tj-actions/changed-files/commit/cd8e4213664a37bf6fae9283519e130b59d1c0fb)) - (repo-ranger[bot])
+- PR [#857](https://github.com/tj-actions/changed-files/pull/857): bug-changed-files-diff-sha-prints-thousands-of-lines-and-takes-two-minutes-to-run ([0e4974f](https://github.com/tj-actions/changed-files/commit/0e4974f1918150eff3cda26bc8c990f0a018377e)) - (repo-ranger[bot])
+- Deprecate max_fetch_depth ([49ac42e](https://github.com/tj-actions/changed-files/commit/49ac42e0253d381f0d5e26d1da24e5452d2a4aef)) - (Tonye Jack)
+- PR [#856](https://github.com/tj-actions/changed-files/pull/856): update reviewdog/action-shellcheck action to v1.16 ([2a28c9b](https://github.com/tj-actions/changed-files/commit/2a28c9bb7d96f50c009ba33448f549954ee3dc76)) - (Tonye Jack)
+- PR [#854](https://github.com/tj-actions/changed-files/pull/854): README.md ([73401b8](https://github.com/tj-actions/changed-files/commit/73401b8f0b6c71ca8c5ea93a2063f864ff8f2900)) - (Tonye Jack)
+- PR [#852](https://github.com/tj-actions/changed-files/pull/852): README.md ([eaffc06](https://github.com/tj-actions/changed-files/commit/eaffc06f9c19518e6863cd3665be8c061c4962be)) - (Tonye Jack)
+- PR [#850](https://github.com/tj-actions/changed-files/pull/850): update actions/checkout action to v3.2.0 ([c3a1d05](https://github.com/tj-actions/changed-files/commit/c3a1d0574baa48e311b0f27fd0c3d011d4f507c4)) - (repo-ranger[bot])
+- Merge branch 'main' into renovate/actions-checkout-3.x ([0358232](https://github.com/tj-actions/changed-files/commit/03582322517a86c00476a9ea1a9c44fe71cf6ad0)) - (repo-ranger[bot])
+- PR [#851](https://github.com/tj-actions/changed-files/pull/851): to v34.5.4 ([5bc868d](https://github.com/tj-actions/changed-files/commit/5bc868d5b592b10506f4e6fc155d3a59bde68f65)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update reviewdog/action-shellcheck action to v1.16 ([5f90227](https://github.com/tj-actions/changed-files/commit/5f902276c142817df3e680a831e3193c79ea0ae4)) - (renovate[bot])
+- **deps:** Update actions/checkout action to v3.2.0 ([44d49bc](https://github.com/tj-actions/changed-files/commit/44d49bc228952e265176d795f744211b1c72f67c)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.5.3 -> v34.5.4 ([a1893f8](https://github.com/tj-actions/changed-files/commit/a1893f84b3c211868a05dbd80b9014c880ebf37e)) - (jackton1)
+
+# [34.5.4](https://github.com/tj-actions/changed-files/compare/v34.5.3...v34.5.4) - (2022-12-12)
+
+## đ Update
+
+- Update diff-sha.sh ([d9be0cc](https://github.com/tj-actions/changed-files/commit/d9be0ccb5e69da56f3db7a8c69bc5caab52f729c)) - (Tonye Jack)
+- Update diff-sha.sh ([8fb90ed](https://github.com/tj-actions/changed-files/commit/8fb90ed7f6bf64bddf7f439ae07d60e4cb4489b2)) - (Tonye Jack)
+- Update diff-sha.sh ([17ae171](https://github.com/tj-actions/changed-files/commit/17ae17127cf91edd6e904ea3118a947a49079452)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#847](https://github.com/tj-actions/changed-files/pull/847): update error handling ([3f1e44a](https://github.com/tj-actions/changed-files/commit/3f1e44af6ca48144748dfc62a7a6fb22e4ca67f3)) - (repo-ranger[bot])
+- Merge branch 'main' into chore/update-error-handling ([ff10d2f](https://github.com/tj-actions/changed-files/commit/ff10d2fbc5b8c4239aae6437aa844c53fcd9a71d)) - (repo-ranger[bot])
+- PR [#848](https://github.com/tj-actions/changed-files/pull/848): update readme ([474e3bd](https://github.com/tj-actions/changed-files/commit/474e3bd363f85a14f854e13c766f97dcd3aac070)) - (Tonye Jack)
+- PR [#846](https://github.com/tj-actions/changed-files/pull/846): ([ba5abef](https://github.com/tj-actions/changed-files/commit/ba5abef332cb868a398ef4b51675bb75cc192995)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update readme ([b2902f4](https://github.com/tj-actions/changed-files/commit/b2902f40b3925027816100e9b73d6d30700d3ff3)) - (Tonye Jack)
+- Update error handling ([65dc0e4](https://github.com/tj-actions/changed-files/commit/65dc0e47e94e3b4489dfbbfc04b98bd78e8f80f7)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.5.2 -> v34.5.3 ([84dcdf5](https://github.com/tj-actions/changed-files/commit/84dcdf586d8b863a4d9f17b23e81206457e12ead)) - (jackton1)
+
+# [34.5.3](https://github.com/tj-actions/changed-files/compare/v34.5.2...v34.5.3) - (2022-12-10)
+
+## đ Other
+
+- PR [#845](https://github.com/tj-actions/changed-files/pull/845): ([74dc2e8](https://github.com/tj-actions/changed-files/commit/74dc2e8a7877b725678a2195226bd470f10c481b)) - (Tonye Jack)
+- PR [#844](https://github.com/tj-actions/changed-files/pull/844): to v34.5.2 ([b120be5](https://github.com/tj-actions/changed-files/commit/b120be5d017a958771149eb62ac30537d4dd728a)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update diff-sha.sh ([a817eee](https://github.com/tj-actions/changed-files/commit/a817eeece013e59b1abad0867cc4758b5b375d68)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.5.1 -> v34.5.2 ([626ad8d](https://github.com/tj-actions/changed-files/commit/626ad8da53eea0af9baab47c571a49b971cc2781)) - (jackton1)
+
+# [34.5.2](https://github.com/tj-actions/changed-files/compare/v34.5.1...v34.5.2) - (2022-12-10)
+
+## đ Bug Fixes
+
+- Error verifying the previous commit sha for push event ([ac602e3](https://github.com/tj-actions/changed-files/commit/ac602e39b8a72fa29a7116348af7812981e5b4b0)) - (Tonye Jack)
+
+## đ Update
+
+- Update diff-sha.sh ([a84c8f5](https://github.com/tj-actions/changed-files/commit/a84c8f54f9312e43db81350c8282e6404934e0cd)) - (Tonye Jack)
+- Update diff-sha.sh ([a4f296d](https://github.com/tj-actions/changed-files/commit/a4f296d02e565fe68741b2a64e8b16d6c2e027c3)) - (Tonye Jack)
+- Update diff-sha.sh ([33eef1b](https://github.com/tj-actions/changed-files/commit/33eef1b0ed914f694e828972d7c306574b454e07)) - (Tonye Jack)
+- Update diff-sha.sh ([ae2404f](https://github.com/tj-actions/changed-files/commit/ae2404f72ef265a9947c91543d6079436c40e661)) - (Tonye Jack)
+- Update get-changed-paths.sh ([3f04514](https://github.com/tj-actions/changed-files/commit/3f045143ec012b543a8580ec75b582a18adecbf3)) - (Tonye Jack)
+- Update diff-sha.sh ([0707f1b](https://github.com/tj-actions/changed-files/commit/0707f1b441110837b3801803ddb721c10a0d505f)) - (Tonye Jack)
+- Update action.yml ([fbc9b61](https://github.com/tj-actions/changed-files/commit/fbc9b6157950183b3ff74a8f7c03253e85811583)) - (Tonye Jack)
+- Update action.yml ([4b60d05](https://github.com/tj-actions/changed-files/commit/4b60d05705844aaa50eef0a61652b349c6e4ca01)) - (Tonye Jack)
+- Update diff-sha.sh ([385d98d](https://github.com/tj-actions/changed-files/commit/385d98db7380f7134605508111d1548e8ff65dc1)) - (Tonye Jack)
+- Update action.yml ([8c766cf](https://github.com/tj-actions/changed-files/commit/8c766cffe7c97344358183ab9322125ebef8e69e)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#843](https://github.com/tj-actions/changed-files/pull/843): ([8356a01](https://github.com/tj-actions/changed-files/commit/8356a01788b5a36aa0319e74183f3237e020feac)) - (Tonye Jack)
+- PR [#841](https://github.com/tj-actions/changed-files/pull/841): ([ef32360](https://github.com/tj-actions/changed-files/commit/ef32360b2dcdbd81da8594efca042f3f0ffa6cfc)) - (Tonye Jack)
+- PR [#839](https://github.com/tj-actions/changed-files/pull/839): to v34.5.1 ([00cc8e5](https://github.com/tj-actions/changed-files/commit/00cc8e59b91f660777a316c825076602a16dfd8f)) - (repo-ranger[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.5.0 -> v34.5.1 ([56a1ce2](https://github.com/tj-actions/changed-files/commit/56a1ce212aac265a3b3cb25551fb147b54f092df)) - (jackton1)
+
+# [34.5.1](https://github.com/tj-actions/changed-files/compare/v34.5.0...v34.5.1) - (2022-12-05)
+
+## đ Bug Fixes
+
+- Fixed test ([a699a3b](https://github.com/tj-actions/changed-files/commit/a699a3be4a68a8727496e823c08b6d8760c23ab4)) - (Tonye Jack)
+- Wrong changed files for forked prs ([d78a469](https://github.com/tj-actions/changed-files/commit/d78a469ec76746518146bad2b4d91e820567c12b)) - (Tonye Jack)
+- Fixed test ([0d9ec12](https://github.com/tj-actions/changed-files/commit/0d9ec12402fabe56ca0056840e6a904519754af1)) - (Tonye Jack)
+- Determining the merge-base with limited history. ([69b90fb](https://github.com/tj-actions/changed-files/commit/69b90fbdbe2b02b550daf99a7987222f58291f79)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([15519b6](https://github.com/tj-actions/changed-files/commit/15519b6a6fda6be5c52ff818fd4a171b3c9d9986)) - (jackton1)
+- Update README.md ([e9a054c](https://github.com/tj-actions/changed-files/commit/e9a054c870444ff152fc23291dcd73e6602afc22)) - (Tonye Jack)
+- Update action.yml ([ed7adea](https://github.com/tj-actions/changed-files/commit/ed7adeaf22f96846c38627da6b2865fb32605adc)) - (Tonye Jack)
+- Update diff-sha.sh ([e6fbdde](https://github.com/tj-actions/changed-files/commit/e6fbdde201eb744799156ce81b7f53d3e1257ed7)) - (Tonye Jack)
+- Update diff-sha.sh ([860dc31](https://github.com/tj-actions/changed-files/commit/860dc31320c1b45b3b06a846b7094fd51cb2fed5)) - (Tonye Jack)
+- Update action.yml ([fd5d6c3](https://github.com/tj-actions/changed-files/commit/fd5d6c3a2d815290237966aa24103f30b1876ac0)) - (Tonye Jack)
+- Update diff-sha.sh ([77fbd5a](https://github.com/tj-actions/changed-files/commit/77fbd5a18ca9469ad9045e05ddebb145d71cd248)) - (Tonye Jack)
+- Update diff-sha.sh ([aba4e57](https://github.com/tj-actions/changed-files/commit/aba4e5712baff31f62a76d7af30a3d2deb0db7cb)) - (Tonye Jack)
+- Update diff-sha.sh ([c3642c4](https://github.com/tj-actions/changed-files/commit/c3642c4a1c9a0bcca6ba9e9f87c4b2aeaba69035)) - (Tonye Jack)
+- Updated README.md ([7e92962](https://github.com/tj-actions/changed-files/commit/7e929625a31237b91046d18b0a5b1e46e6de5949)) - (repo-ranger[bot])
+- Updated fetch branch ([a4d22ac](https://github.com/tj-actions/changed-files/commit/a4d22acb209687e67dd7b2d83b963ac58dd0fb16)) - (Tonye Jack)
+- Updated to use git diff ([477b380](https://github.com/tj-actions/changed-files/commit/477b3805799bb3f730bede86285a0362c52b87cf)) - (Tonye Jack)
+- Updated formatting ([3a46c04](https://github.com/tj-actions/changed-files/commit/3a46c048f740ad95ae07e504970cc82864ac4891)) - (Tonye Jack)
+- Updated action ([2cf3132](https://github.com/tj-actions/changed-files/commit/2cf3132a60db92dcc6da79b018ef27dc654a078a)) - (Tonye Jack)
+- Updated action ([dc7365b](https://github.com/tj-actions/changed-files/commit/dc7365b27bcfaaf6c3f224f1c23a530d6404d439)) - (Tonye Jack)
+- Updated to use merge-base ([ef8591d](https://github.com/tj-actions/changed-files/commit/ef8591de30d4dbf1ae8d2ec0c1c8d2f505c4aac3)) - (Tonye Jack)
+- Updated to use merge-base ([f282e19](https://github.com/tj-actions/changed-files/commit/f282e19e523425ed86464aef10c890e6e583172c)) - (Tonye Jack)
+- Updated to use merge-base ([a20b263](https://github.com/tj-actions/changed-files/commit/a20b263d03e128745ede721a7b7344f324251841)) - (Tonye Jack)
+- Update sync-release-version.yml ([33d8d67](https://github.com/tj-actions/changed-files/commit/33d8d674435b65785cb6d40b2346f90d2ba278e0)) - (Tonye Jack)
+- Updated README.md ([02a5f95](https://github.com/tj-actions/changed-files/commit/02a5f95a79986344efc7e71aeed2fc1547066725)) - (jackton1)
+- Update diff-sha.sh ([91e0894](https://github.com/tj-actions/changed-files/commit/91e0894f3f997a920c1fdad18e08e2d1bffad74c)) - (Tonye Jack)
+- Update action.yml ([20cff02](https://github.com/tj-actions/changed-files/commit/20cff0223e9ea13bf9d52b6a55bc1e3ec6ec4449)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#838](https://github.com/tj-actions/changed-files/pull/838): README.md ([baaf598](https://github.com/tj-actions/changed-files/commit/baaf598b46c2d9eb97eb995c9f69d1967349155d)) - (repo-ranger[bot])
+- PR [#837](https://github.com/tj-actions/changed-files/pull/837): wrong changed files for forked prs ([703a319](https://github.com/tj-actions/changed-files/commit/703a319222fb33717b98032f2b9b474ae8b3eea7)) - (repo-ranger[bot])
+- Merge branch 'main' into fix/wrong-changed-files-for-forked-prs ([0a207fd](https://github.com/tj-actions/changed-files/commit/0a207fd892fc2b4363cde2d387b6a78b709edf29)) - (Tonye Jack)
+- PR [#835](https://github.com/tj-actions/changed-files/pull/835): determining the merge base ([2a74e5e](https://github.com/tj-actions/changed-files/commit/2a74e5e5d4022d839c336c7bfd40f837b83cd23d)) - (repo-ranger[bot])
+- Merge branch 'main' into fix/determining-the-merge-base ([6e85a35](https://github.com/tj-actions/changed-files/commit/6e85a3501aea6ff1946e7d8dfd3864003f4f7524)) - (repo-ranger[bot])
+- PR [#836](https://github.com/tj-actions/changed-files/pull/836): README.md ([660db6c](https://github.com/tj-actions/changed-files/commit/660db6c787932e555f01a66a0c11f765209810ef)) - (Tonye Jack)
+- Merge branch 'fix/determining-the-merge-base' into fix/wrong-changed-files-for-forked-prs ([984b4ca](https://github.com/tj-actions/changed-files/commit/984b4ca56775b37bfa2a6c65e2e789858e326db2)) - (Tonye Jack)
+- Merge branch 'main' into fix/determining-the-merge-base ([c09cd87](https://github.com/tj-actions/changed-files/commit/c09cd8795d4bf46c6bc8f8ff444f942e7000a89c)) - (repo-ranger[bot])
+- PR [#834](https://github.com/tj-actions/changed-files/pull/834): fix typos ([67482da](https://github.com/tj-actions/changed-files/commit/67482da9c0a791d11181303d171f1858d2ac8a89)) - (repo-ranger[bot])
+- PR [#827](https://github.com/tj-actions/changed-files/pull/827): to v34.5.0 ([896db63](https://github.com/tj-actions/changed-files/commit/896db63e405e87ec0286fb974d754fcaede6da3b)) - (repo-ranger[bot])
+- Merge branch 'main' into upgrade-to-v34.5.0 ([467f657](https://github.com/tj-actions/changed-files/commit/467f657e76b20d7eda1b3c46fecc6c963a369286)) - (repo-ranger[bot])
+- PR [#826](https://github.com/tj-actions/changed-files/pull/826): README.md ([efaec6d](https://github.com/tj-actions/changed-files/commit/efaec6dced17c424fc6417814757060129f61794)) - (repo-ranger[bot])
+
+## âī¸ Miscellaneous Tasks
+
+- Fix typos ([d8b80b3](https://github.com/tj-actions/changed-files/commit/d8b80b3b0961241323e2a61d1dbfae2865554d54)) - (Tonye Jack)
+- **deps:** Update tj-actions/auto-doc action to v1.5.0 ([9f74b8c](https://github.com/tj-actions/changed-files/commit/9f74b8c9e2c01b4f1199d74a22ed95afafd4b41e)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v4.2.3 ([17ce620](https://github.com/tj-actions/changed-files/commit/17ce62043e22e9558d6f0e9f4d7e790a963caca3)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.4.4 -> v34.5.0 ([5adea41](https://github.com/tj-actions/changed-files/commit/5adea4114ec36c5835eca757031c73b6e9c6715f)) - (jackton1)
+
+# [34.5.0](https://github.com/tj-actions/changed-files/compare/v34.4.4...v34.5.0) - (2022-11-24)
+
+## đ Features
+
+- Replace all usage of nrwl/last-successful-commit-action with nrwl/nx-set-shas ([5abef67](https://github.com/tj-actions/changed-files/commit/5abef67e95d48a6d7148159da516d2e31c28c5f1)) - (Tonye Jack)
+- Add support for dir_names_max_depth ([08d0ced](https://github.com/tj-actions/changed-files/commit/08d0cedfeaebcc4aaf7748d120e9ed3258d8487d)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Fixed shellcheck error ([f08344b](https://github.com/tj-actions/changed-files/commit/f08344bfbc9cacfc4d362a660d57d0f96196d950)) - (Tonye Jack)
+- Fixed unbound variable ([bcd97d2](https://github.com/tj-actions/changed-files/commit/bcd97d287019578441cdf866cf509a25b0a42db5)) - (Tonye Jack)
+- Fixed unbound variable ([3c938dc](https://github.com/tj-actions/changed-files/commit/3c938dc216578beaa3ba81f87ada096f4c7781ad)) - (Tonye Jack)
+- Fixed test ([df466cc](https://github.com/tj-actions/changed-files/commit/df466ccd7d719c2fc7e647fbf8042dbd455c2b0c)) - (Tonye Jack)
+
+## â Add
+
+- Added test files ([0a5b7c6](https://github.com/tj-actions/changed-files/commit/0a5b7c6ec0d39ead3bee3231fa3a651e2c80ecce)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([e428e21](https://github.com/tj-actions/changed-files/commit/e428e21b89313093cf8f18876b54234d51f8da48)) - (repo-ranger[bot])
+- Update action.yml ([a262e55](https://github.com/tj-actions/changed-files/commit/a262e55d0d22941f2b521e63d85fd0c5250bcd2c)) - (Tonye Jack)
+- Update get-changed-paths.sh ([637cb57](https://github.com/tj-actions/changed-files/commit/637cb57c282eea47c397cf60a9e663356d6c1ed7)) - (Tonye Jack)
+- Update get-changed-paths.sh ([65688ba](https://github.com/tj-actions/changed-files/commit/65688ba5c8f79a9ca6f774d67b0a5b3da0ac4b33)) - (Tonye Jack)
+- Update get-changed-paths.sh ([63f38f9](https://github.com/tj-actions/changed-files/commit/63f38f9f4104b0f0b5a8bea2d7c293853c16f5c4)) - (Tonye Jack)
+- Update get-changed-paths.sh ([3d46931](https://github.com/tj-actions/changed-files/commit/3d4693183926b51d7a4139f710c58480a34cfbd3)) - (Tonye Jack)
+- Update get-changed-paths.sh ([3840bc8](https://github.com/tj-actions/changed-files/commit/3840bc84e62dd2631d868c55359fdf0aa46eac8c)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([1c9a614](https://github.com/tj-actions/changed-files/commit/1c9a614a4f3558039458ab8ec3d33227d2049df4)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([d127e35](https://github.com/tj-actions/changed-files/commit/d127e3518013aee6a2a584cc4327a0fb15b3df42)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([386cb93](https://github.com/tj-actions/changed-files/commit/386cb933d41087b7726c7aea76a6c7d3ea646353)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([54b7c1b](https://github.com/tj-actions/changed-files/commit/54b7c1b8d2c2f895f1b57f194002c02fd4ef408d)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([967c8a0](https://github.com/tj-actions/changed-files/commit/967c8a0609144c64f86562e06f4c2770fac345e2)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([6093777](https://github.com/tj-actions/changed-files/commit/6093777a385ec81bed1fd5bb407881f848bed2d3)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([bf3ca40](https://github.com/tj-actions/changed-files/commit/bf3ca40593d5376ae0b8ed826ef17733e1eda987)) - (Tonye Jack)
+- Updated arguments ([0951b64](https://github.com/tj-actions/changed-files/commit/0951b64836667676e279fa4d1f9c7fae2a28f34b)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([32c7073](https://github.com/tj-actions/changed-files/commit/32c707316b0f74fb146b33c844273c877663c52d)) - (Tonye Jack)
+- Update get-changed-paths.sh ([80e364a](https://github.com/tj-actions/changed-files/commit/80e364a5d0325efe4702271d2c33435e64caeb53)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#825](https://github.com/tj-actions/changed-files/pull/825): update peter-evans/create-pull-request action to v4.2.2 ([8a4cc4f](https://github.com/tj-actions/changed-files/commit/8a4cc4fbd67975557b6d85dd302f5f9400b9c92e)) - (Tonye Jack)
+- Merge branch 'main' into renovate/peter-evans-create-pull-request-4.x ([d372997](https://github.com/tj-actions/changed-files/commit/d372997c457f908abb909be0f89943dad5975984)) - (Tonye Jack)
+- PR [#824](https://github.com/tj-actions/changed-files/pull/824): README.md ([a0b9b1e](https://github.com/tj-actions/changed-files/commit/a0b9b1e5a966e8003eb031fcbec8d5eb29654859)) - (Tonye Jack)
+- PR [#823](https://github.com/tj-actions/changed-files/pull/823): add support for dir_names_max_depth ([b383c47](https://github.com/tj-actions/changed-files/commit/b383c47099f5d5fb850c279b6fadb8eba0ee2bed)) - (repo-ranger[bot])
+- Merge branch 'main' into feat/add-support-for-dir-names-max-depth ([e54a242](https://github.com/tj-actions/changed-files/commit/e54a2423a86a3d7c6f9a17a446b583b1a04b0100)) - (Tonye Jack)
+- PR [#822](https://github.com/tj-actions/changed-files/pull/822): replace all usage of nrwl/last-successful-commit-action with nrwl/nx-set-shas ([120c425](https://github.com/tj-actions/changed-files/commit/120c425db7e5cff0daebbe6f07e27eff107e44eb)) - (repo-ranger[bot])
+- PR [#819](https://github.com/tj-actions/changed-files/pull/819): update renovate.json ([e883d3f](https://github.com/tj-actions/changed-files/commit/e883d3fc1bd7c40e1e92a7b0cf967a1e65d08c39)) - (repo-ranger[bot])
+- PR [#818](https://github.com/tj-actions/changed-files/pull/818): to v34.4.4 ([28638a0](https://github.com/tj-actions/changed-files/commit/28638a0d9b367a776fa2cf2675a873f874f3f5c0)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update peter-evans/create-pull-request action to v4.2.2 ([88defd0](https://github.com/tj-actions/changed-files/commit/88defd04dba27ffe398dc3346c81f9a71ebe877a)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v4.2.1 ([ba788ed](https://github.com/tj-actions/changed-files/commit/ba788ed4ee708938e24731c0420e9dc773b97557)) - (renovate[bot])
+- Update renovate.json ([7f3332e](https://github.com/tj-actions/changed-files/commit/7f3332eb9993f0244fc72de61d68e749878ef9fd)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.4.3 -> v34.4.4 ([0686733](https://github.com/tj-actions/changed-files/commit/0686733297edd527aa923138c2174aa17ae4f5a2)) - (jackton1)
+
+# [34.4.4](https://github.com/tj-actions/changed-files/compare/v34.4.3...v34.4.4) - (2022-11-18)
+
+## đĻ Bumps
+
+- Bump hmarr/auto-approve-action from 2 to 3
+
+Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2 to 3.
+- [Release notes](https://github.com/hmarr/auto-approve-action/releases)
+- [Commits](https://github.com/hmarr/auto-approve-action/compare/v2...v3)
+
+---
+updated-dependencies:
+- dependency-name: hmarr/auto-approve-action
+ dependency-type: direct:production
+ update-type: version-update:semver-major
+...
+
+Signed-off-by: dependabot[bot] ([f4f5512](https://github.com/tj-actions/changed-files/commit/f4f55124a4e718f7ca918e92ab9e6bbfa8d3af3d)) - (dependabot[bot])
+
+## đ Update
+
+- Update diff-sha.sh ([bf09748](https://github.com/tj-actions/changed-files/commit/bf097488b75dd27f261668397677aaa288115e21)) - (Tonye Jack)
+- Update auto-approve.yml ([dc7e117](https://github.com/tj-actions/changed-files/commit/dc7e1177258a0e51e2c5e429761e26a497172d99)) - (Tonye Jack)
+- Updated README.md ([fb362d4](https://github.com/tj-actions/changed-files/commit/fb362d4f107259fba9d30cf2a0e97be37aae1900)) - (repo-ranger[bot])
+
+## đ Other
+
+- PR [#817](https://github.com/tj-actions/changed-files/pull/817): fix error locating last remote commit sha ([8a7336f](https://github.com/tj-actions/changed-files/commit/8a7336fb6f6bc00da867b745d3491de42ac0231b)) - (repo-ranger[bot])
+- PR [#816](https://github.com/tj-actions/changed-files/pull/816): hmarr/auto-approve-action from 2 to 3 ([5b0b92e](https://github.com/tj-actions/changed-files/commit/5b0b92e8593f3c747cd126bc8d1c24a3cd2e3ca0)) - (repo-ranger[bot])
+- PR [#815](https://github.com/tj-actions/changed-files/pull/815): to v34.4.3 ([b86dc28](https://github.com/tj-actions/changed-files/commit/b86dc28fcb00f5ea166fa4c90ba61b7458c20fef)) - (repo-ranger[bot])
+- Merge branch 'main' into upgrade-to-v34.4.3 ([c6cd9a4](https://github.com/tj-actions/changed-files/commit/c6cd9a4c8b5011e7521a384791a614e2822039e8)) - (repo-ranger[bot])
+- PR [#814](https://github.com/tj-actions/changed-files/pull/814): README.md ([62974b6](https://github.com/tj-actions/changed-files/commit/62974b6c9c0a01397da5bb5dd487122dd4f7f527)) - (repo-ranger[bot])
+
+## âī¸ Miscellaneous Tasks
+
+- Fix error locating last remote commit sha ([fad01cd](https://github.com/tj-actions/changed-files/commit/fad01cd3732af2bb19c303964a8f07b5d16fa437)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.4.2 -> v34.4.3 ([f76843a](https://github.com/tj-actions/changed-files/commit/f76843a8021811b0f9711634ad412c8f3b438364)) - (jackton1)
+
+# [34.4.3](https://github.com/tj-actions/changed-files/compare/v34.4.2...v34.4.3) - (2022-11-17)
+
+## đ Bug Fixes
+
+- Pulling current branch history ([fe47f7d](https://github.com/tj-actions/changed-files/commit/fe47f7dc4cb90f70c60419239ef9e9aa1852a1bc)) - (Tonye Jack)
+
+## đ Update
+
+- Update diff-sha.sh ([7b68fcd](https://github.com/tj-actions/changed-files/commit/7b68fcd08242de76b024a1810a1586f1922830d9)) - (Tonye Jack)
+- Update README.md ([0265ed8](https://github.com/tj-actions/changed-files/commit/0265ed819d306225cb0c7bd3349b7449b69239bf)) - (Tonye Jack)
+- Update diff-sha.sh ([96ce8da](https://github.com/tj-actions/changed-files/commit/96ce8da4f680a4b2aa8292f77b6822205fb89b4a)) - (Tonye Jack)
+- Update diff-sha.sh ([2ed48aa](https://github.com/tj-actions/changed-files/commit/2ed48aa52fce4483eead4e3388844037d9f5c359)) - (Tonye Jack)
+- Updated README.md ([1882e2f](https://github.com/tj-actions/changed-files/commit/1882e2f481ce0329747638d5b38b59318b71a1aa)) - (jackton1)
+- Update README.md ([0c4c0c4](https://github.com/tj-actions/changed-files/commit/0c4c0c47b84e7afc7a6a9a2b35b14e5f8164a80e)) - (Tonye Jack)
+- Update diff-sha.sh ([0efacab](https://github.com/tj-actions/changed-files/commit/0efacabbb5792e8411dd06aaf9b66a4c14b14442)) - (Tonye Jack)
+- Updated diff-sha.sh ([61fac4d](https://github.com/tj-actions/changed-files/commit/61fac4da4baf4e41345262aed26ae7a7744dda33)) - (Tonye Jack)
+- Updated diff-sha.sh ([6ea66cc](https://github.com/tj-actions/changed-files/commit/6ea66cc12943e547d71e23bd15a8c7fa6db5f1db)) - (Tonye Jack)
+- Updated diff-sha.sh ([30b9252](https://github.com/tj-actions/changed-files/commit/30b9252953b1451f1d0964e563f3440936a2a13f)) - (Tonye Jack)
+- Update diff-sha.sh ([3b10ceb](https://github.com/tj-actions/changed-files/commit/3b10cebd3dfde60872124e155e6072beee48cb44)) - (Tonye Jack)
+- Update action.yml ([fe3a370](https://github.com/tj-actions/changed-files/commit/fe3a37012f2aeb085358c28900539b133d2cdf4c)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#810](https://github.com/tj-actions/changed-files/pull/810): pulling current branch history ([3996bc3](https://github.com/tj-actions/changed-files/commit/3996bc3fded83a011dbfc57f379fd31266770b3a)) - (repo-ranger[bot])
+- Merge branch 'main' into fix/pulling-current-branch-history ([c8dc4b6](https://github.com/tj-actions/changed-files/commit/c8dc4b69b8e6d16d3cb51bbf35083f938435d74e)) - (repo-ranger[bot])
+- Merge branch 'main' into fix/pulling-current-branch-history ([434c3ea](https://github.com/tj-actions/changed-files/commit/434c3eaa9893f1b7b4da6acb79ba62941c403288)) - (Tonye Jack)
+- PR [#811](https://github.com/tj-actions/changed-files/pull/811): README.md ([171e435](https://github.com/tj-actions/changed-files/commit/171e4353ac40bdcf09386f483fb188bd78f50529)) - (repo-ranger[bot])
+- PR [#808](https://github.com/tj-actions/changed-files/pull/808): to v34.4.2 ([61e93c8](https://github.com/tj-actions/changed-files/commit/61e93c8aeb0ebdf29cb242bb3e6d29b5f703327c)) - (repo-ranger[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.4.1 -> v34.4.2 ([73e225f](https://github.com/tj-actions/changed-files/commit/73e225f69c51cf809e3ba63cd7a7cb09a121a1ac)) - (jackton1)
+
+# [34.4.2](https://github.com/tj-actions/changed-files/compare/v34.4.1...v34.4.2) - (2022-11-15)
+
+## đ Bug Fixes
+
+- Bug with retrieving the last remote commit ([839d570](https://github.com/tj-actions/changed-files/commit/839d5701dbdeedacaaa60ae5c9a8106cccc6f78b)) - (Tonye Jack)
+
+## đ Update
+
+- Update diff-sha.sh ([e447432](https://github.com/tj-actions/changed-files/commit/e447432ead1b4c85f8de0024e8b66996270c95a2)) - (Tonye Jack)
+- Update diff-sha.sh ([4203489](https://github.com/tj-actions/changed-files/commit/4203489288873ed8a126dc274b0bf9e4a155e4a4)) - (Tonye Jack)
+- Update sync-release-version.yml ([e7e332e](https://github.com/tj-actions/changed-files/commit/e7e332ee69fd78b009e2e80714ffd693573da5d9)) - (Tonye Jack)
+- Update test.yml ([1bf2487](https://github.com/tj-actions/changed-files/commit/1bf2487713d5da6ef6fedd570c1d30b59f483b79)) - (Tonye Jack)
+- Update test.yml ([0795279](https://github.com/tj-actions/changed-files/commit/07952792bb873da4ff1be696fe0539fd3db9effa)) - (Tonye Jack)
+- Update diff-sha.sh ([3e827ae](https://github.com/tj-actions/changed-files/commit/3e827ae4d1aabf31ec4bd636797dd9fdce4a47a3)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#806](https://github.com/tj-actions/changed-files/pull/806): bug with retrieving the last remote commit ([ef0a290](https://github.com/tj-actions/changed-files/commit/ef0a29048c50f844e30fac9fef80956f9765aab8)) - (repo-ranger[bot])
+
+# [34.4.1](https://github.com/tj-actions/changed-files/compare/v34.4.0...v34.4.1) - (2022-11-15)
+
+## đ Bug Fixes
+
+- Finding merge-base ([4f5723a](https://github.com/tj-actions/changed-files/commit/4f5723a9fe1e53d4a33d535df08302b17dff4a05)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#804](https://github.com/tj-actions/changed-files/pull/804): finding merge-base ([3ebdc42](https://github.com/tj-actions/changed-files/commit/3ebdc42d8ba53fedc5bef0f16181249ac58446fa)) - (repo-ranger[bot])
+- Merge branch 'main' into fix/bug-finding-merge-base ([747f9e6](https://github.com/tj-actions/changed-files/commit/747f9e656c64f39eb493755b6bef66e73c7b7ef1)) - (repo-ranger[bot])
+- PR [#805](https://github.com/tj-actions/changed-files/pull/805): update sync-release-version.yml ([9d429cc](https://github.com/tj-actions/changed-files/commit/9d429cc7ac091e37bf727d422dd58203085c6948)) - (Tonye Jack)
+- PR [#800](https://github.com/tj-actions/changed-files/pull/800): ([d362fea](https://github.com/tj-actions/changed-files/commit/d362fea453a8ee03e497371bfbee1b394af8e362)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update sync-release-version.yml ([b044246](https://github.com/tj-actions/changed-files/commit/b04424611d93a32e46b2e4c9c5acc58b2451b6af)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.3.4 -> v34.4.0 ([22ede94](https://github.com/tj-actions/changed-files/commit/22ede94fe5e4956fda584fa5426ebacb5a820c08)) - (jackton1)
+
+# [34.4.0](https://github.com/tj-actions/changed-files/compare/v34.3.4...v34.4.0) - (2022-11-11)
+
+## đ Features
+
+- Skip merge-base check for non shallow clones and fallback to using --fork-point ([ac07453](https://github.com/tj-actions/changed-files/commit/ac07453ae902f9fceaa802bbddb9fc7c33e3e240)) - (Tonye Jack)
+
+## đ Update
+
+- Update test.yml ([61fb39f](https://github.com/tj-actions/changed-files/commit/61fb39f691593d6741ba4683b8bc9a736174db4f)) - (Tonye Jack)
+- Update arguments ([56a01f8](https://github.com/tj-actions/changed-files/commit/56a01f8a9ec6d46dc6d54e879691e39174ddc996)) - (Tonye Jack)
+- Updated the retrieving the merge-base ([2e4e636](https://github.com/tj-actions/changed-files/commit/2e4e6363923a537f9acbc4ec0ba5fd9caa9bfa46)) - (Tonye Jack)
+- Updated test ([c21087a](https://github.com/tj-actions/changed-files/commit/c21087a6bb221974446adb4acf5f2dfe145637a6)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#799](https://github.com/tj-actions/changed-files/pull/799): update test ([94e6fba](https://github.com/tj-actions/changed-files/commit/94e6fba8d802f0fa80db51937e8752e9c165ee26)) - (repo-ranger[bot])
+- PR [#798](https://github.com/tj-actions/changed-files/pull/798): skip merge-base check for non shallow clones and fallback to using --fork-point ([e6bd87a](https://github.com/tj-actions/changed-files/commit/e6bd87aabebf8849b2cac4c712b6edb59e7e2343)) - (repo-ranger[bot])
+- Show progress ([443b6c3](https://github.com/tj-actions/changed-files/commit/443b6c32e773943887c9a272038053754d28946d)) - (Tonye Jack)
+- PR [#796](https://github.com/tj-actions/changed-files/pull/796): update bug issue template ([43835a2](https://github.com/tj-actions/changed-files/commit/43835a2749cdfe776eae645f75ff773d44ce2aea)) - (Tonye Jack)
+- PR [#793](https://github.com/tj-actions/changed-files/pull/793): update readme ([d48d7b7](https://github.com/tj-actions/changed-files/commit/d48d7b71f5c6ee20d6e942293174285573a68f1a)) - (Tonye Jack)
+- PR [#794](https://github.com/tj-actions/changed-files/pull/794): to v34.3.4 ([b82208d](https://github.com/tj-actions/changed-files/commit/b82208d0c12a231f60d52a6dea2e8b334d2c976f)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update test ([9478e36](https://github.com/tj-actions/changed-files/commit/9478e36442ae8b0f27fe0b786bff1e50b73567f8)) - (Tonye Jack)
+- Update bug issue template ([36f5714](https://github.com/tj-actions/changed-files/commit/36f5714273e4b0ac47b1081730c02e0801127ecf)) - (Tonye Jack)
+- Update readme ([a37f1b1](https://github.com/tj-actions/changed-files/commit/a37f1b15750909a8b685f1979eb83cb06aa2ced4)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.3.3 -> v34.3.4 ([9f7a99a](https://github.com/tj-actions/changed-files/commit/9f7a99a9aff0aecbb389e0c0a67176183a9681ec)) - (jackton1)
+
+# [34.3.4](https://github.com/tj-actions/changed-files/compare/v34.3.3...v34.3.4) - (2022-11-08)
+
+## đ Bug Fixes
+
+- Re-add ability to change the max fetch depth ([67230d6](https://github.com/tj-actions/changed-files/commit/67230d6de543d66ff2b2838daad3eb38fa0e9cb9)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([44220f8](https://github.com/tj-actions/changed-files/commit/44220f8c8909e913d52725995737ab933a8fb861)) - (jackton1)
+- Update README.md ([3c0e266](https://github.com/tj-actions/changed-files/commit/3c0e266bd5af920313a96326ee8e95160aaa29cb)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#792](https://github.com/tj-actions/changed-files/pull/792): README.md ([3dbb79f](https://github.com/tj-actions/changed-files/commit/3dbb79f46716e706df6be563a268df44b264b545)) - (Tonye Jack)
+- PR [#791](https://github.com/tj-actions/changed-files/pull/791): ([e43adb6](https://github.com/tj-actions/changed-files/commit/e43adb629bd414ab6990a308ca123b0791f5aeeb)) - (Tonye Jack)
+- PR [#788](https://github.com/tj-actions/changed-files/pull/788): ([6a9cc33](https://github.com/tj-actions/changed-files/commit/6a9cc330992117962616a405dd752b8460d25a59)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.3.1 -> v34.3.3 ([4b4f463](https://github.com/tj-actions/changed-files/commit/4b4f463907fd83fd88bb5294d296959bf61fb4ad)) - (jackton1)
+
+# [34.3.3](https://github.com/tj-actions/changed-files/compare/v34.3.2...v34.3.3) - (2022-11-08)
+
+## đ Bug Fixes
+
+- Bug with force pushing commits to pr branches ([420a779](https://github.com/tj-actions/changed-files/commit/420a7792d0daffdb644b58164caf57e48c37d435)) - (Tonye Jack)
+- Fixed the test ([eea929b](https://github.com/tj-actions/changed-files/commit/eea929be22436a442d9a76584c6b79a6df3d61fa)) - (Tonye Jack)
+- Bug with invalid branch name ([9962dc4](https://github.com/tj-actions/changed-files/commit/9962dc418effb6f5aa6959cec01157744a3fda40)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#787](https://github.com/tj-actions/changed-files/pull/787): ([991e8b3](https://github.com/tj-actions/changed-files/commit/991e8b3aae0ebbe0614b15b05d14ccb92affa24a)) - (Tonye Jack)
+- PR [#786](https://github.com/tj-actions/changed-files/pull/786): ([6326c61](https://github.com/tj-actions/changed-files/commit/6326c61a70e7265dfbd75c603e6bc894a7c0c01d)) - (Tonye Jack)
+- PR [#784](https://github.com/tj-actions/changed-files/pull/784): ([77f03d2](https://github.com/tj-actions/changed-files/commit/77f03d2bb5ecb9eb1cbbc492b6fd24dd78c6c32f)) - (Tonye Jack)
+- PR [#781](https://github.com/tj-actions/changed-files/pull/781): to v34.3.2 ([de6d1ed](https://github.com/tj-actions/changed-files/commit/de6d1ed4197b3cb4f9dee5e1a0200b500d419f76)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/glob action to v16 ([e062ae8](https://github.com/tj-actions/changed-files/commit/e062ae86aa4b2b8ecd7584b3a62e8964c3368ab7)) - (renovate[bot])
+- Update readme ([a236f54](https://github.com/tj-actions/changed-files/commit/a236f54cc97287249691b0712c1b3578160d4e93)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.3.0 -> v34.3.2 ([5345fb6](https://github.com/tj-actions/changed-files/commit/5345fb6b0eb94c5b05f7e53db3089a2d167ce0fa)) - (jackton1)
+
+# [34.3.2](https://github.com/tj-actions/changed-files/compare/v34.3.0...v34.3.2) - (2022-11-07)
+
+## đ Bug Fixes
+
+- Similar commit hashes ([8dc46ae](https://github.com/tj-actions/changed-files/commit/8dc46ae460cb5adfef1a3d23da9ddbc66f5b7dca)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#779](https://github.com/tj-actions/changed-files/pull/779): update readme ([72d3bb8](https://github.com/tj-actions/changed-files/commit/72d3bb8b336df0723f5c9e9d5875c61bf7bdfe9f)) - (Tonye Jack)
+- PR [#780](https://github.com/tj-actions/changed-files/pull/780): ([d908ddd](https://github.com/tj-actions/changed-files/commit/d908ddd2ef9f57cb341c64aef6feb0a4d38da11d)) - (Tonye Jack)
+- PR [#777](https://github.com/tj-actions/changed-files/pull/777): ([18ddeeb](https://github.com/tj-actions/changed-files/commit/18ddeeb8bc9d8d1452a65cdca504fc769b94c116)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update readme ([1218e11](https://github.com/tj-actions/changed-files/commit/1218e11f1e5d79659ff86331e9af990f274790eb)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.2.2 -> v34.3.0 ([3b614c0](https://github.com/tj-actions/changed-files/commit/3b614c0cfabd8d34ea9df13a5990be3a261fb06a)) - (jackton1)
+
+# [34.3.0](https://github.com/tj-actions/changed-files/compare/v34.2.2...v34.3.0) - (2022-11-07)
+
+## đ Features
+
+- Add support for using the last remote commit ([1e46f60](https://github.com/tj-actions/changed-files/commit/1e46f60599e84e528efe75152b2b0988894f748b)) - (Tonye Jack)
+
+## đ Update
+
+- Update diff-sha.sh ([2d251d6](https://github.com/tj-actions/changed-files/commit/2d251d69240ca53fa3e75ebbcc956ba54a8751f8)) - (Tonye Jack)
+- Update diff-sha.sh ([c46761f](https://github.com/tj-actions/changed-files/commit/c46761fdcdf33808fb554e300c8b0a3c87204fd9)) - (Tonye Jack)
+- Update diff-sha.sh ([321490c](https://github.com/tj-actions/changed-files/commit/321490c60a28d2f37d2bf276ac839fb6bf69c013)) - (Tonye Jack)
+- Updated README.md ([18dfe0d](https://github.com/tj-actions/changed-files/commit/18dfe0dd4ec0352ee1420de3ed6de23cf62783df)) - (jackton1)
+- Update test.yml ([c755692](https://github.com/tj-actions/changed-files/commit/c755692dde0225f12fecec5b4392843b77c6dad4)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#776](https://github.com/tj-actions/changed-files/pull/776): exclude fetching tags ([5f89dc7](https://github.com/tj-actions/changed-files/commit/5f89dc7d6eefdcb7323e773671fd3461a7c2f050)) - (Tonye Jack)
+- PR [#775](https://github.com/tj-actions/changed-files/pull/775): update test ([2125c05](https://github.com/tj-actions/changed-files/commit/2125c059c3aa38807c1fa0d96be9666d2da0adb4)) - (Tonye Jack)
+- Merge branch 'main' into chore/update-test ([f6e319e](https://github.com/tj-actions/changed-files/commit/f6e319ef2e90abbedb9b091de797003e308f0823)) - (Tonye Jack)
+- PR [#774](https://github.com/tj-actions/changed-files/pull/774): ([3d1f14f](https://github.com/tj-actions/changed-files/commit/3d1f14f0792af29c0d7551c80e301548d6f2b04e)) - (Tonye Jack)
+- PR [#773](https://github.com/tj-actions/changed-files/pull/773): add support for using the last remote commit ([c94657a](https://github.com/tj-actions/changed-files/commit/c94657a1d8cb2d85d2668ac9ac8b70a2f8c1d990)) - (Tonye Jack)
+- PR [#772](https://github.com/tj-actions/changed-files/pull/772): to v34.2.2 ([f009ea4](https://github.com/tj-actions/changed-files/commit/f009ea4a470cf5609cd5c680ff43f5c4d0b6cbfb)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Exclude fetching tags ([dc88c3a](https://github.com/tj-actions/changed-files/commit/dc88c3a0c5acd72b43e1c54afcf1ad51bbf82930)) - (Tonye Jack)
+- Update test ([1abc7be](https://github.com/tj-actions/changed-files/commit/1abc7bec7933fbd59c831ef49610bb28805bb77d)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.2.1 -> v34.2.2 ([7cdc68d](https://github.com/tj-actions/changed-files/commit/7cdc68de580ac1de0ae520f0cb8d67e74f595c2d)) - (jackton1)
+
+# [34.2.2](https://github.com/tj-actions/changed-files/compare/v34.2.1...v34.2.2) - (2022-11-06)
+
+## đ Update
+
+- Updated README.md ([8c4057e](https://github.com/tj-actions/changed-files/commit/8c4057e25fae59ab12a1c926fc73578fca141408)) - (jackton1)
+- Updated README.md ([307c115](https://github.com/tj-actions/changed-files/commit/307c11527a2b3628d3cf69c6e7f618dcb2b4c4d1)) - (jackton1)
+- Updated README.md ([7a799a5](https://github.com/tj-actions/changed-files/commit/7a799a583efd08969d0b26803ae2b4c532e64f3c)) - (jackton1)
+- Update README.md ([eada320](https://github.com/tj-actions/changed-files/commit/eada3203b58d8421531b57420b7a8c821def1ee2)) - (Tonye Jack)
+- Update README.md ([e2d72e2](https://github.com/tj-actions/changed-files/commit/e2d72e213a59c0b20e275a6fdd527896f33ea8f4)) - (Tonye Jack)
+
+## đ Documentation
+
+- Update .all-contributorsrc [skip ci] ([e957501](https://github.com/tj-actions/changed-files/commit/e957501bc37ca137aaefa15c3a72c2002374dc96)) - (allcontributors[bot])
+- Update README.md [skip ci] ([f38b70a](https://github.com/tj-actions/changed-files/commit/f38b70aee319953bb1db077169c5c1b9b4e25e53)) - (allcontributors[bot])
+
+## đ Other
+
+- PR [#771](https://github.com/tj-actions/changed-files/pull/771): README.md ([734bb16](https://github.com/tj-actions/changed-files/commit/734bb168e38279dfc7aa2af5d5be3a1475427a99)) - (Tonye Jack)
+- Merge branch 'main' into chore/update-readme ([6e227a5](https://github.com/tj-actions/changed-files/commit/6e227a5e76f84d107d7befabf5525f5fc202268c)) - (Tonye Jack)
+- PR [#770](https://github.com/tj-actions/changed-files/pull/770): README.md ([5621d09](https://github.com/tj-actions/changed-files/commit/5621d09ed11c536945a55a9e0d2546b651311bee)) - (Tonye Jack)
+- PR [#769](https://github.com/tj-actions/changed-files/pull/769): README.md ([8f47019](https://github.com/tj-actions/changed-files/commit/8f47019836db0cbe89744646f44ef5558f014ca5)) - (Tonye Jack)
+- PR [#768](https://github.com/tj-actions/changed-files/pull/768): add kenji-miyake as a contributor for code ([ae54c38](https://github.com/tj-actions/changed-files/commit/ae54c380bbee0cb162b94ab6812add9aa7f427ef)) - (Tonye Jack)
+- Merge branch 'main' into all-contributors/add-kenji-miyake ([738ce05](https://github.com/tj-actions/changed-files/commit/738ce05a6a0b95e09be4a1671c78263993e3ad0b)) - (Tonye Jack)
+- PR [#767](https://github.com/tj-actions/changed-files/pull/767): change `sha` to non-required ([b4f3234](https://github.com/tj-actions/changed-files/commit/b4f323482c1bc2b3f566daa0cdee6fdd30df7cc8)) - (Tonye Jack)
+- PR [#765](https://github.com/tj-actions/changed-files/pull/765): to v34.2.1 ([664f124](https://github.com/tj-actions/changed-files/commit/664f1245dd193b3ece6a9147d0258317a6aaa6f1)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Change `sha` to non-required ([62aa9ed](https://github.com/tj-actions/changed-files/commit/62aa9ed8cedb4f860920ed0950fac8820af805a7)) - (Kenji Miyake)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.2.0 -> v34.2.1 ([d41a74b](https://github.com/tj-actions/changed-files/commit/d41a74b958c0092bb755b92efa2a86c61ce8205a)) - (jackton1)
+
+# [34.2.1](https://github.com/tj-actions/changed-files/compare/v34.2.0...v34.2.1) - (2022-11-05)
+
+## đ Other
+
+- PR [#764](https://github.com/tj-actions/changed-files/pull/764): update debug message ([d2e030b](https://github.com/tj-actions/changed-files/commit/d2e030b6ed85ce2db7ac1a4afc574640df8bca26)) - (Tonye Jack)
+- PR [#763](https://github.com/tj-actions/changed-files/pull/763): to v34.2.0 ([a2913c1](https://github.com/tj-actions/changed-files/commit/a2913c1b3d13a0067c9809e86f5e87c6060802ca)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update debug message ([1b73c81](https://github.com/tj-actions/changed-files/commit/1b73c818fea82e47299fb080d625c0578b4bec34)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.1.1 -> v34.2.0 ([95f3866](https://github.com/tj-actions/changed-files/commit/95f386689b06e33c2a94e8596caa1ad1a1b98383)) - (jackton1)
+
+# [34.2.0](https://github.com/tj-actions/changed-files/compare/v34.1.1...v34.2.0) - (2022-11-05)
+
+## đ Update
+
+- Updated README.md ([e65822d](https://github.com/tj-actions/changed-files/commit/e65822d31a740460209dd54c8af020d39b55581f)) - (jackton1)
+- Update action.yml ([866ffdf](https://github.com/tj-actions/changed-files/commit/866ffdf84dd8526b36eda0d0b123b10c26bc3b76)) - (Tonye Jack)
+- Update diff-sha.sh ([6a0f4e7](https://github.com/tj-actions/changed-files/commit/6a0f4e7f4da054ba03646e2a9cd762ec4f0c158d)) - (Tonye Jack)
+- Update diff-sha.sh ([ac593b9](https://github.com/tj-actions/changed-files/commit/ac593b977e96083c4929efa48bb05633afed835c)) - (Tonye Jack)
+- Update diff-sha.sh ([5b43f91](https://github.com/tj-actions/changed-files/commit/5b43f918391d796bc464cb0cbd537cbe75d3a4ea)) - (Tonye Jack)
+- Update diff-sha.sh ([367c547](https://github.com/tj-actions/changed-files/commit/367c547d7d8b6e7e574cb34a2ce3800072db4044)) - (Tonye Jack)
+- Update diff-sha.sh ([6ac1087](https://github.com/tj-actions/changed-files/commit/6ac10877755a1de4bd5f14d1616007c1fd51a999)) - (Tonye Jack)
+- Update diff-sha.sh ([2982c7c](https://github.com/tj-actions/changed-files/commit/2982c7c1d09070c10d533dd14d195c1793bbbfd4)) - (Tonye Jack)
+- Update diff-sha.sh ([a3a62da](https://github.com/tj-actions/changed-files/commit/a3a62da413fdbe8d9e79d6ed5d8c8d0899d23bc8)) - (Tonye Jack)
+- Update diff-sha.sh ([958d453](https://github.com/tj-actions/changed-files/commit/958d453c5dd1aafb07e10aed3287a11e807548c9)) - (Tonye Jack)
+- Update diff-sha.sh ([0f09389](https://github.com/tj-actions/changed-files/commit/0f093899546dc124d6442629337ac74e38608588)) - (Tonye Jack)
+- Update diff-sha.sh ([dc104b5](https://github.com/tj-actions/changed-files/commit/dc104b5c83b2820110d3429d53d2b44dcc97b622)) - (Tonye Jack)
+- Update diff-sha.sh
+
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([97e6723](https://github.com/tj-actions/changed-files/commit/97e67238eae0caff43977a1e616f2dc83c476015)) - (Tonye Jack)
+- Update diff-sha.sh ([ac72938](https://github.com/tj-actions/changed-files/commit/ac72938f3a87db3b5a54c1fb3149221032abc6da)) - (Tonye Jack)
+- Update diff-sha.sh ([133f857](https://github.com/tj-actions/changed-files/commit/133f857c904346c8c8c0b1db5055f4dd6fe09d6b)) - (Tonye Jack)
+- Update diff-sha.sh ([3e8708a](https://github.com/tj-actions/changed-files/commit/3e8708a68459aa9a34c10a846402235eb5b22440)) - (Tonye Jack)
+- Update diff-sha.sh ([90a4d2a](https://github.com/tj-actions/changed-files/commit/90a4d2a19ba21c5033e6ad86d19548c728993fa0)) - (Tonye Jack)
+- Update diff-sha.sh ([251c038](https://github.com/tj-actions/changed-files/commit/251c03879aca6641a1a76ca0deb05ab5ba242d23)) - (Tonye Jack)
+- Update diff-sha.sh ([ae5f032](https://github.com/tj-actions/changed-files/commit/ae5f0327740921ed20ebcc52e988e0b442a5682d)) - (Tonye Jack)
+- Update diff-sha.sh ([dd6f3c9](https://github.com/tj-actions/changed-files/commit/dd6f3c9e10b7d2a235e0ade60152bab8721a9d1c)) - (Tonye Jack)
+- Update diff-sha.sh ([84396ed](https://github.com/tj-actions/changed-files/commit/84396edc7e420f29bbba09e21c613457cbe6ad5b)) - (Tonye Jack)
+- Update diff-sha.sh ([6079b26](https://github.com/tj-actions/changed-files/commit/6079b26874d9e543aa4e5112d041b438a09de2e1)) - (Tonye Jack)
+- Update diff-sha.sh ([1fd6247](https://github.com/tj-actions/changed-files/commit/1fd624717d4f4e82d614b7a201a22e7ad7ce264c)) - (Tonye Jack)
+- Update diff-sha.sh ([dca71d6](https://github.com/tj-actions/changed-files/commit/dca71d6aaa68682ed5939f5b666086e15e42c364)) - (Tonye Jack)
+- Updated README.md ([a4d7180](https://github.com/tj-actions/changed-files/commit/a4d7180f07bead9a9c2b15931d4273958dd26ac7)) - (jackton1)
+- Update action.yml ([8890344](https://github.com/tj-actions/changed-files/commit/8890344e49f979213ccac623b917e28e9b412c65)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#762](https://github.com/tj-actions/changed-files/pull/762): README.md ([6ba3c59](https://github.com/tj-actions/changed-files/commit/6ba3c59bc6825f1ad375d92a9e70c6b275db0ddd)) - (Tonye Jack)
+- PR [#761](https://github.com/tj-actions/changed-files/pull/761): fixed test ([338a11e](https://github.com/tj-actions/changed-files/commit/338a11e8c5c5a85946174d6ff9b9e2d0aa26d051)) - (Tonye Jack)
+- PR [#759](https://github.com/tj-actions/changed-files/pull/759): ([9b079a7](https://github.com/tj-actions/changed-files/commit/9b079a7363e4faeb8c8f73cc4c8c4b37e68a638f)) - (Tonye Jack)
+- Merge branch 'main' into chore/update-test ([ece8e1f](https://github.com/tj-actions/changed-files/commit/ece8e1f56610fcf4e7b76daad2ba1a1e0a710a51)) - (Tonye Jack)
+- PR [#760](https://github.com/tj-actions/changed-files/pull/760): update env ([cfbf2ee](https://github.com/tj-actions/changed-files/commit/cfbf2ee2eafeef00a2767ffa4d5718f059042491)) - (Tonye Jack)
+- PR [#758](https://github.com/tj-actions/changed-files/pull/758): improve test coverage ([a14ccf0](https://github.com/tj-actions/changed-files/commit/a14ccf053e0990e17f32047d35e0555a0a372696)) - (Tonye Jack)
+- PR [#756](https://github.com/tj-actions/changed-files/pull/756): README.md ([6e95ff3](https://github.com/tj-actions/changed-files/commit/6e95ff3cd53db1a68eb6036ba910194801042344)) - (Tonye Jack)
+- PR [#754](https://github.com/tj-actions/changed-files/pull/754): to v34.1.1 ([d3f15b4](https://github.com/tj-actions/changed-files/commit/d3f15b49f116d7172c81ebedfa9d59e32bf2bee9)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Fixed test ([dee73a7](https://github.com/tj-actions/changed-files/commit/dee73a71be26fbd45f32fb8554fa82af5c656e03)) - (Tonye Jack)
+- Update env ([6042b81](https://github.com/tj-actions/changed-files/commit/6042b819eb327b3260420640b0e64d60964a5568)) - (Tonye Jack)
+- Update test ([b94eca1](https://github.com/tj-actions/changed-files/commit/b94eca1419f00612eb632ed051e7536ff58a6f5b)) - (Tonye Jack)
+- Improve test coverage ([441dd9f](https://github.com/tj-actions/changed-files/commit/441dd9f254524d7d361b0065d8cce84f21b939bf)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.0.5 -> v34.1.1 ([8227e31](https://github.com/tj-actions/changed-files/commit/8227e3155da0cb2da831a1bbe88e7382b23e3caf)) - (jackton1)
+
+# [34.1.1](https://github.com/tj-actions/changed-files/compare/v34.0.5...v34.1.1) - (2022-11-04)
+
+## đ Features
+
+- Include merge commit for push events ([ed9a8c6](https://github.com/tj-actions/changed-files/commit/ed9a8c623ca109cec468466356dd6df1e4188149)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Fixed the test ([7d07168](https://github.com/tj-actions/changed-files/commit/7d0716889bb9a0aa4c37a05f739fd66d6e130c04)) - (Tonye Jack)
+- Fixed test ([61651ce](https://github.com/tj-actions/changed-files/commit/61651ceaa902cdad66fde5241109205ab06fa3e5)) - (Tonye Jack)
+- Including changed files from merge commits ([986dcdd](https://github.com/tj-actions/changed-files/commit/986dcdd05475172779ccab62712e532629985d25)) - (Tonye Jack)
+
+## đ Update
+
+- Update diff-sha.sh ([08509d9](https://github.com/tj-actions/changed-files/commit/08509d9a429024fab49ebd19e5a943d14ae296c7)) - (Tonye Jack)
+- Updated test ([807520b](https://github.com/tj-actions/changed-files/commit/807520bd145ea265b13d276816ed6fb2673b7887)) - (Tonye Jack)
+- Updated test ([68efb13](https://github.com/tj-actions/changed-files/commit/68efb13b02b737dcdc01e55bae9b65955f377445)) - (Tonye Jack)
+- Update diff-sha.sh ([3351aa0](https://github.com/tj-actions/changed-files/commit/3351aa00b2fb67b2d14827f16877261b704ef8c9)) - (Tonye Jack)
+- Updated diff-sha.sh ([b4b4b40](https://github.com/tj-actions/changed-files/commit/b4b4b40c0326a9b4133323aab631f5971c996c16)) - (Tonye Jack)
+- Updated diff-sha.sh ([bfe077b](https://github.com/tj-actions/changed-files/commit/bfe077bfb660393b4ca22f6b52d43ed55999b9d5)) - (Tonye Jack)
+- Updated diff-sha.sh ([62aef87](https://github.com/tj-actions/changed-files/commit/62aef87f399ebe7787f227f1d53e17a089874097)) - (Tonye Jack)
+- Updated diff-sha.sh ([a896574](https://github.com/tj-actions/changed-files/commit/a8965747f251a4a542c76487ad77760733751946)) - (Tonye Jack)
+- Updated diff-sha.sh ([6a28d55](https://github.com/tj-actions/changed-files/commit/6a28d55cbf7c6e71a5ae376ffce47e74537386e8)) - (Tonye Jack)
+- Updated debug message. ([902daca](https://github.com/tj-actions/changed-files/commit/902daca59253d52f00ceacdb4517c69f5a799ac0)) - (Tonye Jack)
+- Update fetch_depth ([b8094dc](https://github.com/tj-actions/changed-files/commit/b8094dc31e019229cf4f81f713c67c1a01e28ac3)) - (Tonye Jack)
+- Updated debug message. ([e2bb33a](https://github.com/tj-actions/changed-files/commit/e2bb33a27822b8b64f97aac376526aa1c947f469)) - (Tonye Jack)
+- Updated README.md ([99b636b](https://github.com/tj-actions/changed-files/commit/99b636b6a700cc59a6d4a664d718624eefd541e4)) - (jackton1)
+- Updated to increase shallow clone depth ([f390b8d](https://github.com/tj-actions/changed-files/commit/f390b8d769a96f800260d5a268cd065016ca2d9e)) - (Tonye Jack)
+- Updated to increase shallow clone depth ([764c279](https://github.com/tj-actions/changed-files/commit/764c2795098e851e7e7998c0cf79d3124d29826c)) - (Tonye Jack)
+- Updated to fetch the current PR branch ([bf1b284](https://github.com/tj-actions/changed-files/commit/bf1b284c20a4a7d2fe2cd146c4da60b9533338ac)) - (Tonye Jack)
+- Updated test.yml ([c50a04d](https://github.com/tj-actions/changed-files/commit/c50a04d832dd9a269d6d72bea0dd483414d17ed7)) - (Tonye Jack)
+- Updated to fetch the current PR branch ([f8d4b5c](https://github.com/tj-actions/changed-files/commit/f8d4b5c28649ea42a995edff84132b6e3a63a3dc)) - (Tonye Jack)
+- Update test.yml ([31d24d6](https://github.com/tj-actions/changed-files/commit/31d24d6654592f87821f12864249fbed2b87c7c7)) - (Tonye Jack)
+- Updated error message. ([8fb8d46](https://github.com/tj-actions/changed-files/commit/8fb8d46593e0f253dd2fe9a9ac7e1975cf8f3c64)) - (Tonye Jack)
+- Updated diff-sha.sh ([7b3e6ed](https://github.com/tj-actions/changed-files/commit/7b3e6ed2f5bcdbaeb065e6c08a67eec06992e6c9)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([06d1e2d](https://github.com/tj-actions/changed-files/commit/06d1e2d093f7f9ab5d1209c96ba0ea7e34c46e11)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([be35464](https://github.com/tj-actions/changed-files/commit/be35464a0e666161bf53bdc078728aa3c7d5cd34)) - (Tonye Jack)
+- Updated test ([b2e6ece](https://github.com/tj-actions/changed-files/commit/b2e6ecea0959f1ed9857ea975fcfe334ee47db2b)) - (Tonye Jack)
+- Updated test ([fea3b5e](https://github.com/tj-actions/changed-files/commit/fea3b5eab8cbbfc51d8988e9bf95db3f7136d595)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([e15fb07](https://github.com/tj-actions/changed-files/commit/e15fb07855aedc748b30ea80a2418b28605cb6f7)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([e712ee7](https://github.com/tj-actions/changed-files/commit/e712ee7e3d01a3f3e02f1eab545ab6b791797acc)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([10de0c5](https://github.com/tj-actions/changed-files/commit/10de0c5e4e97dbb838ff460aaae23ad1e1e54da7)) - (Tonye Jack)
+- Updated get-changed-paths.sh ([08fb627](https://github.com/tj-actions/changed-files/commit/08fb627a3dfe328b07cb0514822a74212cd60229)) - (Tonye Jack)
+- Update get-changed-paths.sh ([4034cb9](https://github.com/tj-actions/changed-files/commit/4034cb97bc983c70701a7f342d43f31ba54761f8)) - (Tonye Jack)
+- Update get-changed-paths.sh ([de59412](https://github.com/tj-actions/changed-files/commit/de59412f4b1fc7775a44372e68ebed9038df3392)) - (Tonye Jack)
+- Update get-changed-paths.sh ([13809e0](https://github.com/tj-actions/changed-files/commit/13809e0a154eef305365505858358b0a9d64cd5c)) - (Tonye Jack)
+- Update get-changed-paths.sh ([c715985](https://github.com/tj-actions/changed-files/commit/c715985c07939d5e0cb3f9cb6d54c9b44674474d)) - (Tonye Jack)
+- Update get-changed-paths.sh ([32c930e](https://github.com/tj-actions/changed-files/commit/32c930e9ab655bf04c73da00249b97124620e09b)) - (Tonye Jack)
+- Update diff-sha.sh ([f1febd4](https://github.com/tj-actions/changed-files/commit/f1febd43b2aba49aeb0adbf1ae8cb472afe7aed9)) - (Tonye Jack)
+- Update diff-sha.sh ([b9fcfc6](https://github.com/tj-actions/changed-files/commit/b9fcfc65d8f83de480094100cc85b7f616091e00)) - (Tonye Jack)
+- Update get-changed-paths.sh ([19ffb8f](https://github.com/tj-actions/changed-files/commit/19ffb8fde5fba3f267c4d2b860a0b045b89d1ce4)) - (Tonye Jack)
+- Update diff-sha.sh ([420c851](https://github.com/tj-actions/changed-files/commit/420c851349eb47b0783dac365a267913ccde062c)) - (Tonye Jack)
+- Update action.yml ([75a97e3](https://github.com/tj-actions/changed-files/commit/75a97e3f7b9ca5f69ece6b62795db99780f8124f)) - (Tonye Jack)
+- Update test.yml ([61af1b5](https://github.com/tj-actions/changed-files/commit/61af1b57e43d9f361f9686eda4254bbad47e5eda)) - (Tonye Jack)
+- Update diff-sha.sh ([4703a0c](https://github.com/tj-actions/changed-files/commit/4703a0ce803001e79c367a0cf1e58e1678dd76fd)) - (Tonye Jack)
+- Update diff-sha.sh ([4054514](https://github.com/tj-actions/changed-files/commit/40545148742e6c0d9e321a395f0b86e2f9be93e5)) - (Tonye Jack)
+- Update diff-sha.sh ([b9e70f7](https://github.com/tj-actions/changed-files/commit/b9e70f78217009b41c74da3b384c65f4ba7747e5)) - (Tonye Jack)
+- Update diff-sha.sh ([5716894](https://github.com/tj-actions/changed-files/commit/57168941b24e1c4ddb5247c7fc7336abe7dfeb6f)) - (Tonye Jack)
+- Update diff-sha.sh ([d3cd1f4](https://github.com/tj-actions/changed-files/commit/d3cd1f406f3863db7e9a181f7e7977cb375650af)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#753](https://github.com/tj-actions/changed-files/pull/753): to v34.1.0 ([d0e4477](https://github.com/tj-actions/changed-files/commit/d0e44775cd5572bb0ead1d7d2e399015644f7359)) - (Tonye Jack)
+- PR [#752](https://github.com/tj-actions/changed-files/pull/752): to v34.1.0 ([ad3a3e0](https://github.com/tj-actions/changed-files/commit/ad3a3e02a753d8172139f6beea0a64f588178094)) - (Tonye Jack)
+- PR [#746](https://github.com/tj-actions/changed-files/pull/746): ([a471e65](https://github.com/tj-actions/changed-files/commit/a471e65bf224ab1bbc9223e90b94f316cfdae315)) - (Tonye Jack)
+- Merge branch 'main' into chore/update-test ([0cf7a23](https://github.com/tj-actions/changed-files/commit/0cf7a237853910ce67bf98d9bf38713cf9d1e4bc)) - (Tonye Jack)
+- PR [#751](https://github.com/tj-actions/changed-files/pull/751): README.md ([984ab2b](https://github.com/tj-actions/changed-files/commit/984ab2b4b8f3419501599c46c022b96e9e8a3f2f)) - (Tonye Jack)
+- Merge branch 'main' into chore/update-test ([22c9314](https://github.com/tj-actions/changed-files/commit/22c9314c528178ac9ffa05415261871a40141d38)) - (Tonye Jack)
+- PR [#736](https://github.com/tj-actions/changed-files/pull/736): including changed files from merge commits, no merge-base found ([d96e4cf](https://github.com/tj-actions/changed-files/commit/d96e4cfa304ddecf500798084c7806f72056f3c5)) - (Tonye Jack)
+- Merge branch 'main' into fix/including-changed-files-from-merge-commits ([2a5aadb](https://github.com/tj-actions/changed-files/commit/2a5aadbf48fb932c3ea58e5cf020d3ea3624bd19)) - (Tonye Jack)
+- Merge branch 'main' into fix/including-changed-files-from-merge-commits ([3fa5a82](https://github.com/tj-actions/changed-files/commit/3fa5a82cb1b4f30e63e9e980c526308d610c0fd2)) - (Tonye Jack)
+- Merge branch 'main' into fix/including-changed-files-from-merge-commits ([dedb632](https://github.com/tj-actions/changed-files/commit/dedb6325a880afe8a958493ea1eaaf2af8fe4256)) - (Tonye Jack)
+- Merge branch 'main' into chore/update-test ([b969806](https://github.com/tj-actions/changed-files/commit/b969806a43a3705e6960e76029bacb1106a2bf59)) - (Tonye Jack)
+- PR [#749](https://github.com/tj-actions/changed-files/pull/749): to v34.0.5 ([0f0e558](https://github.com/tj-actions/changed-files/commit/0f0e558289b6a64ae2cc62fcb4597251a7cf1bc4)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.0.5 -> v34.1.0 ([5f73da3](https://github.com/tj-actions/changed-files/commit/5f73da34f894ebafd186573db2009e53ba767c5c)) - (jackton1)
+- Upgraded from v34.0.5 -> v34.1.0 ([99d1026](https://github.com/tj-actions/changed-files/commit/99d1026ab84f99bc726dbcc2f5e8305e3881031c)) - (jackton1)
+- Upgraded from v34.0.4 -> v34.0.5 ([7cdc187](https://github.com/tj-actions/changed-files/commit/7cdc1871c1c53c938805f96d08c27acd28b4aaa7)) - (jackton1)
+
+# [34.0.5](https://github.com/tj-actions/changed-files/compare/v34.0.4...v34.0.5) - (2022-11-02)
+
+## đ Bug Fixes
+
+- Error finding merge-base ([0643dfe](https://github.com/tj-actions/changed-files/commit/0643dfe61b97056aec4b9ee1cd0909d8a0ef93af)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#748](https://github.com/tj-actions/changed-files/pull/748): ([1263363](https://github.com/tj-actions/changed-files/commit/12633630aba2ab48ec2ad8a3344dd736d61a7b89)) - (Tonye Jack)
+- PR [#745](https://github.com/tj-actions/changed-files/pull/745): ([58b52f3](https://github.com/tj-actions/changed-files/commit/58b52f3bf81ee4eeaf096bbaefe6415b85a706a0)) - (Tonye Jack)
+- PR [#744](https://github.com/tj-actions/changed-files/pull/744): to v34.0.3 ([2aafb8f](https://github.com/tj-actions/changed-files/commit/2aafb8f8d030cebfa1925581f05afcb8c4853eec)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update test ([d66098e](https://github.com/tj-actions/changed-files/commit/d66098e3dd7c3eacb1ad679b635cfa6d285beec0)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.0.3 -> v34.0.4 ([368551a](https://github.com/tj-actions/changed-files/commit/368551a1335678087a984fff983a66d3993b4ff0)) - (jackton1)
+- Upgraded from v34.0.2 -> v34.0.3 ([9c4736b](https://github.com/tj-actions/changed-files/commit/9c4736bb17b57e13d702b3976259bb94bcfd87f3)) - (jackton1)
+
+# [34.0.4](https://github.com/tj-actions/changed-files/compare/v34.0.3...v34.0.4) - (2022-11-02)
+
+## đ Features
+
+- Increase the default max_fetch_depth ([ed67b9c](https://github.com/tj-actions/changed-files/commit/ed67b9caa44c8b0cfa2ab4dc84dbe215cf42d6ee)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([a4cabf6](https://github.com/tj-actions/changed-files/commit/a4cabf6b61e210585ea0326de3b2bfae0ee912f4)) - (jackton1)
+
+## đ Other
+
+- PR [#743](https://github.com/tj-actions/changed-files/pull/743): README.md ([7184077](https://github.com/tj-actions/changed-files/commit/71840771e95943b1ab0c8f8ae45aeb0a34458e2e)) - (Tonye Jack)
+- PR [#742](https://github.com/tj-actions/changed-files/pull/742): ([ce98483](https://github.com/tj-actions/changed-files/commit/ce984838009f1387edbac89776808a4aa3990fb9)) - (Tonye Jack)
+
+# [34.0.3](https://github.com/tj-actions/changed-files/compare/v34.0.2...v34.0.3) - (2022-11-02)
+
+## đ Features
+
+- Pull initial history ([e92598c](https://github.com/tj-actions/changed-files/commit/e92598caebc065f89ec98ca8be94f711f5a01b0b)) - (Tonye Jack)
+
+## đ Update
+
+- Update diff-sha.sh ([f1bc8b0](https://github.com/tj-actions/changed-files/commit/f1bc8b08922ee0b12090f4e8702dddebe0ea39b6)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#740](https://github.com/tj-actions/changed-files/pull/740): pull initial history when using the default fetch-depth ([cbfb0fd](https://github.com/tj-actions/changed-files/commit/cbfb0fda5afcfbf4ef0ef854bf0d8210abd0866f)) - (Tonye Jack)
+- PR [#741](https://github.com/tj-actions/changed-files/pull/741): ([edd790e](https://github.com/tj-actions/changed-files/commit/edd790e0a848029b6744c21163afe7c8052aac81)) - (Tonye Jack)
+- PR [#739](https://github.com/tj-actions/changed-files/pull/739): ([c295a8a](https://github.com/tj-actions/changed-files/commit/c295a8af70d120708e68835febd9b6f669942303)) - (Tonye Jack)
+- Merge branch 'main' into chore/fixed-typo ([ae1ce4e](https://github.com/tj-actions/changed-files/commit/ae1ce4eb541d5404a80170aa877cb8d40977563a)) - (Tonye Jack)
+- PR [#734](https://github.com/tj-actions/changed-files/pull/734): to v34.0.2 ([c2547e2](https://github.com/tj-actions/changed-files/commit/c2547e29dd5947cf157ac5cfa38927929cf2c1b6)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update test increase max-parallel ([bc3236f](https://github.com/tj-actions/changed-files/commit/bc3236f03570ad4dacd2372444fbe7b98ccd6358)) - (Tonye Jack)
+- Update test ([#738](https://github.com/tj-actions/changed-files/issues/738)) ([b65bd34](https://github.com/tj-actions/changed-files/commit/b65bd345efd697c0d074d59c28090a1e9f21d5ec)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.0.1 -> v34.0.2 ([cebc3a1](https://github.com/tj-actions/changed-files/commit/cebc3a10721011a25b7f7c79655abfe3178cf393)) - (jackton1)
+
+# [34.0.2](https://github.com/tj-actions/changed-files/compare/v34.0.1...v34.0.2) - (2022-10-31)
+
+## đ Bug Fixes
+
+- Fixed bug retrieving the first commit of a pull request ([1e6b143](https://github.com/tj-actions/changed-files/commit/1e6b1430733d116943154de07c58a41d2ab87fd1)) - (Tonye Jack)
+- Fixed test ([3951876](https://github.com/tj-actions/changed-files/commit/39518769ff39fcd5181fb4390766d495da539b36)) - (Tonye Jack)
+- Bug detecting initial commits ([a5eb308](https://github.com/tj-actions/changed-files/commit/a5eb308eb765df1e22271b839679dde4a87d6a9f)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([7ce52e8](https://github.com/tj-actions/changed-files/commit/7ce52e88c0c316ee21e8f1bdc8ea4aebf59e0db3)) - (jackton1)
+- Updated README.md ([68d7ab1](https://github.com/tj-actions/changed-files/commit/68d7ab12b2f6371cd7adedc7f29c3bfce08c8d7e)) - (jackton1)
+- Update README.md ([1a90f7b](https://github.com/tj-actions/changed-files/commit/1a90f7b69cf4fa3f69f9b73aa44fd9108d505f78)) - (Tonye Jack)
+- Update README.md ([c2c0047](https://github.com/tj-actions/changed-files/commit/c2c004776f9518c4dcd4ac394c4779f0035272c2)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#733](https://github.com/tj-actions/changed-files/pull/733): update docs ([932dad3](https://github.com/tj-actions/changed-files/commit/932dad31974f07bd23cab5870d45c6e5ad5c8b73)) - (Tonye Jack)
+- Merge branch 'main' into chore/update-docs ([c0fcba5](https://github.com/tj-actions/changed-files/commit/c0fcba572d5787eff8312c7e5043802e114d0d10)) - (Tonye Jack)
+- PR [#732](https://github.com/tj-actions/changed-files/pull/732): README.md ([5dee4bc](https://github.com/tj-actions/changed-files/commit/5dee4bc71813d0680f524cd5021e0213f7c24f51)) - (Tonye Jack)
+- PR [#730](https://github.com/tj-actions/changed-files/pull/730): update docs ([795015c](https://github.com/tj-actions/changed-files/commit/795015c1e87fcbd929e4e77fc6f1f43dc97a4117)) - (Tonye Jack)
+- Merge branch 'main' into chore/update-docs-1 ([65b4f04](https://github.com/tj-actions/changed-files/commit/65b4f04d509062bcaeacd580f479d5df2cb38f7f)) - (Tonye Jack)
+- PR [#731](https://github.com/tj-actions/changed-files/pull/731): fix detecting changes with the first PR commit ([f94d252](https://github.com/tj-actions/changed-files/commit/f94d252ceaeba5d0f274fc456d486e6ab847e2ef)) - (Tonye Jack)
+- PR [#729](https://github.com/tj-actions/changed-files/pull/729): ([e793a5d](https://github.com/tj-actions/changed-files/commit/e793a5d9022012b7c0054429eccd0a303bf42a2d)) - (Tonye Jack)
+- PR [#728](https://github.com/tj-actions/changed-files/pull/728): ([bcba9b1](https://github.com/tj-actions/changed-files/commit/bcba9b1fee1786041372fb1addfe26d155323a3c)) - (Tonye Jack)
+- Merge branch 'main' into fix/bug-detecting-initial-commits ([3e2fd5f](https://github.com/tj-actions/changed-files/commit/3e2fd5f6b33b4e220f144129527c159b84e87624)) - (Tonye Jack)
+- PR [#727](https://github.com/tj-actions/changed-files/pull/727): ([bb94437](https://github.com/tj-actions/changed-files/commit/bb9443782bb51504e2404cc885902d8bf4c2f63d)) - (Tonye Jack)
+- PR [#726](https://github.com/tj-actions/changed-files/pull/726): ([d24b4c4](https://github.com/tj-actions/changed-files/commit/d24b4c4320b014ecfa73194f12715cd93cf3af67)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update docs ([66521ab](https://github.com/tj-actions/changed-files/commit/66521ab1de6bd7dbb7d1a212f7b68f1c483d46a6)) - (Tonye Jack)
+- Fix detecting changes with the first PR commit ([3c4becd](https://github.com/tj-actions/changed-files/commit/3c4becd315288285b23f2de8901d57dc1b8e9041)) - (Tonye Jack)
+- Update docs ([a5be4dd](https://github.com/tj-actions/changed-files/commit/a5be4ddc74262f1bec4cfbed2bb085ae3288a0e8)) - (Tonye Jack)
+- Update debug message ([983dfd7](https://github.com/tj-actions/changed-files/commit/983dfd764c1f6a61ee8003968e2407b032ac695c)) - (Tonye Jack)
+- Fixed typo. ([23c0e1a](https://github.com/tj-actions/changed-files/commit/23c0e1a9b3c827f29926f4453ab153c41f93faa5)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v34.0.0 -> v34.0.1 ([6e32c65](https://github.com/tj-actions/changed-files/commit/6e32c65ce468a4a9b807bf5aaec9a0e97bb5f97f)) - (jackton1)
+
+# [34.0.1](https://github.com/tj-actions/changed-files/compare/v34.0.0...v34.0.1) - (2022-10-31)
+
+## đ Bug Fixes
+
+- Bug with detecting changes in initial commit. ([98989f1](https://github.com/tj-actions/changed-files/commit/98989f19ee835b2af515bba698a2f017672db577)) - (Tonye Jack)
+- Fixed bug with command. ([fcedc1d](https://github.com/tj-actions/changed-files/commit/fcedc1dc3fe78507618591b4c07f8d1188513f08)) - (Tonye Jack)
+- Bug with finding merge-base ([7f68648](https://github.com/tj-actions/changed-files/commit/7f686480673c31e61eeac5a34ddea3f75c4433b0)) - (Tonye Jack)
+
+## â Add
+
+- Create diff-sha.sh ([252a35e](https://github.com/tj-actions/changed-files/commit/252a35e796a19f955902c1bae82aecb0fc28df9a)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([3a08ee3](https://github.com/tj-actions/changed-files/commit/3a08ee3d6693c0a7f474119324dc7870fa787730)) - (jackton1)
+- Update function ([a8c8155](https://github.com/tj-actions/changed-files/commit/a8c8155e8e2a754ba77cfe04253ec8896cd27a67)) - (Tonye Jack)
+- Update diff-sha.sh ([c1cc30c](https://github.com/tj-actions/changed-files/commit/c1cc30c8d4fdb1702db018a6878fd41ed6ac94ef)) - (Tonye Jack)
+- Update diff-sha.sh ([79704e5](https://github.com/tj-actions/changed-files/commit/79704e5d8fc0b49fc207ff817d5191caae593d05)) - (Tonye Jack)
+- Update diff-sha.sh ([c276f6f](https://github.com/tj-actions/changed-files/commit/c276f6ff7e04c078cc1baf3d7bc44fb7521e6eca)) - (Tonye Jack)
+- Updated README.md ([286e016](https://github.com/tj-actions/changed-files/commit/286e016e0e268bcc6ec21f0769f80ddb72dad729)) - (jackton1)
+- Update update-readme.yml ([fd0e558](https://github.com/tj-actions/changed-files/commit/fd0e5587fa4994e46f2cda01d5077d95086149f9)) - (Tonye Jack)
+- Updated README.md ([4bf3bdf](https://github.com/tj-actions/changed-files/commit/4bf3bdf2d849b345a11da960b9dbc1aeff86e2af)) - (jackton1)
+- Updated README.md ([1b8d7e8](https://github.com/tj-actions/changed-files/commit/1b8d7e81b05bec74d90efefaf07c8824304aaef7)) - (jackton1)
+- Updated .github/ISSUE_TEMPLATE/bug_report.yaml ([ff59751](https://github.com/tj-actions/changed-files/commit/ff59751b3cae89fe1370db3ebe2a57101f134516)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#725](https://github.com/tj-actions/changed-files/pull/725): ([9f28968](https://github.com/tj-actions/changed-files/commit/9f289689bb8364780830da00b69507b88b5a2f07)) - (Tonye Jack)
+- PR [#724](https://github.com/tj-actions/changed-files/pull/724): ([3f90c29](https://github.com/tj-actions/changed-files/commit/3f90c29b0d026b0cd0c0b6df1584b1dac2542489)) - (Tonye Jack)
+- PR [#723](https://github.com/tj-actions/changed-files/pull/723): ([786dd82](https://github.com/tj-actions/changed-files/commit/786dd821bc14523b398263f9e97c2322ddaf73ee)) - (Tonye Jack)
+- PR [#722](https://github.com/tj-actions/changed-files/pull/722): ([28a044a](https://github.com/tj-actions/changed-files/commit/28a044aa26ac3dfb14f767172061bb28967fb21c)) - (Tonye Jack)
+- Merge branch 'main' into fix/bug-with-finding-merge-base ([096d3ea](https://github.com/tj-actions/changed-files/commit/096d3eabcdb47bf83aa8c09126bd84cf6880bea7)) - (Tonye Jack)
+- PR [#720](https://github.com/tj-actions/changed-files/pull/720): ([ada5b18](https://github.com/tj-actions/changed-files/commit/ada5b187c7fc6c0d93a80c84cc6ea8601b97089d)) - (Tonye Jack)
+- PR [#719](https://github.com/tj-actions/changed-files/pull/719): ([fdc57a1](https://github.com/tj-actions/changed-files/commit/fdc57a15f66e728cf2b8c2f1c933bcbc4ae72c05)) - (Tonye Jack)
+- PR [#717](https://github.com/tj-actions/changed-files/pull/717): ([01870df](https://github.com/tj-actions/changed-files/commit/01870df0a935f2e09e72b0e20beebb207da7a288)) - (Tonye Jack)
+- PR [#716](https://github.com/tj-actions/changed-files/pull/716): ([77121bc](https://github.com/tj-actions/changed-files/commit/77121bc77bb474d7c75105ac9401674031d8e42c)) - (Tonye Jack)
+- Merge branch 'main' into chore/update-docs ([6ae1152](https://github.com/tj-actions/changed-files/commit/6ae1152eea5cdef2ae1ca4761856e4c926da9a8d)) - (Tonye Jack)
+- PR [#712](https://github.com/tj-actions/changed-files/pull/712): ([bb9c177](https://github.com/tj-actions/changed-files/commit/bb9c177485289a2586e7cc4dc03e09dc8a588f74)) - (Tonye Jack)
+- PR [#711](https://github.com/tj-actions/changed-files/pull/711): ([68f8992](https://github.com/tj-actions/changed-files/commit/68f89922d65292f214a6063c63652a614da66184)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Increase the default max_fetch_depth ([8cfc822](https://github.com/tj-actions/changed-files/commit/8cfc8228874225974667669a76e026b7cef28806)) - (Tonye Jack)
+- **deps:** Update tj-actions/auto-doc action to v1.4.3 ([855a023](https://github.com/tj-actions/changed-files/commit/855a023c51f2671fe44017a1a7508e3188b2b131)) - (renovate[bot])
+- **deps:** Update tj-actions/auto-doc action to v1.4.2 ([e843160](https://github.com/tj-actions/changed-files/commit/e843160dcb7abe8c4ea169c71bca42e47931e2b0)) - (renovate[bot])
+- Updated docs ([335f001](https://github.com/tj-actions/changed-files/commit/335f001567174a297b4c8889a06275bb4e212741)) - (Tonye Jack)
+- Remove comment ([bc752d6](https://github.com/tj-actions/changed-files/commit/bc752d6087a72fc1800a0c4441344745b546131f)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v33 -> v34.0.0 ([450406e](https://github.com/tj-actions/changed-files/commit/450406efbc13224725cc778c1087e465eee4b681)) - (jackton1)
+
+# [34.0.0](https://github.com/tj-actions/changed-files/compare/v33.0.0...v34.0.0) - (2022-10-25)
+
+## đ Features
+
+- Add support for fetching more history ([fe56d42](https://github.com/tj-actions/changed-files/commit/fe56d428c0b0babb4d23d63251cab341cb1e1bd8)) - (Tonye Jack)
+
+## đ Update
+
+- Updated test.yml ([5c9ad7f](https://github.com/tj-actions/changed-files/commit/5c9ad7fce677f62cb05127fe8d2b7102b87d1a41)) - (Tonye Jack)
+- Updated test.yml ([4b455d3](https://github.com/tj-actions/changed-files/commit/4b455d3d83441730c691fb670a6f11e35784d641)) - (Tonye Jack)
+- Update README.md ([cfc8494](https://github.com/tj-actions/changed-files/commit/cfc8494f3b6e7c835f10072e045285501ec0040f)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#710](https://github.com/tj-actions/changed-files/pull/710): ([c4d29bf](https://github.com/tj-actions/changed-files/commit/c4d29bf5b2769a725bcc9a723c498ba9c34c05b4)) - (Tonye Jack)
+- PR [#709](https://github.com/tj-actions/changed-files/pull/709): ([af3b754](https://github.com/tj-actions/changed-files/commit/af3b754ee26027ea3fb3ada7625b9fda6e9f0176)) - (Tonye Jack)
+- Simplify code ([941c21b](https://github.com/tj-actions/changed-files/commit/941c21b6815ee8eeb3153d6459954ce3ed3df256)) - (Tonye Jack)
+- PR [#707](https://github.com/tj-actions/changed-files/pull/707): ([f10717d](https://github.com/tj-actions/changed-files/commit/f10717dc73dd3f422409547db877df206fd212ee)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Use local scoped variables ([995ead5](https://github.com/tj-actions/changed-files/commit/995ead5584411f71e6136331eabe59f8e1595cda)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v32 -> v33.0.0 ([e4decfd](https://github.com/tj-actions/changed-files/commit/e4decfd4bd3eb6501a1ba57d4083af40be857d33)) - (jackton1)
+
+# [33.0.0](https://github.com/tj-actions/changed-files/compare/v32.1.2...v33.0.0) - (2022-10-21)
+
+## đ Features
+
+- Switch to three dot diff ([4e8b111](https://github.com/tj-actions/changed-files/commit/4e8b111da17b4274ab8ed3218d0b2cc50fc5a9f4)) - (Tonye Jack)
+
+## â Add
+
+- Create README.md ([a6a95f0](https://github.com/tj-actions/changed-files/commit/a6a95f098b59fb76dda188ccc9ee5efd6e25b6df)) - (Tonye Jack)
+
+## đ Update
+
+- Updated Codacy scan. ([9403c91](https://github.com/tj-actions/changed-files/commit/9403c911ce5bbfd03a3b5aaed70a25845610c24b)) - (Tonye Jack)
+- Update spacing and revert changes to git log commands. ([711eaef](https://github.com/tj-actions/changed-files/commit/711eaef9ea19bd47b4479c619d4061a700777467)) - (Tonye Jack)
+- Updated error handling ([b670630](https://github.com/tj-actions/changed-files/commit/b670630c81aa7782a9ec32c1170a36a1ebef4e7d)) - (Tonye Jack)
+- Update error handling. ([dd5ec50](https://github.com/tj-actions/changed-files/commit/dd5ec50e4b701a7c982dffccd3ba0bcf6e1bfe92)) - (Tonye Jack)
+- Update get-changed-paths.sh ([627dfaf](https://github.com/tj-actions/changed-files/commit/627dfaf0695fcf13025f66073831097546fa065b)) - (Tonye Jack)
+- Update get-changed-paths.sh ([ca3088a](https://github.com/tj-actions/changed-files/commit/ca3088a08d2bceba1e288f27a58f38244b1385b3)) - (Tonye Jack)
+- Update action.yml ([8e3e2f1](https://github.com/tj-actions/changed-files/commit/8e3e2f13a8cf908cf850e887cfd30ff8ebf38916)) - (Tonye Jack)
+- Update get-changed-paths.sh ([262238a](https://github.com/tj-actions/changed-files/commit/262238adcacac8dfe69f686953878f0f54e4f19e)) - (Tonye Jack)
+- Updated README.md ([2d0a396](https://github.com/tj-actions/changed-files/commit/2d0a396d465d1c7f4241e0ea005eafe444298ef9)) - (jackton1)
+- Updated readme ([f6fb7cb](https://github.com/tj-actions/changed-files/commit/f6fb7cb101992d961ccca6df58f188b4f5f055fb)) - (Tonye Jack)
+- Updated readme ([4b2a818](https://github.com/tj-actions/changed-files/commit/4b2a818159fd0b072a9fc0b07ce143df658910e4)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#706](https://github.com/tj-actions/changed-files/pull/706): ([aa52cfc](https://github.com/tj-actions/changed-files/commit/aa52cfcd81f1a00a6bf1241a8cad6adec4d80638)) - (Tonye Jack)
+- PR [#703](https://github.com/tj-actions/changed-files/pull/703): ([b493888](https://github.com/tj-actions/changed-files/commit/b4938889d43ed23f022e614c69963f13653ed0d2)) - (Tonye Jack)
+- Merge branch 'main' into feat/switch-to-three-dot-diff ([50142ba](https://github.com/tj-actions/changed-files/commit/50142ba7afd02b2fc07bae376a3392a481c25a88)) - (Tonye Jack)
+- PR [#705](https://github.com/tj-actions/changed-files/pull/705): ([3b998fd](https://github.com/tj-actions/changed-files/commit/3b998fdc5432118bfd0e4fb1acdf975ee0d076ed)) - (Tonye Jack)
+- PR [#701](https://github.com/tj-actions/changed-files/pull/701): ([27c18b1](https://github.com/tj-actions/changed-files/commit/27c18b1c64f5fe93f03c72b5a849c899089b9039)) - (Tonye Jack)
+- PR [#700](https://github.com/tj-actions/changed-files/pull/700): ([cdbd6e5](https://github.com/tj-actions/changed-files/commit/cdbd6e5e852793cbee1a456ee7d2be4723270396)) - (Tonye Jack)
+- PR [#695](https://github.com/tj-actions/changed-files/pull/695): ([1ce0241](https://github.com/tj-actions/changed-files/commit/1ce0241964656ba7dc08f2d9c4eb7ec6028c5fbd)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update readme ([d1fb309](https://github.com/tj-actions/changed-files/commit/d1fb3092ba5d7cf988fa6c3ffcfd276a0dd1be96)) - (Tonye Jack)
+- Clean up test ([63725ea](https://github.com/tj-actions/changed-files/commit/63725ea32dca92678f1fdda462134f5a06cb583b)) - (Tonye Jack)
+- Update readme ([0b2cecd](https://github.com/tj-actions/changed-files/commit/0b2cecdaaed9f58607bccfaef712f81874744d22)) - (Tonye Jack)
+- **deps:** Update peter-evans/create-pull-request action to v4.2.0 ([17a9fac](https://github.com/tj-actions/changed-files/commit/17a9fac9cac69d98a6b594c63d9c9595a7212a41)) - (renovate[bot])
+- **deps:** Update pascalgn/automerge-action action to v0.15.5 ([413d837](https://github.com/tj-actions/changed-files/commit/413d837155877e3b5b7bb999bdabd567f7c35779)) - (renovate[bot])
+- **deps:** Update peter-evans/create-pull-request action to v4.1.4 ([ad36366](https://github.com/tj-actions/changed-files/commit/ad363667e180e454b2c4cc3b03d23cbd62e69b50)) - (renovate[bot])
+- **deps:** Update tj-actions/verify-changed-files action to v12 ([eb136c7](https://github.com/tj-actions/changed-files/commit/eb136c70d4591e2ae2983990cc580db78ee8a278)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v32.1.1 -> v32.1.2 ([a267395](https://github.com/tj-actions/changed-files/commit/a2673955a0f34cdb985cfbef2838f400f1f21b48)) - (jackton1)
+
+# [32.1.2](https://github.com/tj-actions/changed-files/compare/v32.1.1...v32.1.2) - (2022-10-16)
+
+## đ Update
+
+- Updated usage of until ([a558487](https://github.com/tj-actions/changed-files/commit/a558487ee01b7576aab442053087b23f33b4aa70)) - (Tonye Jack)
+- Updated test.yml ([b45fdcf](https://github.com/tj-actions/changed-files/commit/b45fdcf65059667b2b6863ea97c2d61ab3c01525)) - (Tonye Jack)
+- Updated test.yml ([baf172e](https://github.com/tj-actions/changed-files/commit/baf172ed6a60e73db919afffec559991c01d5024)) - (Tonye Jack)
+- Update test.yml ([e64110a](https://github.com/tj-actions/changed-files/commit/e64110acb14a6c867d3f0951161149b0403e705e)) - (Tonye Jack)
+- Updated diff-sha.sh ([d8ae752](https://github.com/tj-actions/changed-files/commit/d8ae75228d4d40e5ab140fbef3faff1ca55140c6)) - (Tonye Jack)
+- Updated diff-sha.sh ([61ed208](https://github.com/tj-actions/changed-files/commit/61ed208946dc87f003de677c03c228a9e61510f1)) - (Tonye Jack)
+- Updated debug message. ([4f38efc](https://github.com/tj-actions/changed-files/commit/4f38efcb152e976cab6657fb5b78deae13e9131e)) - (Tonye Jack)
+- Update test.yml ([62c6729](https://github.com/tj-actions/changed-files/commit/62c6729ad3a8addc42d3f527c6a51f2152c7a67a)) - (Tonye Jack)
+- Update test.yml ([fd0ee42](https://github.com/tj-actions/changed-files/commit/fd0ee42a4db5983c0aab4e61ab6f942f9efc6a33)) - (Tonye Jack)
+- Update test.yml ([d46fe4c](https://github.com/tj-actions/changed-files/commit/d46fe4c5c61862f5884ea0230441629f3a8c30cf)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#694](https://github.com/tj-actions/changed-files/pull/694): ([1d6e210](https://github.com/tj-actions/changed-files/commit/1d6e210c970d01a876fbc6155212d068e79ca584)) - (Tonye Jack)
+- PR [#693](https://github.com/tj-actions/changed-files/pull/693): bug setting until and since inputs. ([210f4ed](https://github.com/tj-actions/changed-files/commit/210f4edecfff9e901066850eb306b947d09092bc)) - (Tonye Jack)
+- PR [#692](https://github.com/tj-actions/changed-files/pull/692): ([b3d763d](https://github.com/tj-actions/changed-files/commit/b3d763dd5cd2c6aad7987a0af25869828f3844e5)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Clean up test ([f36f89d](https://github.com/tj-actions/changed-files/commit/f36f89daeb04d42d4149bc766be2a1e56724eef4)) - (Tonye Jack)
+- Clean up test ([307e695](https://github.com/tj-actions/changed-files/commit/307e695c51672ad76cb0c0faa90ce6ea21f83c97)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v32.1.0 -> v32.1.1 ([f0555f4](https://github.com/tj-actions/changed-files/commit/f0555f4cd625ee9ebe553d5734381f1a810dfb13)) - (jackton1)
+
+# [32.1.1](https://github.com/tj-actions/changed-files/compare/v32.1.0...v32.1.1) - (2022-10-14)
+
+## đ Features
+
+- Remove duplicate files support backwards compatible set-output ([7598950](https://github.com/tj-actions/changed-files/commit/759895012fff6ad2f16c1ee2715b39db5f4c850c)) - (Tonye Jack)
+
+## đ Update
+
+- Updated test.yml ([09ae9e2](https://github.com/tj-actions/changed-files/commit/09ae9e21b65bac46540a6d0e93231ef339368cb1)) - (Tonye Jack)
+- Update test. ([982d4d0](https://github.com/tj-actions/changed-files/commit/982d4d0deab4d8ca19a8f910347dfcca23e0c5c4)) - (Tonye Jack)
+- Update diff-sha.sh ([724c3d9](https://github.com/tj-actions/changed-files/commit/724c3d91d558d37f61c4cfb421e1a33c874a3e99)) - (Tonye Jack)
+- Update README.md ([48f056c](https://github.com/tj-actions/changed-files/commit/48f056c336ca7adb8e0c00811163f94677ad30cc)) - (Tonye Jack)
+- Update README.md ([7e7cfb8](https://github.com/tj-actions/changed-files/commit/7e7cfb817503cd2f0d6c47db6a79ff8a0af5d752)) - (Tonye Jack)
+- Updated README.md ([ff1033d](https://github.com/tj-actions/changed-files/commit/ff1033d6d9340c0cf3d5f7a9c28c052bb184752a)) - (jackton1)
+
+## đ Other
+
+- PR [#691](https://github.com/tj-actions/changed-files/pull/691): ([8953e85](https://github.com/tj-actions/changed-files/commit/8953e851a137075e59e84b5c15fbeb3617e82f15)) - (Tonye Jack)
+- PR [#687](https://github.com/tj-actions/changed-files/pull/687): to v32.1.0 ([d8275c3](https://github.com/tj-actions/changed-files/commit/d8275c3c60bd7a63feadd452fa9c3d3938d296a0)) - (Tonye Jack)
+- PR [#686](https://github.com/tj-actions/changed-files/pull/686): ([efc6ca5](https://github.com/tj-actions/changed-files/commit/efc6ca50734b260c12bacc45ae35c675ce6424c0)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v32.0.1 -> v32.1.0 ([7c85471](https://github.com/tj-actions/changed-files/commit/7c854716df18fda997f39dea6bf5a86917ac7004)) - (jackton1)
+
+# [32.1.0](https://github.com/tj-actions/changed-files/compare/v32.0.1...v32.1.0) - (2022-10-12)
+
+## đ Bug Fixes
+
+- Bug with new commits pushed to the base branch that result in errors when shallow history is used ([6d2a5c2](https://github.com/tj-actions/changed-files/commit/6d2a5c29e8554de668c34682d409c654e6e8441e)) - (Tonye Jack)
+
+## â Add
+
+- Add spaces ([8152078](https://github.com/tj-actions/changed-files/commit/81520789a673b5f26af6c46b13465800aa4698fc)) - (Logan Pulley)
+
+## đ Update
+
+- Updated README.md ([b14b0a1](https://github.com/tj-actions/changed-files/commit/b14b0a186c6eddbb4797d24ac258105ef31846b1)) - (jackton1)
+- Updated README.md ([5c8fbba](https://github.com/tj-actions/changed-files/commit/5c8fbbaf2050375c1c12d3e8ff59bd6b1fc32c3a)) - (jackton1)
+- Update README.md ([5b1a2fe](https://github.com/tj-actions/changed-files/commit/5b1a2fe1bf166d9debffdba52a982218ebc81632)) - (Tonye Jack)
+- Updated the log message ([5cd49f8](https://github.com/tj-actions/changed-files/commit/5cd49f8c2dd62a94af6c49e7f8a49669a06434b6)) - (Tonye Jack)
+- Updated test step name. ([2740f4f](https://github.com/tj-actions/changed-files/commit/2740f4ff1f2105e1ee517221d96a29d1aadfb938)) - (Tonye Jack)
+- Updated README.md ([316681c](https://github.com/tj-actions/changed-files/commit/316681cafb4ca00b7f2dcd328fce51f9a101a053)) - (Tonye Jack)
+
+## đ Documentation
+
+- Update .all-contributorsrc [skip ci] ([846166f](https://github.com/tj-actions/changed-files/commit/846166ffa0b31738729d07fe422ddfc9a8ee65d2)) - (allcontributors[bot])
+- Update README.md [skip ci] ([4e8b0a8](https://github.com/tj-actions/changed-files/commit/4e8b0a81f6b8e93962d91e4c9217bf801e43c7ea)) - (allcontributors[bot])
+
+## đ Other
+
+- PR [#685](https://github.com/tj-actions/changed-files/pull/685): ([8de562e](https://github.com/tj-actions/changed-files/commit/8de562e9316b23c4473ad852e5fd4f7f2bac7bc8)) - (Tonye Jack)
+- PR [#679](https://github.com/tj-actions/changed-files/pull/679): ([291d397](https://github.com/tj-actions/changed-files/commit/291d397b90c862b8ca55c0353598a25066f44c99)) - (Tonye Jack)
+- Merge branch 'set-output-github-output' of github.com:lpulley/changed-files into set-output-github-output ([1ced186](https://github.com/tj-actions/changed-files/commit/1ced186070143fc2f3a64edb61bab69b5f57d47c)) - (Logan Pulley)
+- Merge branch 'main' into set-output-github-output ([be3cb7b](https://github.com/tj-actions/changed-files/commit/be3cb7b5aaa31e88f0513b29d77a99bc7a781ad3)) - (Logan Pulley)
+- PR [#684](https://github.com/tj-actions/changed-files/pull/684): ([bea18dd](https://github.com/tj-actions/changed-files/commit/bea18ddafc710bc95b35f48ac8d18c51a90f69fd)) - (Tonye Jack)
+- PR [#682](https://github.com/tj-actions/changed-files/pull/682): ([8c6e3fe](https://github.com/tj-actions/changed-files/commit/8c6e3fef179f560ef925b15ba5d2c189bdc37af4)) - (Tonye Jack)
+- PR [#683](https://github.com/tj-actions/changed-files/pull/683): ([6269092](https://github.com/tj-actions/changed-files/commit/62690928c6a08a6a35677ef043df18398b03e5c5)) - (Tonye Jack)
+- PR [#681](https://github.com/tj-actions/changed-files/pull/681): ([bc00134](https://github.com/tj-actions/changed-files/commit/bc00134c625e1b55961b1bf833cdd7cca76bdbd0)) - (Tonye Jack)
+- Merge branch 'main' into fix/668-bug-new-commits-pushed-to-the-base-branch-results-in-errors-when-shallow-history-is-used ([7ed7f59](https://github.com/tj-actions/changed-files/commit/7ed7f59ca23938e6184feceade5e8eccba7481af)) - (Tonye Jack)
+- Merge branch 'main' into fix/668-bug-new-commits-pushed-to-the-base-branch-results-in-errors-when-shallow-history-is-used ([a0f6ff4](https://github.com/tj-actions/changed-files/commit/a0f6ff42fa99b8a0f993fe1310e54603d78e97cc)) - (Tonye Jack)
+- Use cat instead of echo ([dd92102](https://github.com/tj-actions/changed-files/commit/dd9210256d1f7d872ab26bec97baf63ca3b21221)) - (Logan Pulley)
+- Merge branch 'main' into set-output-github-output ([3750c53](https://github.com/tj-actions/changed-files/commit/3750c5302c5d8b4a34d7ebaed92ba36fec308d1b)) - (Logan Pulley)
+- PR [#680](https://github.com/tj-actions/changed-files/pull/680): to v32.0.1 ([235f028](https://github.com/tj-actions/changed-files/commit/235f02844b14a7500f8eb63acc76466d4224a628)) - (Tonye Jack)
+- Combine repeated echos ([a299058](https://github.com/tj-actions/changed-files/commit/a299058164ca28b468d7205c3dc308a871a5e08e)) - (Logan Pulley)
+- Double-quote `$GITHUB_OUTPUT` ([c8b8b3c](https://github.com/tj-actions/changed-files/commit/c8b8b3cadfd0927ca66d0809d4ba0a250a33d584)) - (Logan Pulley)
+- Use `>>$GITHUB_OUTPUT` instead of `::set-output` ([2610be7](https://github.com/tj-actions/changed-files/commit/2610be7bb80eecf95a90a3be33ae3fa7afb317de)) - (Logan Pulley)
+
+## âī¸ Miscellaneous Tasks
+
+- Update test ([ec96351](https://github.com/tj-actions/changed-files/commit/ec96351509c6e423465d47d7f316886f6ee4d6aa)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v32.0.0 -> v32.0.1 ([a866c7c](https://github.com/tj-actions/changed-files/commit/a866c7c45ec3f37e536ad7e3da8f391a1297347d)) - (jackton1)
+
+# [32.0.1](https://github.com/tj-actions/changed-files/compare/v32.0.0...v32.0.1) - (2022-10-11)
+
+## đ Update
+
+- Updated .github/workflows/greetings.yml ([0604c7f](https://github.com/tj-actions/changed-files/commit/0604c7fd877e1401d1fc6c339eb868d108786144)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#676](https://github.com/tj-actions/changed-files/pull/676): to v32.0.0 ([e4574f5](https://github.com/tj-actions/changed-files/commit/e4574f5e38fc92b7bcf074e44137152dae12f765)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/glob action to v15 ([7c640bd](https://github.com/tj-actions/changed-files/commit/7c640bd299646362775f9d02e156bc741f67453b)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v31 -> v32.0.0 ([2e272d0](https://github.com/tj-actions/changed-files/commit/2e272d0ec7f2058e26bd0ad8e9704b9b2585b06a)) - (jackton1)
+
+# [32.0.0](https://github.com/tj-actions/changed-files/compare/v31.0.3...v32.0.0) - (2022-10-06)
+
+## đ Update
+
+- Update test.txt ([2706452](https://github.com/tj-actions/changed-files/commit/270645280afddc7e2cf3f4867089522c8f2f8f9a)) - (Tonye Jack)
+- Updated README.md ([d3148ec](https://github.com/tj-actions/changed-files/commit/d3148ec5e5a523fc5b621bf4dc49e5156d7b1543)) - (jackton1)
+- Update .all-contributorsrc [skip ci] ([f0f5252](https://github.com/tj-actions/changed-files/commit/f0f52523e77a77c09529bab740d0962474600306)) - (allcontributors[bot])
+- Update README.md [skip ci] ([9461844](https://github.com/tj-actions/changed-files/commit/94618449179e0232df117743fe6320f8d3ad380e)) - (allcontributors[bot])
+- Update get-changed-paths.sh ([c742851](https://github.com/tj-actions/changed-files/commit/c742851bbfc602193cb22a739f1c63bae6c41ee2)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#674](https://github.com/tj-actions/changed-files/pull/674): ([a8b258a](https://github.com/tj-actions/changed-files/commit/a8b258a5a246113225f2ea27b19b75cee4b16590)) - (Tonye Jack)
+- PR [#673](https://github.com/tj-actions/changed-files/pull/673): ([0190fb3](https://github.com/tj-actions/changed-files/commit/0190fb3dbc083a8b907c0a6ed0c7032bb3aa0495)) - (Tonye Jack)
+- PR [#671](https://github.com/tj-actions/changed-files/pull/671): ([03730a3](https://github.com/tj-actions/changed-files/commit/03730a35b95c8eac089fddce67c3a55b071a3330)) - (Tonye Jack)
+- TUPO fix ([bfda1ec](https://github.com/tj-actions/changed-files/commit/bfda1ec9d1418879871bb1619e49729a40328a90)) - (Kostiantyn Korniienko)
+- PR [#667](https://github.com/tj-actions/changed-files/pull/667): to v31.0.3 ([9f56ba2](https://github.com/tj-actions/changed-files/commit/9f56ba29e4c5630dac9cdce705157c8885fb7588)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/glob action to v14 ([17ab284](https://github.com/tj-actions/changed-files/commit/17ab284b9dee2fcd3d0ab265282bb1a8f8db80d0)) - (renovate[bot])
+- **deps:** Update actions/checkout action to v3.1.0 ([f51c3c4](https://github.com/tj-actions/changed-files/commit/f51c3c4c5f77f3e2c898f567673f8e6c462376b8)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v31.0.2 -> v31.0.3 ([10a315a](https://github.com/tj-actions/changed-files/commit/10a315a997332757e4431e0adbf6cc1165b69369)) - (jackton1)
+
+# [31.0.3](https://github.com/tj-actions/changed-files/compare/v31.0.2...v31.0.3) - (2022-10-02)
+
+## đ Bug Fixes
+
+- Error retrieving the base sha ([29b8f50](https://github.com/tj-actions/changed-files/commit/29b8f500c2f236c83b3bd3af44c50846ff12a035)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([677536f](https://github.com/tj-actions/changed-files/commit/677536fd32cd2e4ecdbb91299baabbff42127f95)) - (Tonye Jack)
+- Update test.yml ([f3f3a8e](https://github.com/tj-actions/changed-files/commit/f3f3a8e0a0ce3a46ee87f7596690f44bfdafe0a3)) - (Tonye Jack)
+- Update get-base-sha.sh
+
+Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([3751de2](https://github.com/tj-actions/changed-files/commit/3751de29e9293b31ff354cc9beb609d7ac135d3d)) - (Tonye Jack)
+- Update test-è.txt ([b90d0ab](https://github.com/tj-actions/changed-files/commit/b90d0ab1367cc036b5422e1ccc488faf218bf489)) - (Tonye Jack)
+- Update README.md ([8f03b98](https://github.com/tj-actions/changed-files/commit/8f03b9816297f2471bdd42581bfc63821074120c)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#666](https://github.com/tj-actions/changed-files/pull/666): remove redundant since last remote commit input ([dd7c814](https://github.com/tj-actions/changed-files/commit/dd7c81416dd9ddc14c594f751cd92c661e13daee)) - (Tonye Jack)
+- PR [#665](https://github.com/tj-actions/changed-files/pull/665): fixed test ([a86508a](https://github.com/tj-actions/changed-files/commit/a86508a71e80532e1aeaed8e132b92e55d1bf0c1)) - (Tonye Jack)
+- PR [#664](https://github.com/tj-actions/changed-files/pull/664): update docs ([de63afb](https://github.com/tj-actions/changed-files/commit/de63afb341acf7a599f01615adce3d1a70052a53)) - (Tonye Jack)
+- Merge branch 'main' into chore/update-docs ([a43858e](https://github.com/tj-actions/changed-files/commit/a43858e60f1563204ff3b4b3ba722eadda697954)) - (Tonye Jack)
+- PR [#663](https://github.com/tj-actions/changed-files/pull/663): fix bug with base sha ([4dd77eb](https://github.com/tj-actions/changed-files/commit/4dd77eb4d64048c70d1ad087555772d50ea2f54a)) - (Tonye Jack)
+- PR [#662](https://github.com/tj-actions/changed-files/pull/662): dump github context ([dc786e7](https://github.com/tj-actions/changed-files/commit/dc786e780969462c04fe1122f3514f8b8f557a5e)) - (Tonye Jack)
+- PR [#661](https://github.com/tj-actions/changed-files/pull/661): error retrieving the base sha ([6a459d2](https://github.com/tj-actions/changed-files/commit/6a459d285a3ee0219784c106f7502d8d63cd3607)) - (Tonye Jack)
+- PR [#659](https://github.com/tj-actions/changed-files/pull/659): ([5a03253](https://github.com/tj-actions/changed-files/commit/5a03253d7225218d98d18397fc50ca56a6ca8790)) - (Tonye Jack)
+- PR [#655](https://github.com/tj-actions/changed-files/pull/655): to v31.0.2 ([9b5d88e](https://github.com/tj-actions/changed-files/commit/9b5d88e0d0ac3b7d6d933f20664da5f4ca9f9a70)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Remove redundant since last remote input ([f588e17](https://github.com/tj-actions/changed-files/commit/f588e17a5b5e157ebe9d1b3b04e2467127a5c8e1)) - (Tonye Jack)
+- Fixed test ([8b5e11a](https://github.com/tj-actions/changed-files/commit/8b5e11a2b12c819b473bdbe7a2a46bd72c287886)) - (Tonye Jack)
+- Fix bug with base sha ([02c9951](https://github.com/tj-actions/changed-files/commit/02c995141e6b4c7382c598175282f60b93b6b352)) - (Tonye Jack)
+- Update docs ([234951f](https://github.com/tj-actions/changed-files/commit/234951f19b3e51e9260f3bd2cdec096161213210)) - (Tonye Jack)
+- Dump github context ([e73ff65](https://github.com/tj-actions/changed-files/commit/e73ff653816c9dc23c55406558b91164480e444c)) - (Tonye Jack)
+- Test using non ascii characters in files input ([2b7a7f9](https://github.com/tj-actions/changed-files/commit/2b7a7f90b7a270746bddc571edf4d01138c9109a)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v31.0.1 -> v31.0.2 ([b4b7e99](https://github.com/tj-actions/changed-files/commit/b4b7e995cdcf655becb50e7b1cf9ba54f8665ecc)) - (jackton1)
+
+# [31.0.2](https://github.com/tj-actions/changed-files/compare/v31.0.1...v31.0.2) - (2022-09-29)
+
+## đ Other
+
+- PR [#654](https://github.com/tj-actions/changed-files/pull/654): ([528984a](https://github.com/tj-actions/changed-files/commit/528984a4f814905ea80ed2a3818afc97aef8b0de)) - (Tonye Jack)
+- PR [#652](https://github.com/tj-actions/changed-files/pull/652): ([ffddd59](https://github.com/tj-actions/changed-files/commit/ffddd5941d830cd6ee16e539048d27c43182d806)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Add back ability to fetch branch history ([1b43849](https://github.com/tj-actions/changed-files/commit/1b438493cf8d51977c29079025e9a06bf26ccaa3)) - (Tonye Jack)
+- **deps:** Update peter-evans/create-pull-request action to v4.1.3 ([3b54ee8](https://github.com/tj-actions/changed-files/commit/3b54ee8a3444b3def984ccaf2378f50e38ea55eb)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v31.0.0 -> v31.0.1 ([6313c34](https://github.com/tj-actions/changed-files/commit/6313c343d4a0895ddde31e586f81e1f77b773549)) - (jackton1)
+
+# [31.0.1](https://github.com/tj-actions/changed-files/compare/v31.0.0...v31.0.1) - (2022-09-25)
+
+## đ Bug Fixes
+
+- Bug with force pushed commits ([8281b8a](https://github.com/tj-actions/changed-files/commit/8281b8ad57ecacf79e503f7ec2f56335dc770478)) - (Tonye Jack)
+
+## đ Update
+
+- Updated get-base-sha.sh ([b50afac](https://github.com/tj-actions/changed-files/commit/b50afacfed4e19c43bf5cf0959cf84518c37c36d)) - (Tonye Jack)
+- Updated check ([7de6088](https://github.com/tj-actions/changed-files/commit/7de6088904f1e9e30d3a6ab6b2d6815161ce5789)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#651](https://github.com/tj-actions/changed-files/pull/651): ([75af1a4](https://github.com/tj-actions/changed-files/commit/75af1a47c484c669beec6a1d00fc9d1d78179725)) - (Tonye Jack)
+- PR [#650](https://github.com/tj-actions/changed-files/pull/650): ([d82ceda](https://github.com/tj-actions/changed-files/commit/d82ceda8a1ac3e1b9951e0d4a7a3d36628bc7c91)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v30 -> v31.0.0 ([bff4726](https://github.com/tj-actions/changed-files/commit/bff472661cf1cb58f5693fc9f9bfbbb242a01bcb)) - (jackton1)
+
+# [31.0.0](https://github.com/tj-actions/changed-files/compare/v30.0.0...v31.0.0) - (2022-09-25)
+
+## đ Features
+
+- Make since_last_remote the default for push events ([1f907ee](https://github.com/tj-actions/changed-files/commit/1f907ee3bb9623c6a98b8c9585d2d4cb1fb9d707)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Fixed test ([4cd2d9f](https://github.com/tj-actions/changed-files/commit/4cd2d9f19ec4b76a1511b67dbb817a606d98f91a)) - (Tonye Jack)
+- Fixed test. ([2636101](https://github.com/tj-actions/changed-files/commit/26361016d977cbec6629ee49f763d41da14746f9)) - (Tonye Jack)
+
+## âĒ Reverts
+
+- Revert removing since-last-remote-commit input ([2c4c729](https://github.com/tj-actions/changed-files/commit/2c4c729f2a74ebf2b1360bb395d3ce43d826bb84)) - (Tonye Jack)
+
+## â Add
+
+- Added empty line ([de772eb](https://github.com/tj-actions/changed-files/commit/de772eb038d30fb955fda775c66e2773009d53c8)) - (Tonye Jack)
+
+## â Remove
+
+- Remove unused code ([05f9744](https://github.com/tj-actions/changed-files/commit/05f9744e418ca2abb86747d06d248d5416fff147)) - (Tonye Jack)
+
+## đ Rename
+
+- Renamed entrypoint.sh -> get-changed-paths.sh ([0ec9459](https://github.com/tj-actions/changed-files/commit/0ec94592d4b5ce8d6553940302e21833bed39dc9)) - (Tonye Jack)
+
+## đ Update
+
+- Updated determining the remote sha ([bc7fa5e](https://github.com/tj-actions/changed-files/commit/bc7fa5e550c761d48c1c0fbd2969ab547d77f855)) - (Tonye Jack)
+- Update to handle the default event.before ([ef1134d](https://github.com/tj-actions/changed-files/commit/ef1134dca7db98126adfe9ad0a47dde38e56c6af)) - (Tonye Jack)
+- Updated to use the last remote commit by default. ([5485a02](https://github.com/tj-actions/changed-files/commit/5485a02af8ec905520937e24e653b443047da143)) - (Tonye Jack)
+- Updated to use INPUT_HAS_CUSTOM_PATTERNS. ([b6b72a4](https://github.com/tj-actions/changed-files/commit/b6b72a44c83eb61e43b7096bc24175f820d75829)) - (Tonye Jack)
+- Update README.md ([fc8e459](https://github.com/tj-actions/changed-files/commit/fc8e4597a75cef140d40df9c8c77de991c9555fc)) - (Tonye Jack)
+- Update README.md ([08dfcc4](https://github.com/tj-actions/changed-files/commit/08dfcc4c041eaa412ed3c0f4b9c8655884e86c9f)) - (Tonye Jack)
+- Update README.md ([2bbb2f2](https://github.com/tj-actions/changed-files/commit/2bbb2f249d6ccd92e696f626c4df455ec67813b2)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#649](https://github.com/tj-actions/changed-files/pull/649): updated test ([5184a75](https://github.com/tj-actions/changed-files/commit/5184a750a66da08aba414ca223aef75c055956a5)) - (repo-ranger[bot])
+- PR [#648](https://github.com/tj-actions/changed-files/pull/648): ([9d736a1](https://github.com/tj-actions/changed-files/commit/9d736a180307c6244496789858de005386e764d8)) - (Tonye Jack)
+- PR [#647](https://github.com/tj-actions/changed-files/pull/647): ([13c0052](https://github.com/tj-actions/changed-files/commit/13c0052761b8bab533603f9715261176ceece7b0)) - (Tonye Jack)
+- PR [#646](https://github.com/tj-actions/changed-files/pull/646): ([cc6619b](https://github.com/tj-actions/changed-files/commit/cc6619bd5898ef0d81365df6628f71e83d2be321)) - (Tonye Jack)
+- PR [#644](https://github.com/tj-actions/changed-files/pull/644): ([f038bbb](https://github.com/tj-actions/changed-files/commit/f038bbbed99b7ecc377d57199790326a52e486fb)) - (Tonye Jack)
+- Reorder inputs ([068970b](https://github.com/tj-actions/changed-files/commit/068970bff87f5381f963ac40771d21b5c38cd46d)) - (Tonye Jack)
+- PR [#643](https://github.com/tj-actions/changed-files/pull/643): update test ([8cbcb5b](https://github.com/tj-actions/changed-files/commit/8cbcb5bd41f63fc10b13fe3bdacfc059d712555e)) - (Tonye Jack)
+- PR [#642](https://github.com/tj-actions/changed-files/pull/642): update broken link ([769bb7f](https://github.com/tj-actions/changed-files/commit/769bb7f14059f458a376aee66fbe833fbe49354b)) - (Tonye Jack)
+- PR [#641](https://github.com/tj-actions/changed-files/pull/641): to v30.0.0 ([bb03b87](https://github.com/tj-actions/changed-files/commit/bb03b8754a1c9dc6400cd65a20060f91d6e8638a)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Updated test ([f60f9d4](https://github.com/tj-actions/changed-files/commit/f60f9d4d6b983bb7383a48cb95b180dc84e26308)) - (Tonye Jack)
+- Update docs ([d77ab55](https://github.com/tj-actions/changed-files/commit/d77ab55ce1312b65175b910a24870b8b99a39cd9)) - (Tonye Jack)
+- Remove logging the github context ([3d7cff9](https://github.com/tj-actions/changed-files/commit/3d7cff98353eabf859b29cfbc2cd6903edebc66d)) - (Tonye Jack)
+- Improve debug message. ([69d9410](https://github.com/tj-actions/changed-files/commit/69d9410ad3fa8cea8b8aa5306e01ff37b65fcc9e)) - (Tonye Jack)
+- Update test ([865fd6e](https://github.com/tj-actions/changed-files/commit/865fd6e79adf84a9dcd7d4473c8c53609ccac445)) - (Tonye Jack)
+- Update broken link ([ca2731c](https://github.com/tj-actions/changed-files/commit/ca2731c4b9e479901cb93963f172361983b8217d)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v29 -> v30.0.0 ([3e3de07](https://github.com/tj-actions/changed-files/commit/3e3de07034ede803d20dd012ac41de69ac4dda01)) - (jackton1)
+
+# [30.0.0](https://github.com/tj-actions/changed-files/compare/v29.0.9...v30.0.0) - (2022-09-24)
+
+## đ Features
+
+- Add support for closed pull requests with merge true ([7939ced](https://github.com/tj-actions/changed-files/commit/7939ced35ebff30c8a6e223503d68286f979c797)) - (Tonye Jack)
+- Add support for running action on pull request close event ([6a02815](https://github.com/tj-actions/changed-files/commit/6a02815615e2e1ffdf8e8e3a574253dc65566dad)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([402f382](https://github.com/tj-actions/changed-files/commit/402f3827f0f759df60b674e7f52a02d6f4a5af8b)) - (Tonye Jack)
+- Update test.yml ([8e99cd3](https://github.com/tj-actions/changed-files/commit/8e99cd32063d9f9372a98242b56e1fd4ad36d7b4)) - (Tonye Jack)
+- Update test.yml ([9fdf62a](https://github.com/tj-actions/changed-files/commit/9fdf62af89502af8cbedadaa076cbf38a5295a01)) - (Tonye Jack)
+- Update action.yml ([1bc2503](https://github.com/tj-actions/changed-files/commit/1bc25030eed1f859c243babb4cf4454fc1809e91)) - (Tonye Jack)
+- Update action.yml ([69cb60a](https://github.com/tj-actions/changed-files/commit/69cb60a7bb87a9d390d2b019ee14333aa076838e)) - (Tonye Jack)
+- Update README.md ([99444e8](https://github.com/tj-actions/changed-files/commit/99444e8f79c7e1d80990c981064a9b9d5f9102c2)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#640](https://github.com/tj-actions/changed-files/pull/640): add support for closed pull requests with merge true ([8e3ce84](https://github.com/tj-actions/changed-files/commit/8e3ce84d94cd4718c61171215e16c20e2edb845b)) - (Tonye Jack)
+- PR [#638](https://github.com/tj-actions/changed-files/pull/638): log the github context in the test ([0144a27](https://github.com/tj-actions/changed-files/commit/0144a273487fe3dc240c71e5e03b13e025bae7ba)) - (Tonye Jack)
+- PR [#637](https://github.com/tj-actions/changed-files/pull/637): ([fa9e2ce](https://github.com/tj-actions/changed-files/commit/fa9e2ce8bfe7b20b62f088b57310fb0084d8548d)) - (Tonye Jack)
+- PR [#633](https://github.com/tj-actions/changed-files/pull/633): to v29.0.9 ([a2e52d6](https://github.com/tj-actions/changed-files/commit/a2e52d663fe8b22fffab3733de0b97f2bb21a1cf)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Log the github context in the test ([27dd522](https://github.com/tj-actions/changed-files/commit/27dd5229573cdd9af42d60c2f85380021b21b637)) - (Tonye Jack)
+- **deps:** Update peter-evans/create-pull-request action to v4.1.2 ([fa5d3d5](https://github.com/tj-actions/changed-files/commit/fa5d3d59a3340a8eecb696b29da804f1868db792)) - (renovate[bot])
+- **deps:** Update codacy/codacy-analysis-cli-action action to v4.2.0 ([723b5d3](https://github.com/tj-actions/changed-files/commit/723b5d3f7d7df787d7f167c88ce3a641910dd4d2)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v29.0.8 -> v29.0.9 ([024cd9a](https://github.com/tj-actions/changed-files/commit/024cd9adaee2a1a72f9f694599262612ce8368c2)) - (jackton1)
+
+# [29.0.9](https://github.com/tj-actions/changed-files/compare/v29.0.8...v29.0.9) - (2022-09-20)
+
+## đ Update
+
+- Updated .github/workflows/sync-release-version.yml ([f7a5640](https://github.com/tj-actions/changed-files/commit/f7a56405a89ea095c6230f10e7f1c49daab13b35)) - (Tonye Jack)
+- Updated .github/workflows/sync-release-version.yml ([c87fbfd](https://github.com/tj-actions/changed-files/commit/c87fbfdc3bf9fe12b2699b6da8f1acf328919a88)) - (Tonye Jack)
+- Updated .github/workflows/codacy-analysis.yml ([8356556](https://github.com/tj-actions/changed-files/commit/835655604492bf878a3d7d3587a67581723f5f3f)) - (Tonye Jack)
+- Updated .github/workflows/codacy-analysis.yml ([0bdc1cd](https://github.com/tj-actions/changed-files/commit/0bdc1cda4ee62d1a5b1848de57200db2075108a5)) - (Tonye Jack)
+- Updated .github/workflows/greetings.yml ([fa26994](https://github.com/tj-actions/changed-files/commit/fa269949dd42c2cf469e0742dfafb1d62ffff808)) - (Tonye Jack)
+- Updated .github/workflows/codacy-analysis.yml ([1060db9](https://github.com/tj-actions/changed-files/commit/1060db9be714599a67e4767afbeadb45206aed6e)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#632](https://github.com/tj-actions/changed-files/pull/632): to v29.0.8 ([a6b6d5b](https://github.com/tj-actions/changed-files/commit/a6b6d5ba9aa3818daeaf2823f24c6a81f64c5721)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v29.0.8 -> v29.0.8 ([ab92e76](https://github.com/tj-actions/changed-files/commit/ab92e76dc8975a7e9b2a085bf77624e134334735)) - (jackton1)
+
+# [29.0.8](https://github.com/tj-actions/changed-files/compare/v29.0.7...v29.0.8) - (2022-09-20)
+
+## đ Update
+
+- Updated .github/ISSUE_TEMPLATE/bug_report.yaml ([df4daca](https://github.com/tj-actions/changed-files/commit/df4dacaa89cace34cd60d5e9580f041a041e5233)) - (Tonye Jack)
+- Updated .github/ISSUE_TEMPLATE/feature_request.yaml ([ee96eba](https://github.com/tj-actions/changed-files/commit/ee96eba2612463435310bbc58fb8ea23804d0efd)) - (Tonye Jack)
+- Updated .github/ISSUE_TEMPLATE/bug_report.yaml ([172663c](https://github.com/tj-actions/changed-files/commit/172663c1a0f29044e3e8f1598c1ffe159ea3ccc1)) - (Tonye Jack)
+- Updated .github/workflows/sync-release-version.yml ([f2e68be](https://github.com/tj-actions/changed-files/commit/f2e68be9bba2105fee21bf352aa3c6d4e6cde529)) - (Tonye Jack)
+- Update README.md ([41562df](https://github.com/tj-actions/changed-files/commit/41562df3086c0287cb95cad72bcb72b6e9ae822b)) - (Tonye Jack)
+- Update README.md ([4e7053c](https://github.com/tj-actions/changed-files/commit/4e7053cfd8aba7b960218c1e11c1fffd60e97170)) - (Tonye Jack)
+- Update README.md ([42f7377](https://github.com/tj-actions/changed-files/commit/42f7377ae048824957f464cb6791bb7a48e0e39b)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#630](https://github.com/tj-actions/changed-files/pull/630): ([22a9e75](https://github.com/tj-actions/changed-files/commit/22a9e7512ba93f93ba5fd67048adc9181f95125a)) - (Tonye Jack)
+- PR [#628](https://github.com/tj-actions/changed-files/pull/628): ([086ffa0](https://github.com/tj-actions/changed-files/commit/086ffa020e34021d007625f8e08a82488e51852d)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/sync-release-version action to v13 ([242ef53](https://github.com/tj-actions/changed-files/commit/242ef530a850e009b661b88d0813868d6a581690)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v29.0.6 -> v29.0.7 ([3873106](https://github.com/tj-actions/changed-files/commit/38731065dba08df33eb1c9fccf4deffff38eb0fd)) - (jackton1)
+
+# [29.0.7](https://github.com/tj-actions/changed-files/compare/v29.0.6...v29.0.7) - (2022-09-13)
+
+## đ Bug Fixes
+
+- Bug with setting the LAST_REMOTE_COMMIT ([86eef8c](https://github.com/tj-actions/changed-files/commit/86eef8cdffb320cf8988c832de32c013d0157942)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#626](https://github.com/tj-actions/changed-files/pull/626): ([602081b](https://github.com/tj-actions/changed-files/commit/602081b5d9327a7770b4c447a4ee8984ae44e72e)) - (Tonye Jack)
+- Merge branch 'main' into upgrade-to-v29.0.6 ([15c8c40](https://github.com/tj-actions/changed-files/commit/15c8c40ba8416f853223da68da42439f1f407e4c)) - (Tonye Jack)
+- PR [#627](https://github.com/tj-actions/changed-files/pull/627): ([b0bd577](https://github.com/tj-actions/changed-files/commit/b0bd57769787edc1ad4d2a7fd1a063e477b700cc)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v29.0.5 -> v29.0.6 ([437049c](https://github.com/tj-actions/changed-files/commit/437049ca22894abdd2d68e2c5a0a921e2d9ca8e0)) - (jackton1)
+
+# [29.0.6](https://github.com/tj-actions/changed-files/compare/v29.0.5...v29.0.6) - (2022-09-13)
+
+## đ Update
+
+- Update action.yml ([8fcb602](https://github.com/tj-actions/changed-files/commit/8fcb60216172911db282b8006672aab5573ee692)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#625](https://github.com/tj-actions/changed-files/pull/625): ([6e12407](https://github.com/tj-actions/changed-files/commit/6e12407521ea9b0d11a4b7ab09b40266bd39496a)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v29.0.4 -> v29.0.5 ([51af915](https://github.com/tj-actions/changed-files/commit/51af91599bc5a172b94f61e9c9a25eb0c359b2bb)) - (jackton1)
+
+# [29.0.5](https://github.com/tj-actions/changed-files/compare/v29.0.4...v29.0.5) - (2022-09-13)
+
+## đ Features
+
+- Warn when since/until inputs are set but not corresponding sha is found ([0c9b5d5](https://github.com/tj-actions/changed-files/commit/0c9b5d5c37fe2fb1e69599e710bcce8246707d80)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Bug with last remote commit sha ([e3b5eb7](https://github.com/tj-actions/changed-files/commit/e3b5eb746a6f94901b7cb620708145bfbd8f256f)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([cc8c5e7](https://github.com/tj-actions/changed-files/commit/cc8c5e7787398851bee147377f90d1b961d45aff)) - (Tonye Jack)
+- Update README.md ([4717fbf](https://github.com/tj-actions/changed-files/commit/4717fbffaaedc74d22e07b553be90c4826e6d920)) - (Tonye Jack)
+- Update README.md ([c28e299](https://github.com/tj-actions/changed-files/commit/c28e2996d20fca3987fec60ea7153d1557ae35ab)) - (Tonye Jack)
+- Update README.md ([ad33a23](https://github.com/tj-actions/changed-files/commit/ad33a235d201b58eca7c74cc0262ac4191a81048)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#624](https://github.com/tj-actions/changed-files/pull/624): bug with last remote commit sha ([c5c9b6f](https://github.com/tj-actions/changed-files/commit/c5c9b6ff9e75d84d8b69cbf82bcfbf61672ef91e)) - (Tonye Jack)
+- PR [#622](https://github.com/tj-actions/changed-files/pull/622): ([d552acd](https://github.com/tj-actions/changed-files/commit/d552acdbfcc5ff3a4ae63c6f6491269601487084)) - (Tonye Jack)
+- PR [#620](https://github.com/tj-actions/changed-files/pull/620): ([840016d](https://github.com/tj-actions/changed-files/commit/840016d287864d72a73f9a32728e27b4123da437)) - (Tonye Jack)
+- PR [#619](https://github.com/tj-actions/changed-files/pull/619): ([4f7185f](https://github.com/tj-actions/changed-files/commit/4f7185fe00119082c61684a104f88b4d76dd717f)) - (Tonye Jack)
+- PR [#618](https://github.com/tj-actions/changed-files/pull/618): to v29.0.4 ([83322c2](https://github.com/tj-actions/changed-files/commit/83322c2e9cc621ad89dc62a8267e198d6b05bccf)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/github-changelog-generator action to v1.15 ([ba0dd99](https://github.com/tj-actions/changed-files/commit/ba0dd99ea1b5059747f96b83babe00ef55965087)) - (renovate[bot])
+- Update readme ([095002c](https://github.com/tj-actions/changed-files/commit/095002c917da5a373c70d12206052043e9e2eaf8)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v29.0.3 -> v29.0.4 ([03ef174](https://github.com/tj-actions/changed-files/commit/03ef174aecfd9e3806a5498d26198ad05d99aa9c)) - (jackton1)
+
+# [29.0.4](https://github.com/tj-actions/changed-files/compare/v29.0.3...v29.0.4) - (2022-09-08)
+
+## đ Bug Fixes
+
+- Bug with similar commits when github.event.before is empty ([d0e5182](https://github.com/tj-actions/changed-files/commit/d0e5182f780c2e1cb473f1e85a8a91912c47ea08)) - (Tonye Jack)
+
+## đ Update
+
+- Update test.yml ([bbc26e5](https://github.com/tj-actions/changed-files/commit/bbc26e5efaac95800bcaa2e4cd98c753f38034dc)) - (Tonye Jack)
+- Update test.yml ([01d9c79](https://github.com/tj-actions/changed-files/commit/01d9c79ad26a08fffc6f80af74877163762ccd65)) - (Tonye Jack)
+- Update test rename 1.txt ([48326e1](https://github.com/tj-actions/changed-files/commit/48326e19ea86c6453fea1ad05a8b1676407d93a8)) - (Tonye Jack)
+- Update test rename 2.txt ([bf53401](https://github.com/tj-actions/changed-files/commit/bf534010c8ace3b80506c1afea3eb9db883379ee)) - (Tonye Jack)
+
+## đ Documentation
+
+- Update reference to setting input env variables ([4ad3c84](https://github.com/tj-actions/changed-files/commit/4ad3c84be0d193afbd75c80ae1a8c2a04418aecc)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#617](https://github.com/tj-actions/changed-files/pull/617): ([c41b715](https://github.com/tj-actions/changed-files/commit/c41b7152594c4423f3787d26662239eb0ae027c0)) - (Tonye Jack)
+- PR [#616](https://github.com/tj-actions/changed-files/pull/616): ([17ea453](https://github.com/tj-actions/changed-files/commit/17ea45322de70d0ec93283d813b2011840bcdcc4)) - (Tonye Jack)
+- PR [#613](https://github.com/tj-actions/changed-files/pull/613): update readme ([9461e99](https://github.com/tj-actions/changed-files/commit/9461e999235f19b3a42778b1f3539e1627fe0b35)) - (Tonye Jack)
+- PR [#611](https://github.com/tj-actions/changed-files/pull/611): test using for loop with output ([98d07d4](https://github.com/tj-actions/changed-files/commit/98d07d49b8d7f5afa8c9903bdeff32447913e69b)) - (Tonye Jack)
+- PR [#610](https://github.com/tj-actions/changed-files/pull/610): update reference to setting input env variables ([3da07e5](https://github.com/tj-actions/changed-files/commit/3da07e5b144eff2fa79fa1d6ea7f483784e8d605)) - (Tonye Jack)
+- PR [#607](https://github.com/tj-actions/changed-files/pull/607): to v29.0.3 ([5cd280e](https://github.com/tj-actions/changed-files/commit/5cd280e718a8dae35d1408c82468d0af325c7c77)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Set defaults for until and since inputs ([7b0c3d7](https://github.com/tj-actions/changed-files/commit/7b0c3d779063356e4f589c7cb4f0bbd6c3c0a95c)) - (Tonye Jack)
+- Update readme ([b4c0efa](https://github.com/tj-actions/changed-files/commit/b4c0efad445ca3507f1c1015c8d699b112ac9877)) - (Tonye Jack)
+- Test using for loop with output ([be849d1](https://github.com/tj-actions/changed-files/commit/be849d161216bb5d3ec96d6340eee7d6c36ad249)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v29.0.2 -> v29.0.3 ([9a417da](https://github.com/tj-actions/changed-files/commit/9a417daee70ae8dbd59de99800faa84aabdcda5f)) - (jackton1)
+
+# [29.0.3](https://github.com/tj-actions/changed-files/compare/v29.0.2...v29.0.3) - (2022-09-03)
+
+## đ Bug Fixes
+
+- Fixed bug with setting the exit status ([618e703](https://github.com/tj-actions/changed-files/commit/618e7037685b75f33676fa86ec6c48274c9011d1)) - (Tonye Jack)
+- Bug using invalid fetch-depth ([52a83d3](https://github.com/tj-actions/changed-files/commit/52a83d3ef347348ace267c2493bec78d8065803b)) - (Tonye Jack)
+
+## â Add
+
+- Added continue-on-error. ([6ffc0e2](https://github.com/tj-actions/changed-files/commit/6ffc0e26e3e88c17c61c9658003be49af93e1736)) - (Tonye Jack)
+- Add debug message. ([4472745](https://github.com/tj-actions/changed-files/commit/4472745cf1973d5fc1e62a80701f39cf51ade0cc)) - (Tonye Jack)
+
+## đ Update
+
+- Update test name ([5dd27b1](https://github.com/tj-actions/changed-files/commit/5dd27b18ae12f8662ae2be013cb29f30e7445688)) - (Tonye Jack)
+- Updated debug message. ([dcd0887](https://github.com/tj-actions/changed-files/commit/dcd088713aa5ca25afe80c2b5109c70ab8c15683)) - (Tonye Jack)
+- Update the test. ([3a8cb18](https://github.com/tj-actions/changed-files/commit/3a8cb1858935dc46a29769060d78b7357dbf9ed5)) - (Tonye Jack)
+- Updated the test ([16e8ea3](https://github.com/tj-actions/changed-files/commit/16e8ea38dafa71a0d57e84898a55cef68b71fc0e)) - (Tonye Jack)
+- Updated setting the exit status ([1faa996](https://github.com/tj-actions/changed-files/commit/1faa996b8782803fb39958368a3443a5b5266ecc)) - (Tonye Jack)
+- Updated tested platforms. ([0f7f451](https://github.com/tj-actions/changed-files/commit/0f7f451225831eafd58d6e22f2772f766a211810)) - (Tonye Jack)
+- Update README.md ([3f5b196](https://github.com/tj-actions/changed-files/commit/3f5b196783d8be165bbb2ac73f4f1d8530dd1cd6)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#606](https://github.com/tj-actions/changed-files/pull/606): bug using invalid fetch-depth ([60f4aab](https://github.com/tj-actions/changed-files/commit/60f4aabced9b4718c75acef86d42ffb631c4403a)) - (Tonye Jack)
+- PR [#604](https://github.com/tj-actions/changed-files/pull/604): ([c6b48fe](https://github.com/tj-actions/changed-files/commit/c6b48fe9116d366fb133075bf42fc26d03615036)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Test invalid fetch-depth ([cb43374](https://github.com/tj-actions/changed-files/commit/cb433740f0b62fdebf430fba33db122306f0dd76)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v29.0.1 -> v29.0.2 ([e0bd90b](https://github.com/tj-actions/changed-files/commit/e0bd90b74a89e4a377c046f484aa5d59f6b9a7d6)) - (jackton1)
+
+# [29.0.2](https://github.com/tj-actions/changed-files/compare/v29.0.1...v29.0.2) - (2022-08-29)
+
+## đ Update
+
+- Update README.md ([cbcaf86](https://github.com/tj-actions/changed-files/commit/cbcaf862726374d33394471a583653ef0f580142)) - (Tonye Jack)
+- Update README.md ([3491f60](https://github.com/tj-actions/changed-files/commit/3491f60cd2ff546d6e084745bee76157641f1d93)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#603](https://github.com/tj-actions/changed-files/pull/603): remove unused input ([82edb42](https://github.com/tj-actions/changed-files/commit/82edb42dc4e3a5d5edf24cc3ae4b1f55c20cc220)) - (Tonye Jack)
+- PR [#601](https://github.com/tj-actions/changed-files/pull/601): ([da64026](https://github.com/tj-actions/changed-files/commit/da64026a5986c7eef33be12ebf733aabbc030e42)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Remove unused input ([30ac0d5](https://github.com/tj-actions/changed-files/commit/30ac0d5e30934cba92abcb7206e90bf48ea0b420)) - (Tonye Jack)
+- **deps:** Update tj-actions/branch-names action to v6 ([62f3ac4](https://github.com/tj-actions/changed-files/commit/62f3ac47280728c9d0f6ecaa8f675a00b09fdf94)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v29.0.0 -> v29.0.1 ([06f041e](https://github.com/tj-actions/changed-files/commit/06f041ee63a1cb029764cbcdbe8c31ac593203df)) - (jackton1)
+
+# [29.0.1](https://github.com/tj-actions/changed-files/compare/v29.0.0...v29.0.1) - (2022-08-26)
+
+## đ Bug Fixes
+
+- Fixed bug with pattern matching. ([b192991](https://github.com/tj-actions/changed-files/commit/b1929916faf2aff6891e875744740e36b23b8944)) - (Tonye Jack)
+- Fixed bug with pattern matching. ([646144d](https://github.com/tj-actions/changed-files/commit/646144ddf8992a89eaa3a29705fdae54d38779f0)) - (Tonye Jack)
+
+## đ Update
+
+- Update entrypoint.sh ([0268ea5](https://github.com/tj-actions/changed-files/commit/0268ea521b122fd61b7b2ab051df17fbc58354d8)) - (Tonye Jack)
+- Update entrypoint.sh ([841d7d3](https://github.com/tj-actions/changed-files/commit/841d7d379c6530f43ff7ea30a792905c2e4b6cc8)) - (Tonye Jack)
+- Update action.yml ([b12ac5b](https://github.com/tj-actions/changed-files/commit/b12ac5bdd5b1eec79a9ad8922c91790bb37a9248)) - (Tonye Jack)
+- Update entrypoint.sh ([967b546](https://github.com/tj-actions/changed-files/commit/967b5466c00318539b9ffb6c93d12d0f7c1d7d45)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#600](https://github.com/tj-actions/changed-files/pull/600): ([18edda7](https://github.com/tj-actions/changed-files/commit/18edda74753bbb7090ea030c1f80ef9610ebdff1)) - (Tonye Jack)
+- Debug the path output file ([559d530](https://github.com/tj-actions/changed-files/commit/559d530325776c174af19ee6905faf17b9dc0682)) - (Tonye Jack)
+- Debug the path output file ([1bf658c](https://github.com/tj-actions/changed-files/commit/1bf658c5baafdb413cafab2844a51f83cf88ecfa)) - (Tonye Jack)
+- Merge branch 'main' into fix/bug-with-dir-names ([659d581](https://github.com/tj-actions/changed-files/commit/659d5814cdd44897aa0f34489db699b826c372f2)) - (Tonye Jack)
+- PR [#597](https://github.com/tj-actions/changed-files/pull/597): to v29.0.0 ([a9c3a81](https://github.com/tj-actions/changed-files/commit/a9c3a8135dc98dd3cabda750c98c43e078aded03)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v28.0.0 -> v29.0.0 ([baedfec](https://github.com/tj-actions/changed-files/commit/baedfec11a960bd5dcc50c71d2ddf3757b0f4945)) - (jackton1)
+
+# [29.0.0](https://github.com/tj-actions/changed-files/compare/v28.0.0...v29.0.0) - (2022-08-23)
+
+## đ Bug Fixes
+
+- Bug with dir name ([6aa0ae3](https://github.com/tj-actions/changed-files/commit/6aa0ae3b2cc6584d358fe8609d82c37bf306db2c)) - (Tonye Jack)
+
+## đ Update
+
+- Update test.yml ([4ae6f80](https://github.com/tj-actions/changed-files/commit/4ae6f80c0f3c44d2dddcc5590b448160df1b2697)) - (Tonye Jack)
+- Update test.yml ([22920e8](https://github.com/tj-actions/changed-files/commit/22920e8d5dab42d5b5f626ae5dd475b4e5a89835)) - (Tonye Jack)
+
+## đ Other
+
+- PR [#596](https://github.com/tj-actions/changed-files/pull/596): ([bec82eb](https://github.com/tj-actions/changed-files/commit/bec82ebb3493119ba317fcee8a0d1db09d39d1ac)) - (Tonye Jack)
+- PR [#594](https://github.com/tj-actions/changed-files/pull/594): ([98c01d6](https://github.com/tj-actions/changed-files/commit/98c01d65586c82b768c2e4924eb88dea74dfbe44)) - (Tonye Jack)
+- PR [#592](https://github.com/tj-actions/changed-files/pull/592): ([e185973](https://github.com/tj-actions/changed-files/commit/e185973ea97470b5d49fbef059fe9897c21d6708)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update tj-actions/glob to v12 ([88f751a](https://github.com/tj-actions/changed-files/commit/88f751a23c0c51fee2f1a01237073dce2aa56d21)) - (Tonye Jack)
+- **deps:** Update tj-actions/verify-changed-files action to v11 ([17288cd](https://github.com/tj-actions/changed-files/commit/17288cdb418354affca1109512f449d4fdd5e878)) - (renovate[bot])
+- **deps:** Update tj-actions/glob to v11.1 ([5c03d28](https://github.com/tj-actions/changed-files/commit/5c03d2895c042cab19b04adb2d41aeb73adbd96e)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v28 -> v28.0.0 ([e75dfc6](https://github.com/tj-actions/changed-files/commit/e75dfc63541aa148511f80649e2828c83d8a059c)) - (jackton1)
+
+# [28.0.0](https://github.com/tj-actions/changed-files/compare/v28...v28.0.0) - (2022-08-21)
+
+## âī¸ Miscellaneous Tasks
+
+- Update readme ([28ac672](https://github.com/tj-actions/changed-files/commit/28ac6724247a133793509b5d165d58319b40a171)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v27 -> v28 ([d3225fe](https://github.com/tj-actions/changed-files/commit/d3225fe87b54804d6417056b268a5e65aeb55f82)) - (jackton1)
+
+# [28](https://github.com/tj-actions/changed-files/compare/v27...v28) - (2022-08-21)
+
+## đ Features
+
+- Add support for using time based filtering. ([7179d77](https://github.com/tj-actions/changed-files/commit/7179d77efe0c1b965e29154f67bd4c1a57acefce)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Fixed test ([492c7bf](https://github.com/tj-actions/changed-files/commit/492c7bf39116bdf1fc3a8dd1b86c3026fc8b53d3)) - (Tonye Jack)
+
+## â Add
+
+- Added test ([312a368](https://github.com/tj-actions/changed-files/commit/312a368eff043784342492b25152f0e1fb3ce0bb)) - (Tonye Jack)
+
+## đ Update
+
+- Update README.md ([602cf94](https://github.com/tj-actions/changed-files/commit/602cf940579b9a2b2db0aafe835bfdb675fac12c)) - (Tonye Jack)
+- Updated error message and fixed the test ([620fa09](https://github.com/tj-actions/changed-files/commit/620fa099ad9ec2fa18a16e5db08db14b23157d31)) - (Tonye Jack)
+- Updated action.yml ([ee1ab68](https://github.com/tj-actions/changed-files/commit/ee1ab681050a57ffd092edb26d0c04b7616e6bb4)) - (Tonye Jack)
+- Updated action.yml ([8a141f1](https://github.com/tj-actions/changed-files/commit/8a141f1b2500c7bdba7184782c7f160b3a3ebbe7)) - (Tonye Jack)
+- Updated action.yml ([7f4d2ba](https://github.com/tj-actions/changed-files/commit/7f4d2ba1d7f537dc10821eaad6bd34554ea26d95)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update readme ([#587](https://github.com/tj-actions/changed-files/issues/587)) ([8d5c447](https://github.com/tj-actions/changed-files/commit/8d5c4478e28f7b7189cd93c195aa9d4f0992da90)) - (Tonye Jack)
+- Remove skip for forks ([#586](https://github.com/tj-actions/changed-files/issues/586)) ([bfc4426](https://github.com/tj-actions/changed-files/commit/bfc4426d68ecadc6a379c70aa2c8981c64356859)) - (Tonye Jack)
+- **deps:** Update peter-evans/create-pull-request action to v4.1.1 ([0e8d0f1](https://github.com/tj-actions/changed-files/commit/0e8d0f1209226f8fdbfe5ae4127511973967fe79)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded to v27 ([#584](https://github.com/tj-actions/changed-files/issues/584))
+
+Co-authored-by: jackton1 ([2b777af](https://github.com/tj-actions/changed-files/commit/2b777af8b03d3c2ca26277b4d78a83b282ccae02)) - (Tonye Jack)
+
+# [27](https://github.com/tj-actions/changed-files/compare/v26.1...v27) - (2022-08-17)
+
+## đ Bug Fixes
+
+- Bug force pushing commits after a rebase ([#583](https://github.com/tj-actions/changed-files/issues/583)) ([5e56dca](https://github.com/tj-actions/changed-files/commit/5e56dcabdd4a97ea745791856930038be56d9b70)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#582](https://github.com/tj-actions/changed-files/issues/582))
+
+Co-authored-by: jackton1 ([257f37d](https://github.com/tj-actions/changed-files/commit/257f37d70041cfeb9ab727dac7626c44ad3ce548)) - (Tonye Jack)
+- Update README.md ([09e9387](https://github.com/tj-actions/changed-files/commit/09e93879a7713fd86b62cd10720176b42a298cd2)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Update peter-evans/create-pull-request action to v4.1.0 ([3789f95](https://github.com/tj-actions/changed-files/commit/3789f95625fcde65331e9cda96136a67bd082420)) - (renovate[bot])
+
+## âŦī¸ Upgrades
+
+- Upgraded from v26 -> v26.1 ([#580](https://github.com/tj-actions/changed-files/issues/580))
+
+Co-authored-by: jackton1 ([31c22e9](https://github.com/tj-actions/changed-files/commit/31c22e9e94af4c0d6d906bcda92855a4f1898428)) - (Tonye Jack)
+
+# [26.1](https://github.com/tj-actions/changed-files/compare/v26...v26.1) - (2022-08-15)
+
+## đ Bug Fixes
+
+- Error retrieving base sha. ([#579](https://github.com/tj-actions/changed-files/issues/579)) ([58ae566](https://github.com/tj-actions/changed-files/commit/58ae566dc69a926834e4798bcfe0436ff97c0599)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v25 -> v26 ([#577](https://github.com/tj-actions/changed-files/issues/577))
+
+Co-authored-by: jackton1 ([8cd034b](https://github.com/tj-actions/changed-files/commit/8cd034b5cd0413df964d6822a6414ac823bacb9c)) - (Tonye Jack)
+
+# [26](https://github.com/tj-actions/changed-files/compare/v25...v26) - (2022-08-15)
+
+## đ Features
+
+- Validate the minimum required git version ([#572](https://github.com/tj-actions/changed-files/issues/572)) ([7dd9711](https://github.com/tj-actions/changed-files/commit/7dd9711c6459a5b1ff46514133028b3030afe444)) - (Tonye Jack)
+
+## đ Update
+
+- Updated README.md ([#575](https://github.com/tj-actions/changed-files/issues/575))
+
+Co-authored-by: jackton1 ([7394701](https://github.com/tj-actions/changed-files/commit/7394701157dae4adb4eaa75d8c99e9b2edff81fe)) - (Tonye Jack)
+- Update README.md ([abfa34d](https://github.com/tj-actions/changed-files/commit/abfa34ddb691419f4278614fc8bd1892e0af6578)) - (Tonye Jack)
+- Update README.md ([6d5cf3f](https://github.com/tj-actions/changed-files/commit/6d5cf3f9526c64b3b373b28448b140650b5dc716)) - (Tonye Jack)
+- Update README.md ([5f910fc](https://github.com/tj-actions/changed-files/commit/5f910fc7e7491f6db1bdc0175c0bec691650ca2b)) - (Tonye Jack)
+- Update README.md ([dd75630](https://github.com/tj-actions/changed-files/commit/dd75630a5762601b250bc2da62c5ff91079c260f)) - (Tonye Jack)
+
+## đ Documentation
+
+- Add thyarles as a contributor for code ([#574](https://github.com/tj-actions/changed-files/issues/574)) ([d2bf1ba](https://github.com/tj-actions/changed-files/commit/d2bf1ba9cd4b6d179617d7c94b7f4a92b4eefd49)) - (allcontributors[bot])
+
+## đ Other
+
+- Simplify checks ([#570](https://github.com/tj-actions/changed-files/issues/570)) ([f834a93](https://github.com/tj-actions/changed-files/commit/f834a938f2fcd59b104a43e705d5d0cd8bfefefc)) - (Charles Santos)
+
+## âī¸ Miscellaneous Tasks
+
+- Remove extra space. ([#576](https://github.com/tj-actions/changed-files/issues/576)) ([234423e](https://github.com/tj-actions/changed-files/commit/234423e82bf3fb0f365501ca9604bddf8b85a13f)) - (Tonye Jack)
+- Restrict rename test to non forks ([#573](https://github.com/tj-actions/changed-files/issues/573)) ([8ec2566](https://github.com/tj-actions/changed-files/commit/8ec2566464d9f07e1f518b45cde300ee433c6b97)) - (Tonye Jack)
+- Remove unused code ([#571](https://github.com/tj-actions/changed-files/issues/571)) ([0c7f7d1](https://github.com/tj-actions/changed-files/commit/0c7f7d1ce7f7672ae015ce1f10c171a4071477e3)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded to v25 ([#567](https://github.com/tj-actions/changed-files/issues/567))
+
+Co-authored-by: jackton1 ([9014219](https://github.com/tj-actions/changed-files/commit/9014219205d02655ae007a36171be4a4bb47513a)) - (Tonye Jack)
+
+# [25](https://github.com/tj-actions/changed-files/compare/v24.1...v25) - (2022-08-08)
+
+## đ Update
+
+- Update README.md ([4ef34fc](https://github.com/tj-actions/changed-files/commit/4ef34fc5f4337c9784d17a5bba0d12ef6807e41f)) - (Tonye Jack)
+- Update README.md ([95e9882](https://github.com/tj-actions/changed-files/commit/95e9882404aa4afae51638a5266e8cea182d5770)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- **deps:** Upgrade glob v9.2 to v10 ([#566](https://github.com/tj-actions/changed-files/issues/566)) ([36e65a1](https://github.com/tj-actions/changed-files/commit/36e65a11651994e93d6f1ef3afa781c3dcbb9780)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v24 -> v24.1 ([#561](https://github.com/tj-actions/changed-files/issues/561))
+
+Co-authored-by: jackton1 ([b977bc8](https://github.com/tj-actions/changed-files/commit/b977bc8ddce81e8f6d57f5ae881c1b0ea0254f82)) - (Tonye Jack)
+
+# [24.1](https://github.com/tj-actions/changed-files/compare/v24...v24.1) - (2022-08-03)
+
+## đ Features
+
+- Add support for json formatted output. ([#557](https://github.com/tj-actions/changed-files/issues/557)) ([fb62fbd](https://github.com/tj-actions/changed-files/commit/fb62fbd19793b6b35e077e1d4af2b9529e32b8bd)) - (Tonye Jack)
+
+## đ Bug Fixes
+
+- Bug with matrix job ([#560](https://github.com/tj-actions/changed-files/issues/560)) ([bf6ddb7](https://github.com/tj-actions/changed-files/commit/bf6ddb7db66f9da5b2cffeb28b2b696aacb26e1c)) - (Tonye Jack)
+- Bug with matrix job ([#559](https://github.com/tj-actions/changed-files/issues/559)) ([50a1854](https://github.com/tj-actions/changed-files/commit/50a18547300e3024a0a907bed99a77e9628e9fa1)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update action name ([#558](https://github.com/tj-actions/changed-files/issues/558)) ([4c536a7](https://github.com/tj-actions/changed-files/commit/4c536a7182e66f2a8d1474fe2b6a219728f808a9)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v23.2 -> v24 ([#555](https://github.com/tj-actions/changed-files/issues/555))
+
+Co-authored-by: jackton1 ([3020c43](https://github.com/tj-actions/changed-files/commit/3020c439b039cdd614f84996dc870d6a9d93bcb6)) - (Tonye Jack)
+
+# [24](https://github.com/tj-actions/changed-files/compare/v23.2...v24) - (2022-07-22)
+
+## đ Bug Fixes
+
+- Bug returning an error for the first repo commit ([#554](https://github.com/tj-actions/changed-files/issues/554)) ([6c44eb8](https://github.com/tj-actions/changed-files/commit/6c44eb8294bb9c93d6118427f4ff8404b695e1d7)) - (Tonye Jack)
+
+## âī¸ Miscellaneous Tasks
+
+- Update README.md ([#552](https://github.com/tj-actions/changed-files/issues/552)) ([ce1dc84](https://github.com/tj-actions/changed-files/commit/ce1dc8468b437c02d3d38b9e1cca2076626286f8)) - (Tonye Jack)
+- Update README.md ([#553](https://github.com/tj-actions/changed-files/issues/553)) ([c07b760](https://github.com/tj-actions/changed-files/commit/c07b7603d610e4f6742166fdecb2f90b2f6e4c20)) - (Tonye Jack)
+
+## âŦī¸ Upgrades
+
+- Upgraded from v23.1 -> v23.2 ([#551](https://github.com/tj-actions/changed-files/issues/551))
+
+Co-authored-by: jacktony1