When migrating from PatternFly 5 to PatternFly 6, the Modal component was decomposed from a monolithic component into composable sub-components (Modal, ModalHeader, ModalBody, ModalFooter). The automated migration tooling correctly restructured the modal layout (extracting title into <ModalHeader>, wrapping children in <ModalBody>) but failed to migrate the actions prop into a <ModalFooter> component in one of two identical files. This results in actions being destructured from props but never rendered, causing both a lint error and a silent loss of functionality (footer buttons disappear from the modal).
src/views/scans/showAggregateReportModal.tsx