**Description:** `packageManager` is respected when `package.json` is at the root level, but not when it's in a directory **Action version:** Tested in 5.0 and 4.4 **Platform:** - [X] Ubuntu - [ ] macOS - [ ] Windows **Runner type:** - [X] Hosted - [ ] Self-hosted **Tools version:** Node 22 and 24 and yarn 4.10.3 **Repro steps:** Specify `node-version-file` in a directory, like [this](https://github.com/daveisfera/test_setup-node_packageManager/blob/adac98f0479755dd647480f8585c6ccd28afed26/.github/workflows/eslint.yml#L28) **Expected behavior:** `yarn` version in `packageManager` would be used even when `package.json` is in a directory **Actual behavior:** Classic version of `yarn` is incorrectly used See example here: https://github.com/daveisfera/test_setup-node_packageManager/actions/runs/18364960502/job/52316018966